t2021-11-26T12-34-56-133769.md - tgtimes - The Gopher Times HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes DIR Log DIR Files DIR Refs DIR Tags --- t2021-11-26T12-34-56-133769.md (1239B) --- 1 # 2021-11-27 12:34:56.133769 UTC (+0609) 2 3 sfeed 1.1 was released. 4 5 sfeed is a tool to convert RSS or Atom feeds from XML to a TAB-separated file. 6 7 It can be found at: 8 * git://git.codemadness.org/sfeed 9 * gopher://codemadness.org/1/git/sfeed 10 * https://codemadness.org/releases/sfeed/ 11 * gopher://codemadness.org/1/releases/sfeed/ 12 13 Phlog: 14 * gopher://codemadness.org/1/phlog/sfeed 15 * https://codemadness.org/sfeed.html 16 17 18 sfeed has the following changes compared to 1.0: 19 20 * The formatting program sfeed_curses is now merged in the sfeed repo. 21 This is a program for viewing items in a curses UI. 22 sfeed can still be built without it if its considered bloat with: 23 make SFEED_CURSES="". 24 * sfeed_mbox: escape the link and enclosure text when using HTML content 25 with the option SFEED_MBOX_CONTENT="1" 26 * sfeed_mbox: add link as base URL for HTML content. 27 * sfeed_mbox: use 64-bit for the checksum number on 32-bit systems. 28 * sfeed_content: optimizations to the awk script for the UTF-8 locale and 29 string replacements. 30 * sfeed_content: add link as base URL for HTML content. 31 * Documentation improvements and more examples in the man page. 32 * Small code-style improvements. 33 34 I want to thank all people who gave useful feedback.