aboutsummaryrefslogtreecommitdiff
path: root/docs/schemas/Feed
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-10-13 10:00:24 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-10-13 10:00:24 +0200
commitabcef0f925be1d7d52a6fac59cc1f827564852f1 (patch)
treeba294edb96d1732a18e2e75fb878a4fb114d5d52 /docs/schemas/Feed
parentstart Flask branch branch. The next release of pyAggr3g470r will use Flask wi... (diff)
downloadnewspipe-abcef0f925be1d7d52a6fac59cc1f827564852f1.tar.gz
newspipe-abcef0f925be1d7d52a6fac59cc1f827564852f1.tar.bz2
newspipe-abcef0f925be1d7d52a6fac59cc1f827564852f1.zip
Removed Sphinx documentation.
Diffstat (limited to 'docs/schemas/Feed')
-rw-r--r--docs/schemas/Feed28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/schemas/Feed b/docs/schemas/Feed
deleted file mode 100644
index cff37610..00000000
--- a/docs/schemas/Feed
+++ /dev/null
@@ -1,28 +0,0 @@
-.. -*-restructuredtext-*-
-
-
-Schema for a Feed object
-========================
-
- {
- feed_id: (str),
- type: (int),
- feed_image: (str),
- feed_title: (str),
- feed_link: (str),
- site_link: (str),
- mail: (bool)
- }
-
-
-Schema description
-==================
-
-
-* feed_id: the id of the feed in hexadecimal digits (SHA1 hash of the feed's URL);
-* type: equal to 1 for an article and to 0 for a feed;
-* feed_image: URL of the favicon of the feed;
-* feed_title: title of the feed;
-* feed_link: URL of the feed;
-* site_link: URL of the site;
-* mail: set to True if sibscribed to the feed, else False. \ No newline at end of file
bgstack15