summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-16 00:23:11 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-16 00:23:11 +0200
commitfcd486da1a275902436ef7e715051d0aae06d732 (patch)
tree79cd36d6dee84af8724f57a09ef6e1cd52ae171a
parent3c882ab5a145b0166611714131aa130386b287ab (diff)
downloadfeed2imap-fcd486da1a275902436ef7e715051d0aae06d732.tar.gz
feed2imap-fcd486da1a275902436ef7e715051d0aae06d732.tar.bz2
feed2imap-fcd486da1a275902436ef7e715051d0aae06d732.zip
Delete obsolete stuff
-rw-r--r--HOWTO.Release9
-rw-r--r--manpages/Makefile23
-rw-r--r--manpages/feed2imap-cleaner.xml97
-rw-r--r--manpages/feed2imap-dumpconfig.xml77
-rw-r--r--manpages/feed2imap-opmlimport.xml73
-rw-r--r--manpages/feed2imap.xml106
-rw-r--r--manpages/feed2imaprc.xml74
-rw-r--r--website/feed2imap.css84
-rw-r--r--website/feed2imap.rss224
-rw-r--r--website/index.html113
-rw-r--r--website/scr-evolution.jpgbin43904 -> 0 bytes
-rw-r--r--website/scr-mutt.jpgbin64637 -> 0 bytes
12 files changed, 0 insertions, 880 deletions
diff --git a/HOWTO.Release b/HOWTO.Release
deleted file mode 100644
index 04940a1..0000000
--- a/HOWTO.Release
+++ /dev/null
@@ -1,9 +0,0 @@
-edit version in lib/feed2imap/feed2imap.rb
-rake package
-cd pkg/
-gpg --detach myfile (see https://gna.org/cookbook/?func=detailitem&item_id=117)
-git tag VERSION
-sftp lnu@download.gna.org:/upload/feed2imap/
-
-website:
-modify, commit to svn
diff --git a/manpages/Makefile b/manpages/Makefile
deleted file mode 100644
index bb2ebd7..0000000
--- a/manpages/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-MANDIR := ../data/man
-
-all: $(MANDIR)/man1/feed2imap.1 $(MANDIR)/man1/feed2imap-cleaner.1 $(MANDIR)/man1/feed2imap-dumpconfig.1 $(MANDIR)/man1/feed2imap-opmlimport.1 $(MANDIR)/man5/feed2imaprc.5
-
-$(MANDIR)/man1/feed2imap.1: feed2imap.xml
- docbook2x-man $<
- cp $$(basename $@) $@
-
-$(MANDIR)/man1/feed2imap-cleaner.1: feed2imap-cleaner.xml
- docbook2x-man $<
- cp $$(basename $@) $@
-
-$(MANDIR)/man1/feed2imap-dumpconfig.1: feed2imap-dumpconfig.xml
- docbook2x-man $<
- cp $$(basename $@) $@
-
-$(MANDIR)/man1/feed2imap-opmlimport.1: feed2imap-opmlimport.xml
- docbook2x-man $<
- cp $$(basename $@) $@
-
-$(MANDIR)/man5/feed2imaprc.5: feed2imaprc.xml
- docbook2x-man $<
- cp $$(basename $@) $@
diff --git a/manpages/feed2imap-cleaner.xml b/manpages/feed2imap-cleaner.xml
deleted file mode 100644
index 333bd92..0000000
--- a/manpages/feed2imap-cleaner.xml
+++ /dev/null
@@ -1,97 +0,0 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
- [
- <!ENTITY program "feed2imap-cleaner">
- <!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>1</manvolnum>
-</refmeta>
-<refnamediv>
- <refname>&program;</refname>
- <refpurpose>Removes old items from IMAP folders</refpurpose>
-</refnamediv>
-<refsynopsisdiv>
- <cmdsynopsis>
- <command>feed2imap-cleaner</command> [OPTIONS]
- </cmdsynopsis>
-</refsynopsisdiv>
-<refsect1>
- <title>DESCRIPTION</title>
-
- <para><command>feed2imap-cleaner</command> deletes old items from IMAP folders specified in the configuration file. The actual query string used to determine whether an item is old is :
- "SEEN NOT FLAGGED BEFORE (3 days ago)". Which means that an item WON'T be deleted if it satisfies one of the following conditions :</para>
-
- <itemizedlist>
- <listitem><para>It isn't 3 days old ;</para></listitem>
- <listitem><para>It hasn't been read yet ;</para></listitem>
- <listitem><para>It is flagged (marked as Important, for example).</para></listitem>
- </itemizedlist>
-
-<variablelist>
- <varlistentry>
- <term>
- <option>-d</option></term><term><option>--dry-run</option>
- </term>
- <listitem>
- <para>Don't remove anything, but show what would be removed if run without this option.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>-f</option></term><term><option>--config <replaceable>file</replaceable></option>
- </term>
- <listitem>
- <para>Use another config file (~/.feed2imaprc is the default).</para>
- </listitem>
- </varlistentry></variablelist>
-</refsect1>
-<refsect1>
- <title>BUGS</title>
- <para>Deletion criterias should probably be more configurable.</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>feed2imaprc</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
- <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>
diff --git a/manpages/feed2imap-dumpconfig.xml b/manpages/feed2imap-dumpconfig.xml
deleted file mode 100644
index bc1e4dc..0000000
--- a/manpages/feed2imap-dumpconfig.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
- [
- <!ENTITY program "feed2imap-dumpconfig">
- <!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>1</manvolnum>
-</refmeta>
-<refnamediv>
- <refname>&program;</refname>
- <refpurpose>Dump feed2imap config</refpurpose>
-</refnamediv>
-<refsynopsisdiv>
- <cmdsynopsis>
- <command>feed2imap-dumpconfig</command> [OPTIONS]
- </cmdsynopsis>
-</refsynopsisdiv>
-<refsect1>
- <title>DESCRIPTION</title>
-
- <para><command>feed2imap-dumpconfig</command> dumps the content of your feed2imaprc to screen.</para>
-
-<variablelist>
- <varlistentry>
- <term>
- <option>-f</option></term><term><option>--config <replaceable>file</replaceable></option>
- </term>
- <listitem>
- <para>Use another config file (~/.feed2imaprc is the default).</para>
- </listitem>
- </varlistentry></variablelist>
-</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>feed2imaprc</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
- <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>
diff --git a/manpages/feed2imap-opmlimport.xml b/manpages/feed2imap-opmlimport.xml
deleted file mode 100644
index d8055d9..0000000
--- a/manpages/feed2imap-opmlimport.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
- [
- <!ENTITY program "feed2imap-opmlimport">
- <!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>1</manvolnum>
-</refmeta>
-<refnamediv>
- <refname>&program;</refname>
- <refpurpose>Convert an OPML subscription list to a feed2imap config file</refpurpose>
-</refnamediv>
-<refsynopsisdiv>
- <cmdsynopsis>
- <command>feed2imap-opmlimport</command>
- </cmdsynopsis>
-</refsynopsisdiv>
-<refsect1>
- <title>DESCRIPTION</title>
-
- <para><command>feed2imap-opmlimport</command> 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.</para>
-
-</refsect1>
-<refsect1>
- <title>BUGS</title>
- <para>Should probably accept parameters to be able to change default values.</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>feed2imaprc</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
- <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>
diff --git a/manpages/feed2imap.xml b/manpages/feed2imap.xml
deleted file mode 100644
index c56bdaa..0000000
--- a/manpages/feed2imap.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
- [
- <!ENTITY program "feed2imap">
- <!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>1</manvolnum>
-</refmeta>
-<refnamediv>
- <refname>&program;</refname>
- <refpurpose>clever RSS/ATOM feed aggregator</refpurpose>
-</refnamediv>
-<refsynopsisdiv>
- <cmdsynopsis>
- <command>feed2imap</command> [OPTIONS]
- </cmdsynopsis>
-</refsynopsisdiv>
-<refsect1>
- <title>DESCRIPTION</title>
-
- <para><command>feed2imap</command> is an RSS/Atom feed aggregator. After
- Downloading feeds (over HTTP or HTTPS), it uploads them to a specified
- folder of an IMAP mail server, or copies them to a local maildir. The user can then access the feeds using
- Mutt, Evolution, Mozilla Thunderbird or even a webmail.</para>
-
-<variablelist>
- <varlistentry>
- <term>
- <option>-V</option></term><term><option>--version</option>
- </term>
- <listitem>
- <para>Show version information.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>-v</option></term><term><option>--verbose</option>
- </term>
- <listitem>
- <para>Run in verbose mode.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>-c</option></term><term><option>--rebuild-cache</option>
- </term>
- <listitem>
- <para>Rebuilds the cache. Fetches all items and mark them as already seen. Useful if you lose your .feed2imap.cache file.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <option>-f</option></term><term><option>--config <replaceable>file</replaceable></option>
- </term>
- <listitem>
- <para>Use another config file (~/.feed2imaprc is the default).</para>
- </listitem>
- </varlistentry></variablelist>
-</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>feed2imaprc</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
- <citerefentry><refentrytitle>feed2imap-cleaner</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
- <citerefentry><refentrytitle>feed2imap-dumpconfig</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
- <citerefentry><refentrytitle>feed2imap-opmlimport</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>
diff --git a/manpages/feed2imaprc.xml b/manpages/feed2imaprc.xml
deleted file mode 100644
index 7643d3d..0000000
--- a/manpages/feed2imaprc.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<!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>RESERVED CHARACTERS</title>
- <para>Some characters are reserved in RFC2396 (URI). If you need to include a reserved character in the login/password part of your target URI, replace it with its hex code. For example, @ can be replaced by %40.</para>
-</refsect1>
-<refsect1>
- <title>BUGS</title>
- <para>This manpage should probably give more details. However, the example configuration file is
-very well documented.</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>
diff --git a/website/feed2imap.css b/website/feed2imap.css
deleted file mode 100644
index c68aaa4..0000000
--- a/website/feed2imap.css
+++ /dev/null
@@ -1,84 +0,0 @@
-/* couleur 1: fond, fond des titres. #f2ecbf */
-/* couleur 2: fond du main. #fefbd5 */
-/* couleur 3: titre, liens. #167f32 */
-/* couleur 4: liens survolés. 16af32 */
-body {
- margin: 0px 0px 0px 0px;
- color: white;
- background-color: #f2ecbf;
- font-size: 11pt;
- font-family: Verdana, Arial, Helvetica, sans-serif;
-}
-
-div.main {
- max-width: 900px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 0px;
- margin-bottom: 10px;
- padding: 30px 10px 10px 10px;
- border: 3px solid #167f32;
- color: black;
- background-color: #fefbd5;
-}
-
-div.titre {
- text-align: center;
- background-color: #f2ecbf;
- color: #167f32;
- padding: 10px 10px 10px 10px;
-}
-
-
-h1 {
- text-align: center;
- font: 26pt georgia;
- letter-spacing: 5px;
- font-weight: bold;
-}
-
-h2 {
- padding: 5px 5px 5px 50px;
- background-color: #f2ecbf;
- color: #167f32;
-}
-
-a:link, a:visited {
- font-weight: bold;
- text-decoration: none;
- color: #167f32;
-}
-
-a:hover, a:active {
- text-decoration: underline;
- color: #16af32;
-}
-
-h3 {
- font-style: italic;
- font-size: 14pt;
- letter-spacing: 1px;
- margin-bottom: 0px;
- margin-left: 10px;
- margin-right: 10px;
- color: #167f32;
-}
-
-p {
- margin-left: 10px;
- margin-right: 10px;
- text-align: justify;
-}
-
-p.center {
- text-align: center;
-}
-
-div.menu {
- position: fixed;
- background-color: #fefbd5;
- border-bottom: 3px solid #167f32;
- width: 100%;
- color: #30501f;
- text-align: center;
-}
diff --git a/website/feed2imap.rss b/website/feed2imap.rss
deleted file mode 100644
index d8ef1f0..0000000
--- a/website/feed2imap.rss
+++ /dev/null
@@ -1,224 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<rss version="0.91">
- <channel>
- <title>Feed2Imap releases</title>
- <link>http://home.gna.org/feed2imap/</link>
- <description>New releases of Feed2Imap</description>
- <language>en</language>
- <item>
- <title>Feed2Imap 1.0 (18/04/2010)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-1.0.tgz</link>
- <pubDate>Sun, 18 Apr 2010 15:22:00 +0200</pubDate>
- <description>Feed2Imap 1.0 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-1.0.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
-</item>
-
- <item>
- <title>Feed2Imap 0.9.4 (27/07/2009)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.9.4.tgz</link>
- <pubDate>Mon, 27 Jul 2009 23:54:00 +0200</pubDate>
- <description>Feed2Imap 0.9.4 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.9.4.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
-</item>
-
- <item>
- <title>Feed2Imap 0.9.3 (23/07/2008)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.9.3.tgz</link>
- <pubDate>Wed, 23 Jul 2008 18:19:00 +0200</pubDate>
- <description>Feed2Imap 0.9.3 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.9.3.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
-</item>
-<item>
- <title>Feed2Imap 0.9.2 (28/10/2007)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.9.2.tgz</link>
- <pubDate>Sun, 28 Oct 2007 20:39:00 +0200</pubDate>
- <description>Feed2Imap 0.9.2 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.9.2.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.9.1 (15/05/2007)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.9.1.tgz</link>
- <pubDate>Tue, 15 May 2007 23:24:00 +0200</pubDate>
- <description>Feed2Imap 0.9.1 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.9.1.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.9 (15/05/2007)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.9.tgz</link>
- <pubDate>Tue, 15 May 2007 17:04:00 +0200</pubDate>
- <description>Feed2Imap 0.9 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.9.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.8 (28/06/2006)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.8.tgz</link>
- <pubDate>Wed, 28 Jun 2006 09:37:00 +0200</pubDate>
- <description>Feed2Imap 0.8 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.8.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.7 (17/02/2006)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.7.tgz</link>
- <pubDate>Fri, 17 Feb 2006 16:15:00 +0200</pubDate>
- <description>Feed2Imap 0.7 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.7.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.6 (11/01/2006)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.6.tgz</link>
- <pubDate>Wed, 11 Jan 2006 13:15:00 +0200</pubDate>
- <description>Feed2Imap 0.6 has been released.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.6.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.4 (25/07/2005)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.4.tgz</link>
- <pubDate>Mon, 25 Jul 2005 14:15:00 +0200</pubDate>
- <description>Feed2Imap 0.4 has been released :
-
-* now available as a Debian package.
-
-* added manpages for everything.
-
-* added min-frequency and disable config options. Added doc in example config.
-
-* You can now use WordPress's feed:http://something urls in feed2imaprc.
-
-* Switched to a real SGML parser for the text version.
-
-* Much better output for the text version of emails.
-
-* New feed2imap-cleaner to remove old mails seen but not flagged
-
-* Feed2Imap version number wasn't displayed in the User-Agent
-
-* Better exception handling when parsing errors occur
-
-* added feed2imap's RSS feed to the default feeds in the config file
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.4.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.3 (04/06/2005)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.3.tgz</link>
- <pubDate>Sat, 04 Jun 2005 21:00:00 +0200</pubDate>
- <description>Feed2Imap 0.3 has been released :
-
-* New releases are now advertised using a RSS feed
-
-* Cleaner way to manage duplicate IDs (#1773)
-
-* Fixed a problem with pseudo-duplicate entries from Mediawiki
-
-* Fixed a problem with updated items being seen as updated at each update.
-
-* Fixed a problem when the disconnection from the IMAP server failed.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.3.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.2 (30/04/2005)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.2.tgz</link>
- <pubDate>Sat, 30 Apr 2005 21:00:00 +0200</pubDate>
- <description>Feed2Imap 0.2 has been released :
-
-* Fixed a problem with feeds with strange caching bugs (old items going away and coming back)
-
-* The text version is now encoded in iso-8859-1 instead of utf-8.
-
-* The subject is now MIME-encoded in utf-8. It works with mutt &amp; evo.
-
-* No longer overwrite mail flags (Read, Important,..) when updating an item.
-
-* HTTP fetching is now multithreaded and is much faster (about 300%).
-
-* Fetching over HTTPS works.
-
-* HTTP fetching is fully unit-tested.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.2.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- <item>
- <title>Feed2Imap 0.1 (02/04/2005)</title>
- <link>http://download.gna.org/feed2imap/feed2imap-0.1.tgz</link>
- <pubDate>Sat, 02 Apr 2005 21:00:00 +0200</pubDate>
- <description>Feed2Imap 0.1 has been released. This is the first public release.
-
-You can download it from here :
-http://download.gna.org/feed2imap/feed2imap-0.1.tgz
-
-Feed2Imap homepage :
-http://home.gna.org/feed2imap/
-</description>
- </item>
- </channel>
- </rss>
diff --git a/website/index.html b/website/index.html
deleted file mode 100644
index 53d1597..0000000
--- a/website/index.html
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-15"?>
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-<head>
- <title>Feed2Imap</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
- <meta name="keywords" content="feed,imap,rss,atom,email,mail,aggregator"/>
- <meta name="description" content="Feed2Imap is an RSS/Atom aggregator that upload items to an IMAP server"/>
- <link rel="stylesheet" type="text/css" href="feed2imap.css" />
- <link rel="alternate" type="application/rss+xml" title="RSS - New releases" href="feed2imap.rss" />
-</head>
-
-<body>
-
-<div class="menu">
-<a href="#rationale">Rationale</a> |
-<a href="#screenshots">Screenshots</a> |
-<a href="#download">Download</a> |
-<a href="#installation">Installation</a> |
-<a href="#bugreports">Bug reporting</a> |
-<a href="#developer">Mailing List &amp; Developers</a> |
-<a href="http://gna.org/projects/feed2imap/">GNA project page</a>
-</div>
-
-<div class="main">
-
-<div class="titre">
-<h1>Feed2Imap</h1>
-</div>
-
-<p>Feed2Imap is an RSS/Atom feed aggregator. After Downloading feeds (over
-HTTP or HTTPS), it uploads them to a specified folder of an IMAP mail server or copies them to a local maildir. The user can then access the feeds using Mutt, Evolution, Mozilla Thunderbird or even a webmail.</p>
-
-<a name="rationale"></a>
-<h2>Rationale</h2>
-
-<p>Feed2Imap is an attempt to solve the problem most roaming users experience
-when trying to keep up with their feeds. Other solutions to this problem include :</p>
-<ul>
-<li>using classic aggregators like Straw, Liferea or Blam! and copy the database using scp (Yes, I know at least one person doing this.)</li>
-<li>using <a href="http://www.bloglines.com">Bloglines</a>. It's slow, not flexible, and a commercial company.</li>
-<li>using your own <a href="http://www.planetplanet.org/">Planet</a>. But it's not flexible at all, and not end-user friendly.</li>
-<li>using a new application which hasn't been written yet : a client/server feed aggregator, so you could access your feed server remotely. The important part is "hasn't been written yet".</li>
-</ul>
-
-<p>Feed2Imap isn't the first project transforming feeds into emails. <a href="http://exo.org.uk/code/rss2mail/">rss2mail</a> (Perl), <a href="http://www.aaronsw.com/2002/rss2email/">rss2email</a> (Python) and <a href="http://newspipe.sourceforge.net/">Newspipe</a> (Python) do this, but they send items as emails, so you spend a lot of time playing with procmail.</p>
-
-<a name="screenshots"></a>
-<h2>Screenshots</h2>
-
-<p>Of course, how it looks depends on your MUA !</p>
-<p class="center"><img src="scr-evolution.jpg" alt="reading feeds with evolution"/><br/><i>Reading feeds with evolution</i></p>
-<p class="center"><img src="scr-mutt.jpg" alt="reading feeds with mutt"/><br/><i>Reading feeds with mutt (yeah, some people do that!)</i></p>
-
-<a name="download"></a>
-<h2>Download</h2>
-<p>The lastest release is <a href="http://download.gna.org/feed2imap/feed2imap-1.0.tgz">version 1.0</a>.</p>
-<p>Downloads are available on <a href="http://download.gna.org/feed2imap/">http://download.gna.org/feed2imap/</a>.</p>
-<p>New releases are advertised using this <a href="http://home.gna.org/feed2imap/feed2imap.rss">RSS feed</a>.</p>
-<p>There's also a Debian/Ubuntu package. Just <b>apt-get