article-bitreich-2022-03-07T13-00-00-133769.mw - tgtimes - The Gopher Times HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes DIR Log DIR Files DIR Refs DIR Tags DIR README --- article-bitreich-2022-03-07T13-00-00-133769.mw (1810B) --- 1 .SH Hiltjo 2 sfeed 1.4 released 3 .2C 33v 4 . 5 .PP 6 I want to thank all people who gave feedback. 7 . 8 .PP 9 sfeed is a tool to convert RSS or Atom feeds from XML to a TAB-separated 10 file. 11 . 12 .PP 13 It can be found at: 14 . 15 .FS 16 git://git.codemadness.org/sfeed 17 gopher://codemadness.org/1/git/sfeed 18 https://codemadness.org/releases/sfeed/ 19 gopher://codemadness.org/1/releases/sfeed/ 20 .FE 21 . 22 .PP 23 sfeed has the following notable changes compared to 1.2: 24 . 25 .PP 26 \fBFixes\fR 27 . 28 .IP \(bu 29 Fix a compiler warning with some curses implementations, like NetBSD 30 curses. 31 . 32 .IP \(bu 33 sfeed_curses: add keybinds for the home key and the default home 34 and end key for urxvt. 35 . 36 .IP \(bu 37 sfeed_curses: fix a redraw when reloading a file with a feed file 38 read from stdin and using an URL file and changing this URL file 39 externally. 40 . 41 .IP \(bu 42 sfeed_curses: cast character for SFEED_AUTOCMD to unsigned char to 43 allow character sequences outside the ASCII range. 44 . 45 .PP 46 \fBDocumentation\fR 47 . 48 .IP \(bu 49 README: add an example script to count new and unread items. 50 This can be useful for some statusbar indicator (asked about by 51 e-mail). 52 . 53 .IP \(bu 54 Small code-style, comments and documentation improvements and fixes. 55 . 56 .PP 57 \fBTestsuite improvements\fR 58 . 59 .PP 60 The testsuite repo has had improvements to test the most important 61 code paths of sfeed_curses in an automated way (currently 95% 62 automated coverage). 63 The sfeed.c and xml.c parser coverage has also near 100% coverage. 64 . 65 .PP 66 The goal is to find bugs and avoid regressions. 67 . 68 .PP 69 The input/sfeed/realworld/ directory contains files with various 70 feeds from popular systems to more obscure ones. 71 These may be useful to test other RSS/Atom programs aswell. 72 . 73 .PP 74 These tests can be found here: 75 . 76 .FS 77 https://git.codemadness.org/sfeed_tests/ 78 gopher://codemadness.org/1/git/sfeed_tests/ 79 .FE 80 . 81 .PP 82 Thanks, Hiltjo