mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
20 lines
609 B
HTML
Executable file
20 lines
609 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>FreshRSS API</title>
|
|
<meta name="robots" content="noindex" />
|
|
<link rel="start" href="../i/" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>FreshRSS API</h1>
|
|
|
|
<h2>Google Reader compatible API</h2>
|
|
<ul>
|
|
<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>
|
|
</html>
|