summaryrefslogtreecommitdiff
path: root/sfeed_opml_export.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2012-08-03 15:00:29 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2012-08-03 15:00:29 +0200
commit5e0af288656f1a0b41ed92124fd760b1ceeea6fd (patch)
tree8de908367e6d32d9c26e46a385e3ddf6fc8334f1 /sfeed_opml_export.1
parent50d0bc170c2b7c783e09d81d38a824422712b6e5 (diff)
Add sfeed_opml_export script
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeed_opml_export.1')
-rw-r--r--sfeed_opml_export.116
1 files changed, 16 insertions, 0 deletions
diff --git a/sfeed_opml_export.1 b/sfeed_opml_export.1
new file mode 100644
index 0000000..a62ed62
--- /dev/null
+++ b/sfeed_opml_export.1
@@ -0,0 +1,16 @@
+.TH SFEED 1 sfeed\-VERSION
+.SH NAME
+sfeed_opml_export \- generate an opml file based on a sfeedrc config file
+.SH SYNOPSIS
+.B sfeed_opml_export
+.RB [configfile]
+.SH OPTIONS
+.TP
+.B [configfile]
+config file, if not specified uses the location $HOME/.sfeed/sfeedrc by default (see FILES READ section for more information).
+.SH DESCRIPTION
+Parse the specified config file and output opml XML data to stdout.
+.SH SEE ALSO
+.BR sfeed_update(1)
+.SH BUGS
+Please report them!