|
d8f2ad2361
|
handlers.c: add feed name to output
|
2023-06-16 15:26:40 -04:00 |
|
|
c9091b3e6d
|
handlers: add ENCLOSURE_TYPE property
|
2023-03-22 20:14:27 -04:00 |
|
|
25f01b702a
|
add summaryFormat option
this should help scripts find new articles without having to parse
human-readable output
|
2023-02-06 20:17:22 -05:00 |
|
|
b199aacdfe
|
handlers.c: give error instead of segfaulting when can't write to file
|
2023-02-04 11:18:56 -05:00 |
|
|
68907e137a
|
logMsg: use enum instead of magic number for log level
|
2023-02-04 10:46:22 -05:00 |
|
|
7d9e96d259
|
handlers.c: added null pointer precaution for copying fields
|
2023-01-15 21:31:52 -05:00 |
|
|
dadddb79d9
|
handlers.c: added missing copyright notices
|
2022-11-05 16:45:03 -04:00 |
|
|
1df7e7cbc7
|
Implemented JSON output format
|
2022-10-29 22:29:34 -04:00 |
|
|
0e81a0b5e2
|
handlers.c: fix Atom links not registering if rel=alternate
|
2022-10-29 22:28:54 -04:00 |
|
|
418a835857
|
handlers.c: added enclosure link to output
|
2022-10-29 20:26:04 -04:00 |
|
|
036206d2be
|
handlers.c: add comment on openFile() about freeing fileName
|
2022-10-29 20:17:39 -04:00 |
|
|
0ebb379a64
|
Update XML parsing
itemStruct's fields are now array elements. Tag parsing is now done
within handlers.c for more modularity.
|
2022-10-29 20:05:24 -04:00 |
|
|
73b0cad54f
|
handlers.c: make itemAction more modular
|
2022-10-29 20:04:46 -04:00 |
|