From 445fb8376c8cdafa24f088409daa0a207906e506 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sat, 15 Sep 2012 08:53:08 +0200 Subject: Renamed /documentation to /docs. --- documentation/schemas/Feed | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 documentation/schemas/Feed (limited to 'documentation/schemas/Feed') diff --git a/documentation/schemas/Feed b/documentation/schemas/Feed deleted file mode 100644 index cff37610..00000000 --- a/documentation/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 -- cgit