diff options
Diffstat (limited to '')
-rw-r--r-- | manpages/feed2imaprc.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/manpages/feed2imaprc.xml b/manpages/feed2imaprc.xml new file mode 100644 index 0000000..b2289b3 --- /dev/null +++ b/manpages/feed2imaprc.xml @@ -0,0 +1,69 @@ +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" + [ + <!ENTITY program "feed2imaprc"> + <!ENTITY command "<command>&program;</command>"> + <!ENTITY firstname "Lucas"> + <!ENTITY surname "Nussbaum"> + <!ENTITY address "lucas@lucas-nussbaum.net"> + ]> +<refentry> +<refentryinfo> + <author> + <firstname>&firstname;</firstname> + <surname>&surname;</surname> + </author> + <address>&address;</address> + <copyright> + <year>2005</year> + <holder>&firstname; &surname;</holder> + </copyright> + <date>Jul 25, 2005</date> +</refentryinfo> +<refmeta> + <refentrytitle>&program;</refentrytitle> + <manvolnum>5</manvolnum> +</refmeta> +<refnamediv> + <refname>&program;</refname> + <refpurpose>feed2imap configuration file</refpurpose> +</refnamediv> +<refsect1> + <title>SYNOPSIS</title> + + <para><filename>feed2imaprc</filename> is feed2imap's configuration file. It is usually located in <filename>~/.feed2imaprc</filename>.</para> +</refsect1> +<refsect1> + <title>EXAMPLE</title> + <para>See <filename>/usr/share/doc/feed2imap/examples/feed2imaprc</filename>.</para> +</refsect1> +<refsect1> + <title>BUGS</title> + <para>This manpage should probably give more details.</para> +</refsect1> +<refsect1> + <title>SEE ALSO</title> + + <para>Homepage : + <ulink url="http://home.gna.org/feed2imap/">http://home.gna.org/feed2imap/</ulink></para> + + <para> + <citerefentry><refentrytitle>feed2imap</refentrytitle><manvolnum>1</manvolnum></citerefentry> + </para> +</refsect1> +<refsect1> + <title>AUTHOR</title> + <para>Copyright (C) 2005 Lucas Nussbaum <email>lucas@lucas-nussbaum.net</email></para> + + <para>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.</para> + + <para>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.</para> + +</refsect1> +</refentry> |