summaryrefslogtreecommitdiff
path: root/sfeed_gph.c
AgeCommit message (Collapse)Author
2019-07-20sfeed_gph: prefix/mark "new" items with "N" too.Hiltjo Posthuma
minor consistency fix in sfeed_html.c comment
2019-07-04sfeed_gph: escape prefix pathHiltjo Posthuma
2019-07-04sfeed_gph: improvementsHiltjo Posthuma
- pledge(2) sooner. - Don't use getenv when it has no arguments and reads only from stdin. prefixpath is unused in that case. - Check for path truncation or an encoding error. No need to format the same path twice. - Use a fixed feed structure, no need for memory allocation in this format program. - Remove "totalnew" of all feeds. It was unused.
2019-04-30sfeed_gph: when a link is empty show as regular textHiltjo Posthuma
2018-02-16sfeed_gph: many improvementsHiltjo Posthuma
2017-12-24format programs: ignore fields with an invalid timeHiltjo Posthuma
this makes sure tail -f with multiple files ignores the ==> file <== lines too.
2017-12-09sfeed_gph: remove unused gphtext()Hiltjo Posthuma
2017-11-19add sfeed_gph: sfeed to geomyidae gopher gph formatHiltjo Posthuma
no documentation and not enabled in the default build (yet).