diff options
author | cedricbonhomme <devnull@localhost> | 2012-09-15 08:53:08 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-09-15 08:53:08 +0200 |
commit | 445fb8376c8cdafa24f088409daa0a207906e506 (patch) | |
tree | 09ad460d19fe7ca4a6993ca0cba8a0cab5b8fd1f /documentation/schemas/Article | |
parent | Updated README file. (diff) | |
download | newspipe-445fb8376c8cdafa24f088409daa0a207906e506.tar.gz newspipe-445fb8376c8cdafa24f088409daa0a207906e506.tar.bz2 newspipe-445fb8376c8cdafa24f088409daa0a207906e506.zip |
Renamed /documentation to /docs.
Diffstat (limited to 'documentation/schemas/Article')
-rw-r--r-- | documentation/schemas/Article | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/documentation/schemas/Article b/documentation/schemas/Article deleted file mode 100644 index 45acd3e8..00000000 --- a/documentation/schemas/Article +++ /dev/null @@ -1,29 +0,0 @@ -.. -*-restructuredtext-*- - - -Schema for a Article object -=========================== - - { - article_id: (str), - type: (int), - article_date: (datetime), - article_link: (str), - article_title: (str), - article_content: (str), - article_readed: (bool), - article_like: (bool) - } - - -Schema description -================== - -* article_id: the id of the article in hexadecimal digits (SHA1 hash of the article's URL); -* type: equal to 1 for an article and to 0 for a feed; -* article_date: the date of publication of the article; -* article_link: the URL of the article; -* article_title: the title of the article; -* article_content: the content (description) of the article; -* article_readed: set to True if the article is read, else False; -* article_like: set to True for liked article, else False.
\ No newline at end of file |