astro / harvester

Web-based feed aggregator in Ruby

This URL has Read+Write access

Astro (author)
Wed Jul 15 18:54:47 -0700 2009
commit  081d7ec4a7a3a2de2141632987c05247af1affc3
tree    78e5e20985d338f9ff84735248dd4418a86dfc38
parent  fae28cff0cf3812aac245ef93f108d2f010f6cb4
name age message
file HTMLlat1.ent Tue Oct 30 19:37:59 -0700 2007 Add HTML entity definitions (generate.rb actual... [astro]
file HTMLspecial.ent Tue Oct 30 19:37:59 -0700 2007 Add HTML entity definitions (generate.rb actual... [astro]
file HTMLsymbol.ent Tue Oct 30 19:37:59 -0700 2007 Add HTML entity definitions (generate.rb actual... [astro]
file README Tue Feb 26 17:15:12 -0800 2008 Update README in preparation for 0.7 git-svn-... [astro]
file chart.rb Tue Feb 17 14:10:23 -0800 2009 chart: never plot the future [Astro]
file config.yaml Wed Jul 15 18:00:52 -0700 2009 update blog-harvester.de feeds [Astro]
file db.sql Sat Jan 27 18:54:05 -0800 2007 fetch.rb uses a transaction now Podcast/Enclosu... [astro]
file fetch.rb Sun Jan 18 06:00:31 -0800 2009 current state of blog-harvester.de [Astro]
file generate.rb Wed Jul 15 18:38:29 -0700 2009 generate.rb: monkey-implement DateTime#to_time [Astro]
file harvester-0.6-mysql.diff Wed May 23 10:42:56 -0700 2007 The patch for Harvester on MySQL by Hanno git... [astro]
file harvester-current-mysql.diff Sun Sep 30 15:10:20 -0700 2007 Add http://files.hboeck.de/harvester-current-my... [astro]
directory html/ Wed Feb 18 10:25:58 -0800 2009 ie6 css fix: microblogging area, no image scali... [tigion]
file jabberbot.rb Wed Jul 15 17:59:33 -0700 2009 jabberbot: xmpp4r 0.4 compatibilty [Astro]
file mrss.rb Sun May 27 07:22:04 -0700 2007 Fixed atom link preference ranking git-svn-id... [astro]
file run.sh Sun Jan 18 06:00:31 -0800 2009 current state of blog-harvester.de [Astro]
directory templates/ Wed Jul 15 18:54:47 -0700 2009 templates/index.html: linkify Twitter hashtags [Astro]
README
Harvester 0.7
=============

Astro (2005-2008)
Neingeist
Tigion
Josef Spillner
Others (MySQL patch)


About
=====

The Harvester is a web-based RSS-Aggregator

A running instance can be seen at:
http://astroblog.spaceboyz.net/harvester/


Changes
=======
0.7:
 - XSLT templates
 - Reworked MRSS
 - HTML entity replacement
 - Transactional database handling
 - Favicon, style, photos
 - Microformats in HTML template
 - Chart timeline
 - Jabberbot fixes
 - HTTPS support optional
0.6:
 - Complete rewrite (excl. MRSS)
 - YAML configuration
 - Database backend (PostgreSQL)
 - Fetcher is not using wget anymore and supports SSL, HTTP authentication and If-Modified-Since
 - Fetcher operates threaded to request feeds parallelized
 - Minor template variables renaming
0.5:
 - Fixed a syntax error ;-)
 - Multiple further fixes
 - The Jabber-bot
 - ATOM support by Neingeist
0.4:
 - Blog variables available in <tmpl:iter-item/>
 - index.html Template readability improvements, CSS now in extra
   file
0.3.2:
 - All template elements are now escaped by default. Use
   escape="false" if you really don't want to escape HTML-Tags and
   such...
0.3.1:
 - Fixed bug where incorrect encoded feeds won't be displayed when
   parsed for the first time
0.3:
 - Major overhaul


Installation
============

- Prereq: Gentoo, Debian, FreeBSD
- DB
- config.yaml
- cronjob
- Templates
- Chart
- Jabberbot