From fcd486da1a275902436ef7e715051d0aae06d732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 16 Apr 2020 00:23:11 +0200 Subject: Delete obsolete stuff --- HOWTO.Release | 9 -- manpages/Makefile | 23 ---- manpages/feed2imap-cleaner.xml | 97 ----------------- manpages/feed2imap-dumpconfig.xml | 77 ------------- manpages/feed2imap-opmlimport.xml | 73 ------------- manpages/feed2imap.xml | 106 ------------------ manpages/feed2imaprc.xml | 74 ------------- website/feed2imap.css | 84 -------------- website/feed2imap.rss | 224 -------------------------------------- website/index.html | 113 ------------------- website/scr-evolution.jpg | Bin 43904 -> 0 bytes website/scr-mutt.jpg | Bin 64637 -> 0 bytes 12 files changed, 880 deletions(-) delete mode 100644 HOWTO.Release delete mode 100644 manpages/Makefile delete mode 100644 manpages/feed2imap-cleaner.xml delete mode 100644 manpages/feed2imap-dumpconfig.xml delete mode 100644 manpages/feed2imap-opmlimport.xml delete mode 100644 manpages/feed2imap.xml delete mode 100644 manpages/feed2imaprc.xml delete mode 100644 website/feed2imap.css delete mode 100644 website/feed2imap.rss delete mode 100644 website/index.html delete mode 100644 website/scr-evolution.jpg delete mode 100644 website/scr-mutt.jpg 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 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 1 - - - &program; - Removes old items from IMAP folders - - - - feed2imap-cleaner [OPTIONS] - - - - DESCRIPTION - - feed2imap-cleaner 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 : - - - It isn't 3 days old ; - It hasn't been read yet ; - It is flagged (marked as Important, for example). - - - - - - - - - Don't remove anything, but show what would be removed if run without this option. - - - - - - - - Use another config file (~/.feed2imaprc is the default). - - - - - BUGS - Deletion criterias should probably be more configurable. - - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imaprc5, - feed2imap1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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. - - -
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 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 1 - - - &program; - Dump feed2imap config - - - - feed2imap-dumpconfig [OPTIONS] - - - - DESCRIPTION - - feed2imap-dumpconfig dumps the content of your feed2imaprc to screen. - - - - - - - - Use another config file (~/.feed2imaprc is the default). - - - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imaprc5, - feed2imap1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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. - - -
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 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 1 - - - &program; - Convert an OPML subscription list to a feed2imap config file - - - - feed2imap-opmlimport - - - - 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. - - - - BUGS - Should probably accept parameters to be able to change default values. - - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imaprc5, - feed2imap1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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. - - -
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 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 1 - - - &program; - clever RSS/ATOM feed aggregator - - - - feed2imap [OPTIONS] - - - - DESCRIPTION - - 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. - - - - - - - - Show version information. - - - - - - - - Run in verbose mode. - - - - - - - - Rebuilds the cache. Fetches all items and mark them as already seen. Useful if you lose your .feed2imap.cache file. - - - - - - - - Use another config file (~/.feed2imaprc is the default). - - - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imaprc5, - feed2imap-cleaner1, - feed2imap-dumpconfig1, - feed2imap-opmlimport1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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. - - -
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 @@ - - &program;"> - - - - ]> - - - - &firstname; - &surname; - -
&address;
- - 2005 - &firstname; &surname; - - Jul 25, 2005 -
- - &program; - 5 - - - &program; - feed2imap configuration file - - - SYNOPSIS - - feed2imaprc is feed2imap's configuration file. It is usually located in ~/.feed2imaprc. - - - EXAMPLE - See /usr/share/doc/feed2imap/examples/feed2imaprc. - - - RESERVED CHARACTERS - 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. - - - BUGS - This manpage should probably give more details. However, the example configuration file is -very well documented. - - - SEE ALSO - - Homepage : - http://home.gna.org/feed2imap/ - - - feed2imap1 - - - - AUTHOR - Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net - - 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. - - 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. - - -
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 @@ - - - - Feed2Imap releases - http://home.gna.org/feed2imap/ - New releases of Feed2Imap - en - - Feed2Imap 1.0 (18/04/2010) - http://download.gna.org/feed2imap/feed2imap-1.0.tgz - Sun, 18 Apr 2010 15:22:00 +0200 - 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/ - - - - - Feed2Imap 0.9.4 (27/07/2009) - http://download.gna.org/feed2imap/feed2imap-0.9.4.tgz - Mon, 27 Jul 2009 23:54:00 +0200 - 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/ - - - - - Feed2Imap 0.9.3 (23/07/2008) - http://download.gna.org/feed2imap/feed2imap-0.9.3.tgz - Wed, 23 Jul 2008 18:19:00 +0200 - 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/ - - - - Feed2Imap 0.9.2 (28/10/2007) - http://download.gna.org/feed2imap/feed2imap-0.9.2.tgz - Sun, 28 Oct 2007 20:39:00 +0200 - 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/ - - - - Feed2Imap 0.9.1 (15/05/2007) - http://download.gna.org/feed2imap/feed2imap-0.9.1.tgz - Tue, 15 May 2007 23:24:00 +0200 - 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/ - - - - Feed2Imap 0.9 (15/05/2007) - http://download.gna.org/feed2imap/feed2imap-0.9.tgz - Tue, 15 May 2007 17:04:00 +0200 - 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/ - - - - Feed2Imap 0.8 (28/06/2006) - http://download.gna.org/feed2imap/feed2imap-0.8.tgz - Wed, 28 Jun 2006 09:37:00 +0200 - 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/ - - - - Feed2Imap 0.7 (17/02/2006) - http://download.gna.org/feed2imap/feed2imap-0.7.tgz - Fri, 17 Feb 2006 16:15:00 +0200 - 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/ - - - - Feed2Imap 0.6 (11/01/2006) - http://download.gna.org/feed2imap/feed2imap-0.6.tgz - Wed, 11 Jan 2006 13:15:00 +0200 - 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/ - - - - Feed2Imap 0.4 (25/07/2005) - http://download.gna.org/feed2imap/feed2imap-0.4.tgz - Mon, 25 Jul 2005 14:15:00 +0200 - 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/ - - - - Feed2Imap 0.3 (04/06/2005) - http://download.gna.org/feed2imap/feed2imap-0.3.tgz - Sat, 04 Jun 2005 21:00:00 +0200 - 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/ - - - - Feed2Imap 0.2 (30/04/2005) - http://download.gna.org/feed2imap/feed2imap-0.2.tgz - Sat, 30 Apr 2005 21:00:00 +0200 - 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 & 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/ - - - - Feed2Imap 0.1 (02/04/2005) - http://download.gna.org/feed2imap/feed2imap-0.1.tgz - Sat, 02 Apr 2005 21:00:00 +0200 - 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/ - - - - 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 @@ - - - - - - - - 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 or copies them to a local maildir. 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, how it looks 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 1.0.

-

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

-

New releases are advertised using this RSS feed.

-

There's also a Debian/Ubuntu package. 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. Source code lives on github. Clone using git clone git://github.com/ln/feed2imap.git.

- -

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

- - - diff --git a/website/scr-evolution.jpg b/website/scr-evolution.jpg deleted file mode 100644 index 048727f..0000000 Binary files a/website/scr-evolution.jpg and /dev/null differ diff --git a/website/scr-mutt.jpg b/website/scr-mutt.jpg deleted file mode 100644 index e367073..0000000 Binary files a/website/scr-mutt.jpg and /dev/null differ -- cgit v1.2.3