summaryrefslogtreecommitdiff
path: root/p/api/index.html
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-02-27 22:48:11 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-02-27 22:48:11 +0100
commit6dffb8706f096acdbcda367210d0b7ad41937174 (patch)
tree47ff4adf922c1a2468cdf9d048872c1ae360aa5f /p/api/index.html
parentf23c30d2cd338e9ae8c6cb92467587102b49d772 (diff)
Alpha version of Google Reader compatible API
https://github.com/marienfressinaud/FreshRSS/issues/13 Hardcoded passwords, no possibility to add/delete feeds or edit categories yet.
Diffstat (limited to 'p/api/index.html')
-rw-r--r--p/api/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/p/api/index.html b/p/api/index.html
new file mode 100644
index 000000000..123d0d001
--- /dev/null
+++ b/p/api/index.html
@@ -0,0 +1,17 @@
+<!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>
+<ul>
+<li><a href="greader.php" rel="nofollow">Google Reader compatible</a></li>
+</ul>
+
+</body>
+</html>