summaryrefslogtreecommitdiff
path: root/doc/html/sfeed.1.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sfeed.1.html')
-rw-r--r--doc/html/sfeed.1.html113
1 files changed, 0 insertions, 113 deletions
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 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-<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(1)</title>
-</head>
-<body>
-<div class="mandoc">
-<table summary="Document Header" class="head" width="100%">
-<col width="30%">
-<col width="30%">
-<col width="30%">
-<tbody>
-<tr>
-<td class="head-ltitle">
-SFEED(1)</td>
-<td class="head-vol" align="center">
-OpenBSD Reference Manual</td>
-<td class="head-rtitle" align="right">
-SFEED(1)</td>
-</tr>
-</tbody>
-</table>
-<div class="section">
-<h1 id="x4e414d45">NAME</h1> <b class="name">sfeed</b> &#8212; <span class="desc">simple RSS and Atom parser</span></div>
-<div class="section">
-<h1 id="x53594e4f50534953">SYNOPSIS</h1><table class="synopsis">
-<col style="width: 5.00ex;">
-<col>
-<tbody>
-<tr>
-<td>
-sfeed</td>
-<td>
-&#91;<span class="opt"><i class="arg">suffix string</i> | <b class="flag">&#45;</b><i class="arg">v</i></span>&#93;</td>
-</tr>
-</tbody>
-</table>
-</div>
-<div class="section">
-<h1 id="x4445534352495054494f4e">DESCRIPTION</h1> <b class="name">sfeed</b> reads RSS or Atom feed data (XML) from stdin. It writes the feed data in a tab-separated format to stdout.</div>
-<div class="section">
-<h1 id="x4f5054494f4e53">OPTIONS</h1><dl style="margin-top: 0.00em;margin-bottom: 0.00em;" class="list list-tag">
-<dt class="list-tag" style="margin-top: 1.00em;">
-<b class="flag">&#45;v</b></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-show program version</dd>
-</dl>
-</div>
-<div class="section">
-<h1 id="x5441421e53455041524154454420464f524d4154204649454c4453">TAB-SEPARATED FORMAT FIELDS</h1> 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.<p>
-The order and format of the fields are:<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">item timestamp</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string, UNIX timestamp in GMT+0</dd>
-<dt class="list-tag" style="margin-top: 1.00em;">
-<i class="arg">item timestamp</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string, date and time in the format: YYYY-mm-dd HH:MM:SS tzname[[+-][HHMM]]</dd>
-<dt class="list-tag" style="margin-top: 1.00em;">
-<i class="arg">item title</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string</dd>
-<dt class="list-tag" style="margin-top: 1.00em;">
-<i class="arg">item link</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string</dd>
-<dt class="list-tag" style="margin-top: 1.00em;">
-<i class="arg">item content</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string</dd>
-<dt class="list-tag" style="margin-top: 1.00em;">
-<i class="arg">item content&#45;type</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string, &quot;html&quot; or &quot;plain&quot;</dd>
-<dt class="list-tag" style="margin-top: 1.00em;">
-<i class="arg">item id</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string</dd>
-<dt class="list-tag" style="margin-top: 1.00em;">
-<i class="arg">item author</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string</dd>
-<dt class="list-tag" style="margin-top: 1.00em;">
-<i class="arg">feed type</i></dt>
-<dd class="list-tag" style="margin-left: 17.00ex;">
-string, &quot;rss&quot; or &quot;atom&quot;</dd>
-</dl>
-</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> &#60;<a class="link-mail" href="mailto:hiltjo@codemadness.org">hiltjo@codemadness.org</a>&#62;</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" align="right">
-</td>
-</tr>
-</tbody>
-</table>
-</div>
-</body>
-</html>
-