diff options
Diffstat (limited to 'doc/html/sfeed_opml_export.1.html')
-rw-r--r-- | doc/html/sfeed_opml_export.1.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/html/sfeed_opml_export.1.html b/doc/html/sfeed_opml_export.1.html new file mode 100644 index 0000000..ddf081e --- /dev/null +++ b/doc/html/sfeed_opml_export.1.html @@ -0,0 +1,60 @@ +<!DOCTYPE html> +<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"/> +<title> +SFEED(1)</title> +</head> +<body> +<div class="mandoc"> +<table class="head"> +<tbody> +<tr> +<td class="head-ltitle"> +SFEED(1)</td> +<td class="head-vol"> +General Commands Manual</td> +<td class="head-rtitle"> +SFEED(1)</td> +</tr> +</tbody> +</table> +<div class="section"> +<h1>NAME</h1> sfeed_opml_export - generate an OPML file based on a sfeedrc config file</div> +<div class="section"> +<h1>SYNOPSIS</h1> <b>sfeed_opml_export</b> [configfile]</div> +<div class="section"> +<h1>OPTIONS</h1><dl> +<dt> +<b>[configfile]</b></dt> +<dd> +config file, if not specified uses the location $HOME/.sfeed/sfeedrc by default (see FILES READ section for more information).</dd> +</dl> +</div> +<div class="section"> +<h1>DESCRIPTION</h1> Parse the specified config file and output OPML XML data to stdout.</div> +<div class="section"> +<h1>SEE ALSO</h1> <b>sfeed_update(1)</b></div> +<div class="section"> +<h1>BUGS</h1> Please report them!</div> +<table class="foot"> +<tr> +<td class="foot-date"> +sfeed-0.9</td> +<td class="foot-os"> +</td> +</tr> +</table> +</div> +</body> +</html> + |