SMOLNET PORTAL home about changes
README: fix bug in an example for counting the new items of the last day - sfeed - RSS and Atom parser
(URL) git clone git://git.codemadness.org/sfeed (git://git.codemadness.org)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f8ef20b2593304fd08a4599edfe3a66aa3a845e3
(DIR) parent 6c0d824397cf59d75258fbed6c937d5bf6dafd23
(URL) Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) application/vnd.lotus-organizer
Date: Tue, 31 May 2022 11:33:06 +0200
README: fix bug in an example for counting the new items of the last day
This should not use the plain-text URL file ($SFEED_URL_FILE).
Diffstat:
M README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/README b/README
@@ -1039,7 +1039,7 @@ formatting tools do:
END {
print "New: " totalnew;
print "Total: " total;
- }' ~/.sfeed/urls ~/.sfeed/feeds/*
+ }' ~/.sfeed/feeds/*
The below example script counts the unread items using the sfeed_curses URL
file:
Response: application/gopher-menu
Original URLgopher://codemadness.org/1/git/sfeed/commit/f8ef20b259330...
Content-Typeapplication/gopher-menu; charset=utf-8