summaryrefslogtreecommitdiff
path: root/p/api
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-03-04 18:27:45 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-03-04 18:27:45 +0100
commitb5df82c4c778d4cea8a5ef41bfb439f30fb6d8f3 (patch)
treef1b14fc38dc7ca3d3a896f932d72545c56a6493a /p/api
parent75ce6a55bdecb2b669267c7e674b89e63c20d6ad (diff)
API: test for %2F support
https://github.com/marienfressinaud/FreshRSS/issues/443
Diffstat (limited to 'p/api')
-rw-r--r--p/api/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/p/api/index.html b/p/api/index.html
index 175173da5..8da0bcb58 100644
--- a/p/api/index.html
+++ b/p/api/index.html
@@ -9,8 +9,11 @@
<body>
<h1>FreshRSS API</h1>
+
+<h2>Google Reader compatible API</h2>
<ul>
-<li><a href="greader.php/check/compatibility" rel="nofollow">Google Reader compatible</a></li>
+<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>