diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-06-21 00:15:37 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-06-21 00:15:37 +0200 |
commit | a79f39c9ed1e03d74fe79b831549eb67eff86447 (patch) | |
tree | 7840b530f3e59153dc0894e6aab74ec4503ec78f /README | |
parent | 9e03a8df92ce50d56c9718c429b32deaa7aff3ec (diff) |
change feeds file format, its now more consistent
update sfeed_update, there is now a feeds file per feed.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -93,15 +93,12 @@ The order and format of the fields are: item unix timestamp - string unix timestamp (GMT+0) item formatted timestamp - string timestamp (YYYY-mm-dd HH:MM:SS tz[+-]HHMM) item title - string -item link - string +item link - string, absolute url, unsafe characters are encoded item content - string item contenttype - string ("html" or "plain") item id - string item author - string feed type - string ("rss" or "atom") -feed name - string (extra field added by sfeed_update) -feed url - string (extra field added by sfeed_update) -item baseurl site - string (extra field added by sfeed_update) Build and install |