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

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