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

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