spelling fix and additional feed
[planet-ucc.git] / Changelog
1 2004-02-09
2 ==========
3  * Added XMLParse2.py
4    XMLParse2 is a wrapper to feedparser by Mark Pilgrim.
5    This required a slight change to the base API, as
6    feedparser does the downloading for us. According
7    to [TRS], using feedparser and a good caching
8    system will drop our download requirement significantly.
9  * Added extra/feedparser.py
10    Mark Pilgrim's feedparser version 3.0-beta-14 from
11    http://diveintomark.org/projects/feed_parser/
12  * Added CacheHandler.py
13    CacheHandler and CacheObject are objects for dealing with
14    the caching of blog items. It will allow us to store
15    preparsed blogs in cache/ for retrieval if a new download
16    proves to be unrequired.
17  * planet.css
18    Added underline for date/entry links, because [TRS] did not
19    even realise they were links. I'm sure not underlining links
20    it a big usability faux-par.
21    Added default link style for .item
22  * sidebar.html
23    Changed the text slightly.
24  * XMLWriter.py
25    Added a (feed) link to the sidebar in the sections "feeds".
26    This links to the actual XML feed we are syndicating.
27  * update-planet
28    Modifications to including caching as well as changes to the
29    API used by XMLParse2, this breaks compatibility with XMLParse
30    (the original).
31  * Added Changelog
32    This file. Mentions changed stuff.
33  * Added faq.html
34    This should be self explanatory, really.
35  * ucc.png
36    Improved logo from Hourann Bosci <[email protected]>
37
38 2004-02-08
39 ==========
40  * crontab
41    Turned runtime down to 10 minutes.
42  * feedlist
43    Added more feeds.
44  * XMLParse.py
45    Added Atom support.
46    Bug fixes.
47  * XMLWriter.py
48    Bug fixes.
49  * sidebar.html
50    Changed text.
51
52 2004-02-07
53 ==========
54  * Added footer.html
55    Footer on each page.
56  * Added header.html
57    Header on each page.
58  * Added icon.png
59    The icon that appears in the favicon spot.
60  * Added title.png
61    The title "Planet UCC"
62  * Added ucc.png
63    The UCC "Sun" logo (appears on the right hand side).
64  * Added crontab
65    The crontab used on billy.
66  * Added feedlist
67    The list of feeds we are downloading.
68  * Added planet.css
69    The Planet UCC stylesheet.
70  * Added sidebar.html
71    The text appearing in the sidebar.
72  * Added update-planet
73    The wrapper that puts a whole planet together.
74  * Added XMLParse.py
75    Generic abtract XML Parser (also contains Blog objects.
76    Currently supports RSSv2 and RDF.
77  * Added XMLWriter.py
78    Generic abtract XML Writer. Currently supports XHTML.

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