diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/doc/feed2imap/examples/feed2imaprc | 16 | ||||
-rw-r--r-- | data/man/man1/feed2imap.1 | 45 |
2 files changed, 61 insertions, 0 deletions
diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc new file mode 100644 index 0000000..f27e671 --- /dev/null +++ b/data/doc/feed2imap/examples/feed2imaprc @@ -0,0 +1,16 @@ +# name is the name of the feed (must be unique) +# url is the HTTP[S] address where the feed has to be fetched +# target is the IMAP URI where to put emails +# min-frequency (in HOURS) is the minimum frequency with which this particular +# feed will be fetched +# disable: if set to something, the feed will be ignored +feeds: + - name: feed2imap + url: http://home.gna.org/feed2imap/feed2imap.rss + target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.Feed2Imap + - name: lucas + url: http://www.lucas-nussbaum.net/dotclear/rss.php + target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.Lucas + - name: linuxfr + url: http://linuxfr.org/backend/news/rss20.rss + target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.LinuxFR diff --git a/data/man/man1/feed2imap.1 b/data/man/man1/feed2imap.1 new file mode 100644 index 0000000..3b92b30 --- /dev/null +++ b/data/man/man1/feed2imap.1 @@ -0,0 +1,45 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "ALEXANDRIA" 1 "Apr 14, 2004" "" "" +.SH NAME +alexandria \- manage your book collection +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 11 +\fBalexandria\fR +.ad +.hy + +.SH "DESCRIPTION" + +.PP +This manual page documents briefly the \fBalexandria\fR command\&. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page\&. + +.PP +Alexandria is a GNOME application to help you manage your book collection\&. It currently does not accept any arguments\&. + +.SH "SEE ALSO" + +.PP +\fIhttp://alexandria.rubyforge.org/\fR + +.SH AUTHOR +Dafydd Harries. |