|
NAMEsfeed_gopher —
format feed data to Gopher files
SYNOPSIS
DESCRIPTIONsfeed_gopher formats feed data (TSV) from
sfeed(1)
from stdin or for each file to stdout in the raw Gopher
output format.
If one or more file arguments are specified
then the basename of the file is used as the feed name
in the output. If no file arguments are specified and so the data is read from stdin then the data is written to stdout and no files are written. Items with a timestamp from the last day compared to the system time at the time of formatting are counted and marked as new. Items are marked as new with the prefix "N". ENVIRONMENT
EXIT STATUSThesfeed_gopher utility exits 0 on success,
and >0 if an error occurs.
EXAMPLESSFEED_GOPHER_HOST="codemadness.org" SFEED_GOPHER_PATH="/feeds/" \ sfeed_gopher ~/.sfeed/feeds/* SEE ALSOsfeed(1), sfeed(5)STANDARDSThe Internet Gopher Protocol, RFC 1436, March 1993.AUTHORSHiltjo Posthuma <hiltjo@codemadness.org>CAVEATSThe common-used 'h' and 'i' types are used in this program. These types are an extension to Gopher.
Visit the GSP FreeBSD Man Page Interface. |