index.html 609 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>FreshRSS API</title>
  6. <meta name="robots" content="noindex" />
  7. <link rel="start" href="../i/" />
  8. </head>
  9. <body>
  10. <h1>FreshRSS API</h1>
  11. <h2>Google Reader compatible API</h2>
  12. <ul>
  13. <li><a href="greader.php/check%2Fcompatibility" rel="nofollow">Check full server configuration (with <code>%2F</code> support)</a></li>
  14. <li><a href="greader.php/check/compatibility" rel="nofollow">Check partial server configuration (without <code>%2F</code> support)</a></li>
  15. </ul>
  16. </body>
  17. </html>