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

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