diff options
Diffstat (limited to 'doc/html/sfeed_web.1.html')
-rw-r--r-- | doc/html/sfeed_web.1.html | 47 |
1 files changed, 22 insertions, 25 deletions
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 @@ -<!DOCTYPE html> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> -<meta charset="utf-8"/> -<style> -table.head, table.foot { width: 100%; } -td.head-rtitle, td.foot-os { text-align: right; } -td.head-vol { text-align: center; } -table.foot td { width: 50%; } -table.head td { width: 33%; } -div.spacer { margin: 1em 0; } -</style> -<link rel="stylesheet" href="man.css" type="text/css" media="all"/> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="resource-type" content="document"> +<link rel="stylesheet" href="man.css" type="text/css" media="all"> <title> SFEED_WEB(1)</title> </head> <body> <div class="mandoc"> -<table class="head"> +<table summary="Document Header" class="head" width="100%"> +<col width="30%"> +<col width="30%"> +<col width="30%"> <tbody> <tr> <td class="head-ltitle"> SFEED_WEB(1)</td> -<td class="head-vol"> -General Commands Manual</td> -<td class="head-rtitle"> +<td class="head-vol" align="center"> +OpenBSD Reference Manual</td> +<td class="head-rtitle" align="right"> SFEED_WEB(1)</td> </tr> </tbody> @@ -32,14 +28,14 @@ SFEED_WEB(1)</td> <h1 id="x4e414d45">NAME</h1> <b class="name">sfeed_web</b> — <span class="desc">finds urls to feeds from a HTML webpage</span></div> <div class="section"> <h1 id="x53594e4f50534953">SYNOPSIS</h1><table class="synopsis"> -<col style="width: 9.00ex;"/> -<col/> +<col style="width: 9.00ex;"> +<col> <tbody> <tr> <td> sfeed_web</td> <td> -[<span class="opt"><i class="arg">baseurl</i></span>]</td> +[<span class="opt"><i class="arg">baseurl</i></span>]</td> </tr> </tbody> </table> @@ -55,9 +51,9 @@ optional base url to use for found feed urls that are relative.</dd> </dl> </div> <div class="section"> -<h1 id="x4f555450555420464f524d4154">OUTPUT FORMAT</h1> content-type<space>url<newline><dl style="margin-top: 0.00em;margin-bottom: 0.00em;" class="list list-tag"> +<h1 id="x4f555450555420464f524d4154">OUTPUT FORMAT</h1> content-type<space>url<newline><dl style="margin-top: 0.00em;margin-bottom: 0.00em;" class="list list-tag"> <dt class="list-tag" style="margin-top: 1.00em;"> -<i class="arg">content-type</i></dt> +<i class="arg">content-type</i></dt> <dd class="list-tag" style="margin-left: 13.00ex;"> Usually application/atom+xml or application/rss+xml.</dd> <dt class="list-tag" style="margin-top: 1.00em;"> @@ -67,21 +63,22 @@ Found url to the feed. If the url is relative and the baseurl option is specifie </dl> </div> <div class="section"> -<h1 id="x4558414d504c4553">EXAMPLES</h1> Get urls from xkcd website:<div class="spacer"> -</div> +<h1 id="x4558414d504c4553">EXAMPLES</h1> Get urls from xkcd website:<p> <pre style="margin-left: 0.00ex;" class="lit display"> wget http://www.xkcd.com -q -O - | sfeed_web "http://www.xkcd.com/"</pre> </div> <div class="section"> <h1 id="x53454520414c534f">SEE ALSO</h1> <a class="link-man">sh(1)</a>, <a class="link-man">sfeed_update(1)</a></div> <div class="section"> -<h1 id="x415554484f5253">AUTHORS</h1> <span class="author">Hiltjo Posthuma</span> <<a class="link-mail" href="mailto:hiltjo@codemadness.org">hiltjo@codemadness.org</a>></div> -<table class="foot"> +<h1 id="x415554484f5253">AUTHORS</h1> <span class="author">Hiltjo Posthuma</span> <<a class="link-mail" href="mailto:hiltjo@codemadness.org">hiltjo@codemadness.org</a>></div> +<table summary="Document Footer" class="foot" width="100%"> +<col width="50%"> +<col width="50%"> <tbody> <tr> <td class="foot-date"> December 25, 2014</td> -<td class="foot-os"> +<td class="foot-os" align="right"> </td> </tr> </tbody> |