sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit faa268d8e92bd8ac57e36564df7e1fd8886f199c
parent c571234ad3d2fed06016c782e02939cd0eb5d6bc
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 24 May 2015 22:50:33 +0200

doc: fix warnings (mandoc -Tlint)

and regenerate old man-style (make doc-oldman).

Diffstat:
Mdoc/man/sfeed.1 | 6+++---
Mdoc/man/sfeed_frames.1 | 6+++---
Mdoc/man/sfeed_html.1 | 6+++---
Adoc/man/sfeed_mail.1 | 30++++++++++++++++++++++++++++++
Mdoc/man/sfeed_opml_export.1 | 2+-
Mdoc/man/sfeed_opml_import.1 | 2+-
Mdoc/man/sfeed_plain.1 | 6+++---
Mdoc/man/sfeed_stats.1 | 6+++---
Mdoc/man/sfeed_update.1 | 6+++---
Mdoc/man/sfeed_web.1 | 6+++---
Mdoc/man/sfeed_xmlenc.1 | 6+++---
Msfeed.1 | 4++--
Msfeed_frames.1 | 4++--
Msfeed_html.1 | 4++--
Msfeed_plain.1 | 4++--
Msfeed_stats.1 | 4++--
Msfeed_update.1 | 4++--
Msfeed_web.1 | 4++--
Msfeed_xmlenc.1 | 4++--
19 files changed, 72 insertions(+), 42 deletions(-)

diff --git a/doc/man/sfeed.1 b/doc/man/sfeed.1 @@ -1,4 +1,4 @@ -.TH "SFEED" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" @@ -51,7 +51,7 @@ string \fIfeed type\fR string, "rss" or "atom" .SH "SEE ALSO" -sh(1), -sfeed_update(1) +sfeed_update(1), +sh(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_frames.1 b/doc/man/sfeed_frames.1 @@ -1,4 +1,4 @@ -.TH "SFEED_FRAMES" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED_FRAMES" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" @@ -37,8 +37,8 @@ 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. .SH "SEE ALSO" +sfeed(1), sfeed_plain(1), -sfeed_update(1), -sfeed(1) +sfeed_update(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_html.1 b/doc/man/sfeed_html.1 @@ -1,4 +1,4 @@ -.TH "SFEED_HTML" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED_HTML" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" @@ -14,8 +14,8 @@ sfeed_update(1) to HTML. It reads TSV data from stdin and writes HTML to stdout. For the exact TSV format see sfeed_update(1). .SH "SEE ALSO" +sfeed(1), sfeed_plain(1), -sfeed_update(1), -sfeed(1) +sfeed_update(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_mail.1 b/doc/man/sfeed_mail.1 @@ -0,0 +1,30 @@ +.TH "SFEED_MAIL" "1" "May 17, 2015" "" "General Commands Manual" +.nh +.if n .ad l +.SH "NAME" +\fBsfeed_mail\fR +\- formats a feeds file to mail +.SH "SYNOPSIS" +.HP 11n +\fBsfeed_mail\fR +.SH "DESCRIPTION" +\fBsfeed_mail\fR +formats a feeds file (TSV) from +sfeed_update(1) +to mail. It reads TSV data from stdin and writes e-mails to stdout. These can +be further processed by tools like +procmail(1). +.SH "FORMAT" +Depending on the original content\-type the mail will be formatted as +plain-text (text/plain) or HTML (text/html). +.SH "CUSTOM HEADERS" +To make filtering simpler some custom headers are set: +.TP 8n +X-feedname +The feedname (set in sfeedrc). +.SH "SEE ALSO" +procmail(1), +sfeed(1), +sfeed_update(1) +.SH "AUTHORS" +Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_opml_export.1 b/doc/man/sfeed_opml_export.1 @@ -1,4 +1,4 @@ -.TH "SFEED_OPML_EXPORT" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED_OPML_EXPORT" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" diff --git a/doc/man/sfeed_opml_import.1 b/doc/man/sfeed_opml_import.1 @@ -1,4 +1,4 @@ -.TH "SFEED_OPML_IMPORT" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED_OPML_IMPORT" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" diff --git a/doc/man/sfeed_plain.1 b/doc/man/sfeed_plain.1 @@ -1,4 +1,4 @@ -.TH "SFEED_PLAIN" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED_PLAIN" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" @@ -15,8 +15,8 @@ to plain text. It reads TSV data from stdin and writes formatted plain text to stdout. For the exact TSV format see sfeed_update(1). .SH "SEE ALSO" +sfeed(1), sfeed_html(1), -sfeed_update(1), -sfeed(1) +sfeed_update(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_stats.1 b/doc/man/sfeed_stats.1 @@ -1,4 +1,4 @@ -.TH "SFEED_STATS" "1" "January 3, 2015" "" "OpenBSD Reference Manual" +.TH "SFEED_STATS" "1" "January 3, 2015" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" @@ -16,7 +16,7 @@ items, the timestamp of the last item per feed. It reads TSV data from stdin and writes formatted plain text to stdout. For the exact TSV format see sfeed_update(1). .SH "SEE ALSO" -sfeed_update(1), -sfeed(1) +sfeed(1), +sfeed_update(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_update.1 b/doc/man/sfeed_update.1 @@ -1,4 +1,4 @@ -.TH "SFEED_UPDATE" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED_UPDATE" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" @@ -94,8 +94,8 @@ sfeed_html < $HOME/.sfeed/feeds > $HOME/.sfeed/feeds.html .RE .fi .SH "SEE ALSO" -sh(1), +sfeed_html(1), sfeed_plain(1), -sfeed_html(1) +sh(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_web.1 b/doc/man/sfeed_web.1 @@ -1,4 +1,4 @@ -.TH "SFEED_WEB" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED_WEB" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" @@ -34,7 +34,7 @@ wget http://www.xkcd.com -q -O - | sfeed_web "http://www.xkcd.com/" .RE .fi .SH "SEE ALSO" -sh(1), -sfeed_update(1) +sfeed_update(1), +sh(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/doc/man/sfeed_xmlenc.1 b/doc/man/sfeed_xmlenc.1 @@ -1,4 +1,4 @@ -.TH "SFEED_XMLENC" "1" "December 25, 2014" "" "OpenBSD Reference Manual" +.TH "SFEED_XMLENC" "1" "December 25, 2014" "" "General Commands Manual" .nh .if n .ad l .SH "NAME" @@ -19,7 +19,7 @@ wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc .RE .fi .SH "SEE ALSO" -sh(1), -sfeed_update(1) +sfeed_update(1), +sh(1) .SH "AUTHORS" Hiltjo Posthuma <\fIhiltjo@codemadness.org\fR> diff --git a/sfeed.1 b/sfeed.1 @@ -43,7 +43,7 @@ string string, "rss" or "atom" .El .Sh SEE ALSO -.Xr sh 1 , -.Xr sfeed_update 1 +.Xr sfeed_update 1 , +.Xr sh 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org diff --git a/sfeed_frames.1 b/sfeed_frames.1 @@ -36,8 +36,8 @@ 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. .Sh SEE ALSO +.Xr sfeed 1 , .Xr sfeed_plain 1 , -.Xr sfeed_update 1 , -.Xr sfeed 1 +.Xr sfeed_update 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org diff --git a/sfeed_html.1 b/sfeed_html.1 @@ -13,8 +13,8 @@ formats a feeds file (TSV) from to HTML. It reads TSV data from stdin and writes HTML to stdout. For the exact TSV format see .Xr sfeed_update 1 . .Sh SEE ALSO +.Xr sfeed 1 , .Xr sfeed_plain 1 , -.Xr sfeed_update 1 , -.Xr sfeed 1 +.Xr sfeed_update 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org diff --git a/sfeed_plain.1 b/sfeed_plain.1 @@ -14,8 +14,8 @@ to plain text. It reads TSV data from stdin and writes formatted plain text to stdout. For the exact TSV format see .Xr sfeed_update 1 . .Sh SEE ALSO +.Xr sfeed 1 , .Xr sfeed_html 1 , -.Xr sfeed_update 1 , -.Xr sfeed 1 +.Xr sfeed_update 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org diff --git a/sfeed_stats.1 b/sfeed_stats.1 @@ -15,7 +15,7 @@ items, the timestamp of the last item per feed. It reads TSV data from stdin and writes formatted plain text to stdout. For the exact TSV format see .Xr sfeed_update 1 . .Sh SEE ALSO -.Xr sfeed_update 1 , -.Xr sfeed 1 +.Xr sfeed 1 , +.Xr sfeed_update 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org diff --git a/sfeed_update.1 b/sfeed_update.1 @@ -83,8 +83,8 @@ sfeed_plain < $HOME/.sfeed/feeds > $HOME/.sfeed/feeds.txt sfeed_html < $HOME/.sfeed/feeds > $HOME/.sfeed/feeds.html .Ed .Sh SEE ALSO -.Xr sh 1 , +.Xr sfeed_html 1 , .Xr sfeed_plain 1 , -.Xr sfeed_html 1 +.Xr sh 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org diff --git a/sfeed_web.1 b/sfeed_web.1 @@ -31,7 +31,7 @@ Get urls from xkcd website: wget http://www.xkcd.com -q -O - | sfeed_web "http://www.xkcd.com/" .Ed .Sh SEE ALSO -.Xr sh 1 , -.Xr sfeed_update 1 +.Xr sfeed_update 1 , +.Xr sh 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1 @@ -15,7 +15,7 @@ Get text\-encoding from xkcd Atom feed: wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc .Ed .Sh SEE ALSO -.Xr sh 1 , -.Xr sfeed_update 1 +.Xr sfeed_update 1 , +.Xr sh 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org