shithub: rrss

Download patch

ref: 551c536f36519048eb4aa87242ef640ad13d08f1
parent: 0dbf8a58e4aa290021b5b44cda446d29d02ff329
author: sl <sl@x60t>
date: Fri Aug 30 23:14:57 EDT 2024

add mkfile, generate index.md from README.

--- a/index.md
+++ /dev/null
@@ -1,44 +1,0 @@
-     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
-
--- /dev/null
+++ b/mkfile
@@ -1,0 +1,9 @@
+web:V:
+	cp README index.md
+	if(test -f rrss.tgz)
+		rm rrss.tgz
+	cd ..
+	tar zcvf /tmp/rrss.tgz rrss
+	cd rrss
+	cp /tmp/rrss.tgz ../src/
+	rm /tmp/rrss.tgz