|
Revision 46, 1.4 kB
(checked in by astro, 2 years ago)
|
Update README in preparation for 0.7
|
| Line | |
|---|
| 1 |
Harvester 0.7 |
|---|
| 2 |
============= |
|---|
| 3 |
|
|---|
| 4 |
Astro (2005-2008) |
|---|
| 5 |
Neingeist |
|---|
| 6 |
Tigion |
|---|
| 7 |
Josef Spillner |
|---|
| 8 |
Others (MySQL patch) |
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
About |
|---|
| 12 |
===== |
|---|
| 13 |
|
|---|
| 14 |
The Harvester is a web-based RSS-Aggregator |
|---|
| 15 |
|
|---|
| 16 |
A running instance can be seen at: |
|---|
| 17 |
http://astroblog.spaceboyz.net/harvester/ |
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
Changes |
|---|
| 21 |
======= |
|---|
| 22 |
0.7: |
|---|
| 23 |
- XSLT templates |
|---|
| 24 |
- Reworked MRSS |
|---|
| 25 |
- HTML entity replacement |
|---|
| 26 |
- Transactional database handling |
|---|
| 27 |
- Favicon, style, photos |
|---|
| 28 |
- Microformats in HTML template |
|---|
| 29 |
- Chart timeline |
|---|
| 30 |
- Jabberbot fixes |
|---|
| 31 |
- HTTPS support optional |
|---|
| 32 |
0.6: |
|---|
| 33 |
- Complete rewrite (excl. MRSS) |
|---|
| 34 |
- YAML configuration |
|---|
| 35 |
- Database backend (PostgreSQL) |
|---|
| 36 |
- Fetcher is not using wget anymore and supports SSL, HTTP authentication and If-Modified-Since |
|---|
| 37 |
- Fetcher operates threaded to request feeds parallelized |
|---|
| 38 |
- Minor template variables renaming |
|---|
| 39 |
0.5: |
|---|
| 40 |
- Fixed a syntax error ;-) |
|---|
| 41 |
- Multiple further fixes |
|---|
| 42 |
- The Jabber-bot |
|---|
| 43 |
- ATOM support by Neingeist |
|---|
| 44 |
0.4: |
|---|
| 45 |
- Blog variables available in <tmpl:iter-item/> |
|---|
| 46 |
- index.html Template readability improvements, CSS now in extra |
|---|
| 47 |
file |
|---|
| 48 |
0.3.2: |
|---|
| 49 |
- All template elements are now escaped by default. Use |
|---|
| 50 |
escape="false" if you really don't want to escape HTML-Tags and |
|---|
| 51 |
such... |
|---|
| 52 |
0.3.1: |
|---|
| 53 |
- Fixed bug where incorrect encoded feeds won't be displayed when |
|---|
| 54 |
parsed for the first time |
|---|
| 55 |
0.3: |
|---|
| 56 |
- Major overhaul |
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 |
Installation |
|---|
| 60 |
============ |
|---|
| 61 |
|
|---|
| 62 |
- Prereq: Gentoo, Debian, FreeBSD |
|---|
| 63 |
- DB |
|---|
| 64 |
- config.yaml |
|---|
| 65 |
- cronjob |
|---|
| 66 |
- Templates |
|---|
| 67 |
- Chart |
|---|
| 68 |
- Jabberbot |
|---|
| 69 |
|
|---|