Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | Makefile: improve | Hiltjo Posthuma | |
2015-01-02 | doc: explain mandoc, unindent CHANGELOG | Hiltjo Posthuma | |
2015-01-02 | convert man pages to mandoc | Hiltjo Posthuma | |
2014-12-13 | TODO: use OpenBSD sys/queue.h(?) | Hiltjo Posthuma | |
2014-12-13 | xml.h: code-style, function declarations | Hiltjo Posthuma | |
2014-12-12 | config.mk: specify _XOPEN_SOURCE=700, fixes warnings on OpenBSD | Hiltjo Posthuma | |
2014-11-17 | code-style, ugly test-code (remove later) | Hiltjo Posthuma | |
2014-11-11 | sfeed_web: just assume rss/atom for application/xml too | 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-11-11 | comment style | Hiltjo Posthuma | |
2014-11-11 | sfeed_update: remove redundant -t flag for mktemp | Hiltjo Posthuma | |
this makes it compatible with the current sbase mktemp | |||
2014-11-11 | fix typo in man page | Hiltjo Posthuma | |
2014-11-11 | move printutf8padded to util | Hiltjo Posthuma | |
2014-11-11 | remove fileexists function | Hiltjo Posthuma | |
2014-11-11 | set FILE* pointers to NULL | 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> | |||
2014-06-28 | xml: fix attribute without data: | Hiltjo Posthuma | |
<input checked /> Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-28 | handle invalid value for strtoul, refactor a bit | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-28 | compile with -Wextra, ignore unused parameters | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-27 | improve wording | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-27 | small fixes | Hiltjo Posthuma | |
reorder static -> public xml functions. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-27 | improve README | Hiltjo Posthuma | |
- add suggestion for "suckless" iconv implementation. - ...etc... Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-27 | add initial README for xml parser | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-13 | sfeed: fix invalid length parameter | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-13 | sfeed_xmlenc: linewrap | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-13 | config.mk: add commented options for tcc | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-13 | cleanup, tested with tcc | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-13 | util: use standard getline() function to get lines | Hiltjo Posthuma | |
this is standard since POSIX 200809L Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | style: linewrap, etc | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: remove level of indentation | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: make code a bit more clear | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: cleanup | Hiltjo Posthuma | |
remove a few levels of indentation, simplify Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | manpage: example non-local path | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | update TODO | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | install added manpages | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed_xmlenc: add man page | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed_web: add manpage | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | README: update | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed_xmlenc: add newline if value is set | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | man pages improvements, add dpb to credits | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | man pages: improve wording | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: style, comments above | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | man pages: just hardcode version | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | Makefile: improvements | Hiltjo Posthuma | |
- remove dist rule. - don't replace VERSION in man pages (makes it easier to just copy the man pages). - output "installing example files". Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | mkfile: improve some more | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | Simplify the mkfile | Daniel Bainton | |
2014-05-08 | sfeed_frames.1: trailing whitespace | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | makefile: remove solaris rule, i wont test this | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |