diff options
| author | 2018-12-16 14:43:32 +0100 | |
|---|---|---|
| committer | 2018-12-16 14:43:32 +0100 | |
| commit | 75a0b12c72890c69797f0d75065cc155ad9cfb7d (patch) | |
| tree | 32b4673691cebd68108cd2cfe3790b6773276454 /p/api/index.php | |
| parent | bf838e74f4ae79a2f83a8687fcd1dd18be6af78e (diff) | |
Documentation Vienna (#2126)
* Documentation Vienna / Open Reader
https://github.com/FreshRSS/FreshRSS/issues/2091
https://github.com/FreshRSS/FreshRSS/pull/2093
https://github.com/ViennaRSS/vienna-rss/issues/1197
* Remove references to Open Reader API for now
Diffstat (limited to 'p/api/index.php')
| -rw-r--r-- | p/api/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/api/index.php b/p/api/index.php index 108841819..ee37b794b 100644 --- a/p/api/index.php +++ b/p/api/index.php @@ -2,13 +2,13 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB"> <head> <meta charset="UTF-8" /> -<title>FreshRSS API</title> +<title>FreshRSS API endpoints</title> <meta name="robots" content="noindex" /> <link rel="start" href="../i/" /> </head> <body> -<h1>FreshRSS API</h1> +<h1>FreshRSS API endpoints</h1> <h2>Google Reader compatible API</h2> <dl> |
