From a96c21aa0301d8fd8fb35c8cf0bee2cd6a061116 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 3 Jan 2015 14:00:43 +0100 Subject: doc: clarify timezone format --- doc/html/sfeed.1.html | 49 ++++++++++++++++++-------------------- doc/html/sfeed_frames.1.html | 42 ++++++++++++++++---------------- doc/html/sfeed_html.1.html | 38 ++++++++++++++--------------- doc/html/sfeed_opml_export.1.html | 36 +++++++++++++--------------- doc/html/sfeed_opml_import.1.html | 36 +++++++++++++--------------- doc/html/sfeed_plain.1.html | 40 ++++++++++++++----------------- doc/html/sfeed_update.1.html | 50 ++++++++++++++++++--------------------- doc/html/sfeed_web.1.html | 47 +++++++++++++++++------------------- doc/html/sfeed_xmlenc.1.html | 45 ++++++++++++++++------------------- doc/man/sfeed.1 | 4 ++-- doc/man/sfeed_frames.1 | 2 +- doc/man/sfeed_html.1 | 2 +- doc/man/sfeed_plain.1 | 3 +-- doc/man/sfeed_update.1 | 4 ++-- doc/man/sfeed_web.1 | 2 +- doc/man/sfeed_xmlenc.1 | 2 +- sfeed_update.1 | 2 +- 17 files changed, 189 insertions(+), 215 deletions(-) diff --git a/doc/html/sfeed.1.html b/doc/html/sfeed.1.html index 35f23c3..15f35e6 100644 --- a/doc/html/sfeed.1.html +++ b/doc/html/sfeed.1.html @@ -1,29 +1,25 @@ - + - - - + + + SFEED(1)
- +
+++ - - + @@ -32,14 +28,14 @@ SFEED(1)

NAME

sfeedsimple RSS and Atom parser

SYNOPSIS

SFEED(1) -General Commands Manual + +OpenBSD Reference Manual SFEED(1)
--++ +[suffix string | -v]
sfeed -[suffix string | -v]
@@ -49,14 +45,13 @@ sfeed

OPTIONS

--v
+-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.
-
+

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
@@ -65,7 +60,7 @@ string, UNIX timestamp in GMT+0
item timestamp
-string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[+-]HHMM
+string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[[+-][HHMM]]
item title
@@ -79,7 +74,7 @@ string
string
-item content-type
+item content-type
string, "html" or "plain"
@@ -99,13 +94,15 @@ string, "rss" or "atom"
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
- +

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org> +
++ - diff --git a/doc/html/sfeed_frames.1.html b/doc/html/sfeed_frames.1.html index 3825b35..636f14a 100644 --- a/doc/html/sfeed_frames.1.html +++ b/doc/html/sfeed_frames.1.html @@ -1,29 +1,25 @@ - + - - - + + + SFEED_FRAMES(1)
-
December 25, 2014 +
+
+++ - - + @@ -32,14 +28,14 @@ SFEED_FRAMES(1)

NAME

sfeed_framesformats a feeds file to HTML with frames

SYNOPSIS

SFEED_FRAMES(1) -General Commands Manual + +OpenBSD Reference Manual SFEED_FRAMES(1)
--++ +[directory path]
sfeed_frames -[directory path]
@@ -69,17 +65,19 @@ menu frame which contains navigation "anchor" links to the feed names
-

FILE STRUCTURE

Directory for each feed category in the format: path/feedname/itemname.html. The feedname and item names are normalized, whitespace characters are replaced with a -, multiple whitespaces are replaced by a single - and trailing whitespace will be removed.
+

FILE STRUCTURE

Directory for each feed category in the format: path/feedname/itemname.html. The feedname and item names are normalized, whitespace characters are replaced with a -, multiple whitespaces are replaced by a single - and trailing whitespace will be removed.

SEE ALSO

sfeed_plain(1), sfeed_update(1), sfeed(1)
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
- +

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org> +
++ - diff --git a/doc/html/sfeed_html.1.html b/doc/html/sfeed_html.1.html index 5f042f5..dfbc936 100644 --- a/doc/html/sfeed_html.1.html +++ b/doc/html/sfeed_html.1.html @@ -1,29 +1,25 @@ - + - - - + + + SFEED_HTML(1)
-
December 25, 2014 +
+
+++ - - + @@ -32,8 +28,8 @@ SFEED_HTML(1)

NAME

sfeed_htmlformats a feeds file to HTML

SYNOPSIS

SFEED_HTML(1) -General Commands Manual + +OpenBSD Reference Manual SFEED_HTML(1)
--++

SEE ALSO

sfeed_plain(1), sfeed_update(1), sfeed(1)
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
-
@@ -49,13 +45,15 @@ sfeed_html
+

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org> +
++ - diff --git a/doc/html/sfeed_opml_export.1.html b/doc/html/sfeed_opml_export.1.html index ddf081e..6e9de88 100644 --- a/doc/html/sfeed_opml_export.1.html +++ b/doc/html/sfeed_opml_export.1.html @@ -1,35 +1,31 @@ - + - - - + + + SFEED(1)
-
December 25, 2014 +
+
+++ - - +
SFEED(1) -General Commands Manual + +OpenBSD Reference Manual SFEED(1)
-

NAME

sfeed_opml_export - generate an OPML file based on a sfeedrc config file
+

NAME

sfeed_opml_export - generate an OPML file based on a sfeedrc config file

SYNOPSIS

sfeed_opml_export [configfile]
@@ -46,11 +42,13 @@ config file, if not specified uses the location $HOME/.sfeed/sfeedrc by default

SEE ALSO

sfeed_update(1)

BUGS

Please report them!
- +
++ - +
-sfeed-0.9 +sfeed-0.9
diff --git a/doc/html/sfeed_opml_import.1.html b/doc/html/sfeed_opml_import.1.html index 268b543..121d82e 100644 --- a/doc/html/sfeed_opml_import.1.html +++ b/doc/html/sfeed_opml_import.1.html @@ -1,35 +1,31 @@ - + - - - + + + SFEED(1)
- +
+++ - - +
SFEED(1) -General Commands Manual + +OpenBSD Reference Manual SFEED(1)
-

NAME

sfeed_opml_import - generate a sfeedrc config file based on an OPML file
+

NAME

sfeed_opml_import - generate a sfeedrc config file based on an OPML file

SYNOPSIS

sfeed_opml_import
@@ -38,11 +34,13 @@ SFEED(1)

SEE ALSO

sfeed_update(1)

BUGS

Please report them!
- +
++ - +
-sfeed-0.9 +sfeed-0.9
diff --git a/doc/html/sfeed_plain.1.html b/doc/html/sfeed_plain.1.html index 622376e..61dd952 100644 --- a/doc/html/sfeed_plain.1.html +++ b/doc/html/sfeed_plain.1.html @@ -1,29 +1,25 @@ - + - - - + + + SFEED_PLAIN(1)
- +
+++ - - + @@ -32,8 +28,8 @@ SFEED_PLAIN(1)

NAME

sfeed_plainformats a feeds file to plain text

SYNOPSIS

SFEED_PLAIN(1) -General Commands Manual + +OpenBSD Reference Manual SFEED_PLAIN(1)
--++
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
-
-
@@ -49,15 +45,15 @@ sfeed_plain
+

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org> +
++ - diff --git a/doc/html/sfeed_update.1.html b/doc/html/sfeed_update.1.html index 7ed03c5..cd4ae08 100644 --- a/doc/html/sfeed_update.1.html +++ b/doc/html/sfeed_update.1.html @@ -1,29 +1,25 @@ - + - - - + + + SFEED_UPDATE(1)
-
December 25, 2014 +
+
+++ - - + @@ -32,14 +28,14 @@ SFEED_UPDATE(1)

NAME

sfeed_updateupdate feeds and merge with old feeds

SYNOPSIS

SFEED_UPDATE(1) -General Commands Manual + +OpenBSD Reference Manual SFEED_UPDATE(1)
--++ +[configfile]
sfeed_update -[configfile]
@@ -55,8 +51,7 @@ config file, if not specified uses the location $HOME/.sfeed/sfeedrc by default
-

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

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
@@ -65,7 +60,7 @@ string, UNIX timestamp in GMT+0
item timestamp
-string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[+-]HHMM
+string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[[+-][HHMM]]
item title
@@ -79,7 +74,7 @@ string
string
-item content-type
+item content-type
string, "html" or "plain"
@@ -133,8 +128,7 @@ Temporary file used by sfeed_update to merge items.
-

EXAMPLES

To update feeds and format the feeds file:
-
+

EXAMPLES

To update feeds and format the feeds file:

 sfeed_update "configfile" 
 sfeed_plain < $HOME/.sfeed/feeds > $HOME/.sfeed/feeds.txt 
@@ -143,13 +137,15 @@ sfeed_html < $HOME/.sfeed/feeds > $HOME/.sfeed/feeds.html
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
- +

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org> +
++ - diff --git a/doc/html/sfeed_web.1.html b/doc/html/sfeed_web.1.html index 489c042..a0e562d 100644 --- a/doc/html/sfeed_web.1.html +++ b/doc/html/sfeed_web.1.html @@ -1,29 +1,25 @@ - + - - - + + + SFEED_WEB(1)
-
December 25, 2014 +
+
+++ - - + @@ -32,14 +28,14 @@ SFEED_WEB(1)

NAME

sfeed_webfinds urls to feeds from a HTML webpage

SYNOPSIS

SFEED_WEB(1) -General Commands Manual + +OpenBSD Reference Manual SFEED_WEB(1)
--++ +[baseurl]
sfeed_web -[baseurl]
@@ -55,9 +51,9 @@ optional base url to use for found feed urls that are relative.
-

OUTPUT FORMAT

content-type<space>url<newline>
+

OUTPUT FORMAT

content-type<space>url<newline>
-content-type
+content-type
Usually application/atom+xml or application/rss+xml.
@@ -67,21 +63,22 @@ Found url to the feed. If the url is relative and the baseurl option is specifie
-

EXAMPLES

Get urls from xkcd website:
-
+

EXAMPLES

Get urls from xkcd website:

 wget http://www.xkcd.com -q -O - | sfeed_web "http://www.xkcd.com/"

SEE ALSO

sh(1), sfeed_update(1)
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
- +

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org> +
++ - diff --git a/doc/html/sfeed_xmlenc.1.html b/doc/html/sfeed_xmlenc.1.html index 87a2b60..cf723e3 100644 --- a/doc/html/sfeed_xmlenc.1.html +++ b/doc/html/sfeed_xmlenc.1.html @@ -1,39 +1,35 @@ - + - - - + + + SFEED_XMLENC(1)
-
December 25, 2014 +
+
+++ - - +
SFEED_XMLENC(1) -General Commands Manual + +OpenBSD Reference Manual SFEED_XMLENC(1)
-

NAME

sfeed_xmlencget text-encoding from XML
+

NAME

sfeed_xmlencget text-encoding from XML

SYNOPSIS

--++
@@ -45,23 +41,24 @@ sfeed_xmlenc
-

DESCRIPTION

sfeed_xmlenc reads XML data from stdin and writes the found text-encoding to stdout.
+

DESCRIPTION

sfeed_xmlenc reads XML data from stdin and writes the found text-encoding to stdout.
-

EXAMPLES

Get text-encoding from xkcd Atom feed:
-
+

EXAMPLES

Get text-encoding from xkcd Atom feed:

 wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc

SEE ALSO

sh(1), sfeed_update(1)
-

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org>
- +

AUTHORS

Hiltjo Posthuma <hiltjo@codemadness.org> +
++ - diff --git a/doc/man/sfeed.1 b/doc/man/sfeed.1 index 48400f9..da2ea3c 100644 --- a/doc/man/sfeed.1 +++ b/doc/man/sfeed.1 @@ -1,4 +1,4 @@ -.TH "SFEED" "1" "December 25, 2014" "" "General Commands Manual" +.TH "SFEED" "1" "December 25, 2014" "" "OpenBSD Reference Manual" .nh .if n .ad l .SH "NAME" @@ -27,7 +27,7 @@ The order and format of the fields are: string, UNIX timestamp in GMT+0 .TP 19n \fIitem timestamp\fR -string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[+-]HHMM +string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[[+-][HHMM]] .TP 19n \fIitem title\fR string diff --git a/doc/man/sfeed_frames.1 b/doc/man/sfeed_frames.1 index 7bf3770..b80964e 100644 --- a/doc/man/sfeed_frames.1 +++ b/doc/man/sfeed_frames.1 @@ -1,4 +1,4 @@ -.TH "SFEED_FRAMES" "1" "December 25, 2014" "" "General Commands Manual" +.TH "SFEED_FRAMES" "1" "December 25, 2014" "" "OpenBSD Reference Manual" .nh .if n .ad l .SH "NAME" diff --git a/doc/man/sfeed_html.1 b/doc/man/sfeed_html.1 index cfa3251..5bd5229 100644 --- a/doc/man/sfeed_html.1 +++ b/doc/man/sfeed_html.1 @@ -1,4 +1,4 @@ -.TH "SFEED_HTML" "1" "December 25, 2014" "" "General Commands Manual" +.TH "SFEED_HTML" "1" "December 25, 2014" "" "OpenBSD Reference Manual" .nh .if n .ad l .SH "NAME" diff --git a/doc/man/sfeed_plain.1 b/doc/man/sfeed_plain.1 index 5276db8..91435c4 100644 --- a/doc/man/sfeed_plain.1 +++ b/doc/man/sfeed_plain.1 @@ -1,4 +1,4 @@ -.TH "SFEED_PLAIN" "1" "December 25, 2014" "" "General Commands Manual" +.TH "SFEED_PLAIN" "1" "December 25, 2014" "" "OpenBSD Reference Manual" .nh .if n .ad l .SH "NAME" @@ -20,4 +20,3 @@ sfeed_update(1), sfeed(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> -.sp diff --git a/doc/man/sfeed_update.1 b/doc/man/sfeed_update.1 index 7760cf8..f008509 100644 --- a/doc/man/sfeed_update.1 +++ b/doc/man/sfeed_update.1 @@ -1,4 +1,4 @@ -.TH "SFEED_UPDATE" "1" "December 25, 2014" "" "General Commands Manual" +.TH "SFEED_UPDATE" "1" "December 25, 2014" "" "OpenBSD Reference Manual" .nh .if n .ad l .SH "NAME" @@ -30,7 +30,7 @@ The order and format of the fields are: string, UNIX timestamp in GMT+0 .TP 19n \fIitem timestamp\fR -string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[+-]HHMM +string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[[+-][HHMM]] .TP 19n \fIitem title\fR string diff --git a/doc/man/sfeed_web.1 b/doc/man/sfeed_web.1 index addfe6d..2e48f15 100644 --- a/doc/man/sfeed_web.1 +++ b/doc/man/sfeed_web.1 @@ -1,4 +1,4 @@ -.TH "SFEED_WEB" "1" "December 25, 2014" "" "General Commands Manual" +.TH "SFEED_WEB" "1" "December 25, 2014" "" "OpenBSD Reference Manual" .nh .if n .ad l .SH "NAME" diff --git a/doc/man/sfeed_xmlenc.1 b/doc/man/sfeed_xmlenc.1 index e5c2f29..81aa48a 100644 --- a/doc/man/sfeed_xmlenc.1 +++ b/doc/man/sfeed_xmlenc.1 @@ -1,4 +1,4 @@ -.TH "SFEED_XMLENC" "1" "December 25, 2014" "" "General Commands Manual" +.TH "SFEED_XMLENC" "1" "December 25, 2014" "" "OpenBSD Reference Manual" .nh .if n .ad l .SH "NAME" diff --git a/sfeed_update.1 b/sfeed_update.1 index fbf9c97..4ffb52a 100644 --- a/sfeed_update.1 +++ b/sfeed_update.1 @@ -30,7 +30,7 @@ The order and format of the fields are: .It Ar item timestamp string, UNIX timestamp in GMT+0 .It Ar item timestamp -string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[+-]HHMM +string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[[+-][HHMM]] .It Ar item title string .It Ar item link -- cgit v1.2.3
December 25, 2014 +