shithub: rrss

Download patch

ref: 0dbf8a58e4aa290021b5b44cda446d29d02ff329
parent: 0f2fc0544c90c76a664d3dc06cf2c0163133e805
author: sl <sl@x61t>
date: Mon Aug 26 18:49:59 EDT 2024

add README

--- /dev/null
+++ b/README
@@ -1,0 +1,44 @@
+     RRSS(1)                                                       RRSS(1)
+
+     NAME
+          rrss, trrss - RSS feed readers
+
+     SYNOPSIS
+          rrss [-f barf|blagh] [-r root] [-t tag] [-u url]
+
+          trrss [-f barf|blagh] [-r root] [-t tag] [-u url]
+
+     DESCRIPTION
+          Rrss pulls and parses an RSS feed.
+
+          There are a number of options:
+
+          -f   Place output in formatted directories for one
+               of two werc apps: barf or blagh. In the absence
+               of the -f flag, formatted output is placed on
+               stdout.
+
+               A file, links, is created in the root and is populated
+               with the URL of each feed item acquired. On sub-
+               sequent runs, URLs that appear in the links file are
+               not duplicated as new directories.
+
+          -r   Optionally, create barf or blagh directories
+               under root. Default is the current directory.
+
+          -t   Create tag for each post (barf only).
+
+          -u   The feed URL.
+
+          Trrss is a shell script that wraps the rrss program,
+          outputting plain text but preserving link URLs.
+
+     SOURCE
+          https://only9fans.com/sl/rrss/HEAD/info.html
+     FORKS
+          https://only9fans.com/phil9/rrss/HEAD/info.html
+     SEE ALSO
+          http://werc.cat-v.org
+          http://werc.cat-v.org/apps/blagh
+          https://only9fans.com/sl/barf/HEAD/info.html
+