From c77b5c3a699d129436e5a757973f84265f41e135 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 4 Jan 2015 16:39:56 +0100 Subject: doc: improve - mandoc: fix mandoc errors and warnings. - remove pre-generated HTML documentation. --- doc/html/sfeed.1.html | 113 -------------------------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 doc/html/sfeed.1.html (limited to 'doc/html/sfeed.1.html') diff --git a/doc/html/sfeed.1.html b/doc/html/sfeed.1.html deleted file mode 100644 index 15f35e6..0000000 --- a/doc/html/sfeed.1.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - -SFEED(1) - - -
- ---- - - - - - - -
-SFEED(1) -OpenBSD Reference Manual -SFEED(1)
-
-

NAME

sfeedsimple RSS and Atom parser
-
-

SYNOPSIS

--- - - - - - -
-sfeed -[suffix string | -v]
-
-
-

DESCRIPTION

sfeed reads RSS or Atom feed data (XML) from stdin. It writes the feed data in a tab-separated format to stdout.
-
-

OPTIONS

-
--v
-
-show program version
-
-
-
-

TAB-SEPARATED FORMAT FIELDS

The items are saved in a TSV-like format except newlines, tabs and backslash are escaped with \ (\n, \t and \\). Carriage returns (\r) are removed.

-The order and format of the fields are:

-
-item timestamp
-
-string, UNIX timestamp in GMT+0
-
-item timestamp
-
-string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[[+-][HHMM]]
-
-item title
-
-string
-
-item link
-
-string
-
-item content
-
-string
-
-item content-type
-
-string, "html" or "plain"
-
-item id
-
-string
-
-item author
-
-string
-
-feed type
-
-string, "rss" or "atom"
-
-
- -
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
- --- - - - - - -
-December 25, 2014 -
-
- - - -- cgit v1.2.3