diff options
author | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-06-04 19:56:54 +0000 |
---|---|---|
committer | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-06-04 19:56:54 +0000 |
commit | c0c9b270905b3945d237dcab89181c5fb7c5af3e (patch) | |
tree | 9fcaa2bc3c7abe6beac251fa2d05285a6bdfef7d | |
parent | 82698fa97ab75aff8aadd934f03264aed22ad682 (diff) | |
download | feed2imap-c0c9b270905b3945d237dcab89181c5fb7c5af3e.tar.gz feed2imap-c0c9b270905b3945d237dcab89181c5fb7c5af3e.tar.bz2 feed2imap-c0c9b270905b3945d237dcab89181c5fb7c5af3e.zip |
added feed2imap RSS to example config
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@29 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Rakefile | 4 | ||||
-rw-r--r-- | feed2imaprc-example | 3 |
3 files changed, 11 insertions, 3 deletions
@@ -1,5 +1,10 @@ -Feed2Imap 0.3 (date unknown) +Feed2Imap 0.4 (date unknown) ============================ +* added feed2imap's RSS feed to the default feeds in the config file + +Feed2Imap 0.3 (04/06/2005) +============================ +* 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. @@ -14,8 +14,8 @@ Rake::RDocTask.new do |rd| rd.rdoc_dir = 'rdoc' end -Rake::PackageTask.new('feed2imap', '0.2') do |p| +Rake::PackageTask.new('feed2imap', '0.3') do |p| p.need_tar = true - p.package_files.include('ChangeLog', 'README', 'COPYING', 'setup.rb', 'Rakefile', 'feed2imaprc-example', 'bin/feed2imap*', 'test/*.rb', 'lib/*.rb', 'lib/feed2imap/*.rb') + p.package_files.include('ChangeLog', 'README', 'COPYING', 'setup.rb', 'Rakefile', 'feed2imaprc-example', 'bin/feed2imap*', 'test/*.rb', 'test/parserdata/*.xml', 'test/parserdata/*.output', 'lib/*.rb', 'lib/feed2imap/*.rb') end diff --git a/feed2imaprc-example b/feed2imaprc-example index c0715bf..0bd8815 100644 --- a/feed2imaprc-example +++ b/feed2imaprc-example @@ -1,4 +1,7 @@ feeds: + - name: feed2imap + url: http://home.gna.org/feed2imap/feed2imap.rss + target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.Feed2Imap - name: feed1 url: http://www.liberation.com/rss.php target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.A |