aboutsummaryrefslogtreecommitdiff
path: root/p/api/index.html
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-07-31 01:38:46 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-07-31 01:38:46 +0200
commit21a6521ba9ab8df18ad8386465cba9e9af99ce7f (patch)
tree1230c56df5c0ff8614c2f565d40e485b6ea8ed29 /p/api/index.html
parenta78b3f5e7f19a1f1320fcb12f7c8b450f9a9dba4 (diff)
More links for API help
https://github.com/FreshRSS/FreshRSS/issues/328#issuecomment-236100791 https://github.com/FreshRSS/FreshRSS/issues/957#issuecomment-133581712
Diffstat (limited to 'p/api/index.html')
-rw-r--r--p/api/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/p/api/index.html b/p/api/index.html
deleted file mode 100644
index 8da0bcb58..000000000
--- a/p/api/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
-<head>
-<meta charset="UTF-8" />
-<title>FreshRSS API</title>
-<meta name="robots" content="noindex" />
-<link rel="start" href="../i/" />
-</head>
-
-<body>
-<h1>FreshRSS API</h1>
-
-<h2>Google Reader compatible API</h2>
-<ul>
-<li><a href="greader.php/check%2Fcompatibility" rel="nofollow">Check full server configuration (with <code>%2F</code> support)</a></li>
-<li><a href="greader.php/check/compatibility" rel="nofollow">Check partial server configuration (without <code>%2F</code> support)</a></li>
-</ul>
-
-</body>
-</html>