compliancy fixes
[planet-ucc.git] / Changelog
1 2004-03-06
2 ==========
3  * Added RSS2Writer.py
4    XMLWriter plugin for handling RSS2 output.
5  * Added XHTMLWriter.py
6    Moved XHTMLWriter plugin out of XMLWriter.
7  * XMLWriter.py
8    Moved XHTMLWriter to it's own file, made some API changes.
9  * update-planet
10    Reflected API changes to XMLWriter, added generator for RSS2 feed.
11    Added generator for RSS1 feed.
12  * crontab
13    Changed crontab to use launch-update-planet.sh
14  * XMLParse2
15    Added line to give personalised USER_AGENT.
16  * Added RSS1Writer.py
17    Output plugin for RSS1 files.
18  * Added launch-update-planet.sh
19    A shell script to wrap update-planet.
20  * sidebar.html
21    Updated sidebar.
22
23 2004-02-28
24 ==========
25  * crontab
26    Reduced update time to 5 minutes
27  * planet.css
28    Tweaked CSS to make sidebar background non-transparent.
29  * feedlist
30    Added people.
31
32 2004-02-15
33 ==========
34  * update-planet
35    Fixed some random DEBUG messages.
36
37 2004-02-14
38 ==========
39  * Brought the Changelog up to date.
40
41 2004-02-13
42 ==========
43  * feedlist
44    Added more blogs.
45
46 2004-02-12
47 ==========
48  * XMLParse2.py
49    Fixed some issues to do with creating the cache.
50  * XMLWriter.py
51    Made feedlist appear in alphabetical order.
52  * update-planet
53    Caching fixes.
54  * CacheHandler.py
55    Caching fixes. Removed debug statements due to not finding cache, these
56    should be obvious from the status output.
57
58 2004-02-09
59 ==========
60  * Added XMLParse2.py
61    XMLParse2 is a wrapper to feedparser by Mark Pilgrim.
62    This required a slight change to the base API, as
63    feedparser does the downloading for us. According
64    to [TRS], using feedparser and a good caching
65    system will drop our download requirement significantly.
66  * Added extra/feedparser.py
67    Mark Pilgrim's feedparser version 3.0-beta-14 from
68    http://diveintomark.org/projects/feed_parser/
69  * Added CacheHandler.py
70    CacheHandler and CacheObject are objects for dealing with
71    the caching of blog items. It will allow us to store
72    preparsed blogs in cache/ for retrieval if a new download
73    proves to be unrequired.
74  * planet.css
75    Added underline for date/entry links, because [TRS] did not
76    even realise they were links. I'm sure not underlining links
77    it a big usability faux-par.
78    Added default link style for .item
79  * sidebar.html
80    Changed the text slightly.
81  * XMLWriter.py
82    Added a (feed) link to the sidebar in the sections "feeds".
83    This links to the actual XML feed we are syndicating.
84  * update-planet
85    Modifications to including caching as well as changes to the
86    API used by XMLParse2, this breaks compatibility with XMLParse
87    (the original).
88  * Added Changelog
89    This file. Mentions changed stuff.
90  * Added faq.html
91    This should be self explanatory, really.
92  * ucc.png
93    Improved logo from Hourann Bosci <[email protected]>
94
95 2004-02-08
96 ==========
97  * crontab
98    Turned runtime down to 10 minutes.
99  * feedlist
100    Added more feeds.
101  * XMLParse.py
102    Added Atom support.
103    Bug fixes.
104  * XMLWriter.py
105    Bug fixes.
106  * sidebar.html
107    Changed text.
108
109 2004-02-07
110 ==========
111  * Added footer.html
112    Footer on each page.
113  * Added header.html
114    Header on each page.
115  * Added icon.png
116    The icon that appears in the favicon spot.
117  * Added title.png
118    The title "Planet UCC"
119  * Added ucc.png
120    The UCC "Sun" logo (appears on the right hand side).
121  * Added crontab
122    The crontab used on billy.
123  * Added feedlist
124    The list of feeds we are downloading.
125  * Added planet.css
126    The Planet UCC stylesheet.
127  * Added sidebar.html
128    The text appearing in the sidebar.
129  * Added update-planet
130    The wrapper that puts a whole planet together.
131  * Added XMLParse.py
132    Generic abtract XML Parser (also contains Blog objects.
133    Currently supports RSSv2 and RDF.
134  * Added XMLWriter.py
135    Generic abtract XML Writer. Currently supports XHTML.

UCC git Repository :: git.ucc.asn.au