From 1e2d74adaf9d91ab3048e7c04fd7af9169224de3 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum Date: Mon, 16 Jun 2008 12:03:42 +0200 Subject: added website to git repo --- website/index.html | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 website/index.html (limited to 'website/index.html') diff --git a/website/index.html b/website/index.html new file mode 100644 index 0000000..0d9c25f --- /dev/null +++ b/website/index.html @@ -0,0 +1,121 @@ + + + + + + + + Feed2Imap + + + + + + + + + + + +
+ +
+

Feed2Imap

+
+ +

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. The user can then access the feeds using Mutt, Evolution, Mozilla Thunderbird or even a webmail.

+ + +

Rationale

+ +

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 :

+ + +

Feed2Imap isn't the first project transforming feeds into emails. rss2mail (Perl), rss2email (Python) and Newspipe (Python) do this, but they send items as emails, so you spend a lot of time playing with procmail.

+ + +

Screenshots

+ +

Of course, it depends on your MUA !

+

reading feeds with evolution
Reading feeds with evolution

+

reading feeds with mutt
Reading feeds with mutt (yeah, some people do that!)

+ + +

Download

+

The lastest release is version 0.9.2.

+

Downloads are available on http://download.gna.org/feed2imap/.

+

New releases are advertised using this RSS feed.

+

There's also a Debian/Ubuntu package. If you are running Debian testing (etch), Debian unstable, Ubuntu Breezy or Ubuntu Dapper, just apt-get install feed2imap. + +

+ + +

Installation Instructions

+ + + +

Bug Reporting

+ +

Bug reports should go to this bug tracker. Please provide as much information as possible, including :

+ + + +

Developers

+

Mailing List

+

feed2imap-devel at gna dot org is a mailing list for development and general discussion.

+ + +

(Sort of) Developer Documentation

+ +

Development takes place on the GNA project page. Don't hesitate to post feature requests, bugs or patches.

+ +

Feed2Imap is written in Ruby. If you don't know this language yet, continue to ignore it. Learning it will make you realize what you missed until now, and you might run into severe problems (depression, etc).

+ +

Source code is browseable here.

+ +

You can get the source code from SVN using svn co svn://svn.gna.org/svn/feed2imap/trunk/feed2imap.

+ +

The source code is quite easy to understand. Tasks are split into classes, themselves split into files :

+ + + -- cgit v1.2.3-54-g00ecf