Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-05 | sfeed: gettag: simplify | Hiltjo Posthuma | |
2015-08-05 | sfeed: consistency, use XMLParser instead of struct xmlparser | Hiltjo Posthuma | |
2015-08-05 | sfeed: cleanup code a bit, shorten element to el + cleanup | Hiltjo Posthuma | |
- end element, restructure control flow - simplify and some code cleanups | |||
2015-08-02 | sfeed: add support for media:description and media:title (used by youtube et al) | Hiltjo Posthuma | |
2015-08-02 | sfeed: cleanup a bit and improve checking if in content | Hiltjo Posthuma | |
2015-08-01 | code-style: remove level of indentation + mark TODO | Hiltjo Posthuma | |
2015-07-31 | update some comments | Hiltjo Posthuma | |
2015-07-31 | update and improve documentation (WIP) | Hiltjo Posthuma | |
2015-07-31 | Various improvements | Hiltjo Posthuma | |
- Only escape characters in "content" field, these can contain newlines. - Trim newlines and tabs, etc from the title, id and author fields. - Make decodefield, xmlencode functions easier to "chain" without allocatting new buffers. - Move printutf8pad from util (only used by sfeed_plain) to sfeed_plain. - Update README, still need to update the man-page and improve the documentation in general. - Code cleanup. | |||
2015-07-29 | improve documentation: some fixes | Hiltjo Posthuma | |
2015-07-29 | sfeed: whoops, remove "debug" statement | Hiltjo Posthuma | |
2015-07-29 | sfeed: improve time parsing | Hiltjo Posthuma | |
- bit stricter time parsing. - change format from "GMT+HHMM" to "UTC+HH:MM". | |||
2015-07-29 | sfeed: prefer published over updated | Hiltjo Posthuma | |
It was useful to kept track of updated news articles for example, sadly some sites (like youtube) bump the "updated" timestamp everytime a user likes a video or farts. This makes it totally useless and messes up the sort order of "news". Now prefer "published" over "updated" for Atom feeds. | |||
2015-07-28 | improve code-style and consistency | Hiltjo Posthuma | |
2015-07-28 | use new uri parser | Hiltjo Posthuma | |
2015-06-21 | string_print: dont print control chars | Hiltjo Posthuma | |
2015-06-21 | improve printlink, escape characters | Hiltjo Posthuma | |
2015-06-21 | separate xml specific code into xml.c | Hiltjo Posthuma | |
2015-05-25 | improve timezone parsing and conversion (WIP) | Hiltjo Posthuma | |
2015-05-25 | improve entitytostr | Hiltjo Posthuma | |
- should end with ; or end of string. - code-style: reduce level of indentation by returning earlier. | |||
2015-05-25 | string_buffer_realloc: doesnt return | Hiltjo Posthuma | |
2015-05-16 | xml: adjust for API change: read from fd | Hiltjo Posthuma | |
2015-05-16 | sfeed: code-style | Hiltjo Posthuma | |
2015-01-05 | remove some TODOs, style | Hiltjo Posthuma | |
2015-01-05 | sfeed: prefer updated timestamp over published for Atom | Hiltjo Posthuma | |
2015-01-05 | sfeed: fix start tags (HTML) in Atom content + style fix | Hiltjo Posthuma | |
2015-01-05 | sfeed: simplify + style fixes | Hiltjo Posthuma | |
2015-01-05 | sfeed: fix for "2015-01-05T09:44:46.555Z" | Hiltjo Posthuma | |
2015-01-05 | sfeed: add note of truncation of tags (not an issue) | Hiltjo Posthuma | |
2015-01-04 | cleanup a bit | Hiltjo Posthuma | |
2015-01-04 | snprintf() truncation checks | Hiltjo Posthuma | |
2015-01-04 | sfeed: improve time parsing some more (sscanf in particular) | Hiltjo Posthuma | |
2015-01-03 | sfeed: even more time improvements | Hiltjo Posthuma | |
2015-01-03 | clear some fields if they are set previously (some feeds define multiple ↵ | Hiltjo Posthuma | |
date field) | |||
2015-01-03 | improve date parsing and display | Hiltjo Posthuma | |
2015-01-03 | sfeed: remove level of indent in parsetime | Hiltjo Posthuma | |
2015-01-03 | sfeed: clean up gettimetz | Hiltjo Posthuma | |
2015-01-03 | sfeed: fix set offset on success | Hiltjo Posthuma | |
2015-01-03 | more time fixes | Hiltjo Posthuma | |
2015-01-03 | time fixes | Hiltjo Posthuma | |
2015-01-02 | sfeed: add -v flag to display program version | Hiltjo Posthuma | |
2015-01-02 | trim string | Hiltjo Posthuma | |
2015-01-02 | sfeed: fix incorrect strlcpy, style and strict check for buf | Hiltjo Posthuma | |
2015-01-02 | sfeed: changes, needs some testing | Hiltjo Posthuma | |
2015-01-02 | sfeed: style | Hiltjo Posthuma | |
2015-01-02 | sfeed: cleanup, use err() | Hiltjo Posthuma | |
2014-11-11 | code style, use actual column width of char | Hiltjo Posthuma | |
2014-11-11 | sfeed.c: code-style | Hiltjo Posthuma | |
2014-06-28 | sfeed: fix check for div in atom content | Hiltjo Posthuma | |
as suspected it should match the tagname exactly "div", it would match <diva> too :P Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-28 | handle invalid values of strto*l | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |