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_web.1.html | 89 ----------------------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 doc/html/sfeed_web.1.html (limited to 'doc/html/sfeed_web.1.html') diff --git a/doc/html/sfeed_web.1.html b/doc/html/sfeed_web.1.html deleted file mode 100644 index a0e562d..0000000 --- a/doc/html/sfeed_web.1.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - -SFEED_WEB(1) - - -
- ---- - - - - - - -
-SFEED_WEB(1) -OpenBSD Reference Manual -SFEED_WEB(1)
-
-

NAME

sfeed_webfinds urls to feeds from a HTML webpage
-
-

SYNOPSIS

--- - - - - - -
-sfeed_web -[baseurl]
-
-
-

DESCRIPTION

sfeed_web reads the HTML website as XML or HTML data from stdin and writes the found urls to stdout.
-
-

OPTIONS

-
-baseurl
-
-optional base url to use for found feed urls that are relative.
-
-
-
-

OUTPUT FORMAT

content-type<space>url<newline>
-
-content-type
-
-Usually application/atom+xml or application/rss+xml.
-
-url
-
-Found url to the feed. If the url is relative and the baseurl option is specified then the url is changed accordingly.
-
-
-
-

EXAMPLES

Get urls from xkcd website:

-

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

AUTHORS

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