Преглед изворни кода

API: test for %2F support

https://github.com/marienfressinaud/FreshRSS/issues/443
Alexandre Alapetite пре 12 година
родитељ
комит
b5df82c4c7
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      p/api/index.html

+ 4 - 1
p/api/index.html

@@ -9,8 +9,11 @@
 
 
 <body>
 <body>
 <h1>FreshRSS API</h1>
 <h1>FreshRSS API</h1>
+
+<h2>Google Reader compatible API</h2>
 <ul>
 <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>
 </ul>
 
 
 </body>
 </body>