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

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