diff options
Diffstat (limited to 'p/api/index.php')
| -rw-r--r-- | p/api/index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/p/api/index.php b/p/api/index.php index 429b25225..108841819 100644 --- a/p/api/index.php +++ b/p/api/index.php @@ -26,5 +26,16 @@ echo Minz_Url::display('/api/greader.php', 'html', true); configuration (without <code>%2F</code> support)</a></li> </ul> +<h2>Fever compatible API</h2> +<dl> +<dt>Your API address:</dt> +<dd><?php +echo Minz_Url::display('/api/fever.php', 'html', true); +?></dd> +</dl> +<ul> +<li><a href="fever.php?api" rel="nofollow">Test</a></li> +</ul> + </body> </html> |
