GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SFEED_GOPHER(1) FreeBSD General Commands Manual SFEED_GOPHER(1)

sfeed_gopher
format feed data to Gopher files

sfeed_gopher [file ...]

sfeed_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. sfeed_gopher creates an index file named "index" and for each feed it creates a file with the same name as the basename of the feed file.

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".

This environment variable can be used as the prefix for each path in the index file. The default is "/".
This environment variable can be used as the Gopher Host field. The default is "127.0.0.1".
This environment variable can be used as the Gopher Port field. The default is "70".

The sfeed_gopher utility exits 0 on success, and >0 if an error occurs.

SFEED_GOPHER_HOST="codemadness.org" SFEED_GOPHER_PATH="/feeds/" \
	sfeed_gopher ~/.sfeed/feeds/*

sfeed(1), sfeed(5)

The Internet Gopher Protocol, RFC 1436, March 1993.

Hiltjo Posthuma <hiltjo@codemadness.org>

The common-used 'h' and 'i' types are used in this program. These types are an extension to Gopher.
July 31, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.