diff options
author | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-07-25 10:57:33 +0000 |
---|---|---|
committer | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-07-25 10:57:33 +0000 |
commit | 85717732a0074eb5eed6acbcb1d877ee60d405b5 (patch) | |
tree | 12dd946c251cc0713c3293d0e08d4b27b771f7bd /data/man/man1/feed2imap-opmlimport.1 | |
parent | da839a928171aff6d8dc0f05da2ae93a9e47fe0f (diff) | |
download | feed2imap-85717732a0074eb5eed6acbcb1d877ee60d405b5.tar.gz feed2imap-85717732a0074eb5eed6acbcb1d877ee60d405b5.tar.bz2 feed2imap-85717732a0074eb5eed6acbcb1d877ee60d405b5.zip |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@44 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to '')
-rw-r--r-- | data/man/man1/feed2imap-opmlimport.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/man/man1/feed2imap-opmlimport.1 b/data/man/man1/feed2imap-opmlimport.1 new file mode 100644 index 0000000..2702e72 --- /dev/null +++ b/data/man/man1/feed2imap-opmlimport.1 @@ -0,0 +1,27 @@ +.TH feed2imap\-opmlimport 1 "Jul 25, 2005" +.SH NAME +feed2imap\-opmlimport \- Convert an OPML subscription list to a feed2imap config file +.SH SYNOPSIS +\fBfeed2imap\-opmlimport\fR +.SH DESCRIPTION +feed2imap\-opmlimport reads an OPML subscription list on standard input and outputs a feed2imap configuration file on standard output. The resulting configuration file will require some tweaking. +.SH BUGS +Should probably accept parameters to be able to change default values. +.SH "SEE ALSO" +Homepage : +http://home.gna.org/feed2imap/ +.PP +\fBfeed2imaprc\fR(5), +\fBfeed2imap\fR(1) +.SH AUTHOR +Copyright (C) 2005 Lucas Nussbaum lucas@lucas\-nussbaum.net +.PP +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your +option) any later version. +.PP +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. |