Fix for h1, h2 in body
[planet-ucc.git] / Changelog
1 2004-05-12
2 ==========
3  * planet.css
4    Layout improvements.
5
6 2004-05-04
7 ==========
8  * planet.css
9  * XHTMLWriter.py
10    Layout tweaks.
11
12 2004-04-28
13 ==========
14  * update-planet
15    Cacheability hacks for Adrian Woodley's blog.
16  * XMLParse2.py
17    Logging tweaks.
18  * extras/feedparser.py
19    Upgraded to new version of feedparser.
20
21 2004-03-22
22 ==========
23  * CacheHandler.py
24    Fixed glitch caused by previous changes.
25  * FOAFWriter.py
26    XML mistake, oops.
27
28 2004-03-20
29 ==========
30  * update-planet, XMLWriter.py, XHTMLWriter.py, RSS1Writer.py, RSS2Writer.py,
31     XMLParse2.py
32    Stopped overwriting .blogTitle, adding a field .blogName to store the name
33    of the syndicated blogger.
34  * XHTMLWriter.py, planet.css
35    Added (heavily modified code) from [TRS] to make it show the name of the
36    blog when you hover over the name of the person. The name of the blogger,
37    and name of the article are now linked (this is not obvious after changes
38    to planet.css).
39  * Added FOAFWriter.py
40    A plugin to XMLWriter to do FOAF (Friend Of A Friend) XML feeds. FOAF
41    actually seems quite complex in what it can tell you, however the FOAF
42    feeds from the Planets is quite simplistic. This should suffice [YAK].
43  * Added OPMLWriter.py
44    A plugin to XMLWriter to do OPML.
45  * update-planet, launch-update-planet.sh
46    FOAF and OPML support.
47  * sidebar.html
48    Mentions of new syndication.
49  * faq.html
50    Fixed annoying mistakes. Should really write an FAQ.
51
52 2004-03-15
53 ==========
54  * update-planet
55    Cacheability improvements
56  * crontab
57    Write output to logfile.
58  * CacheHandler.py
59    Add != operator to CacheObject
60  * launch-update-planet.sh
61    Cacheability improvements
62
63 2004-03-06
64 ==========
65  * Added RSS2Writer.py
66    XMLWriter plugin for handling RSS2 output.
67  * Added XHTMLWriter.py
68    Moved XHTMLWriter plugin out of XMLWriter.
69  * XMLWriter.py
70    Moved XHTMLWriter to it's own file, made some API changes.
71  * update-planet
72    Reflected API changes to XMLWriter, added generator for RSS2 feed.
73    Added generator for RSS1 feed.
74  * crontab
75    Changed crontab to use launch-update-planet.sh
76  * XMLParse2
77    Added line to give personalised USER_AGENT.
78  * Added RSS1Writer.py
79    Output plugin for RSS1 files.
80  * Added launch-update-planet.sh
81    A shell script to wrap update-planet.
82  * sidebar.html
83    Updated sidebar.
84
85 2004-02-28
86 ==========
87  * crontab
88    Reduced update time to 5 minutes
89  * planet.css
90    Tweaked CSS to make sidebar background non-transparent.
91  * feedlist
92    Added people.
93
94 2004-02-15
95 ==========
96  * update-planet
97    Fixed some random DEBUG messages.
98
99 2004-02-14
100 ==========
101  * Brought the Changelog up to date.
102
103 2004-02-13
104 ==========
105  * feedlist
106    Added more blogs.
107
108 2004-02-12
109 ==========
110  * XMLParse2.py
111    Fixed some issues to do with creating the cache.
112  * XMLWriter.py
113    Made feedlist appear in alphabetical order.
114  * update-planet
115    Caching fixes.
116  * CacheHandler.py
117    Caching fixes. Removed debug statements due to not finding cache, these
118    should be obvious from the status output.
119
120 2004-02-09
121 ==========
122  * Added XMLParse2.py
123    XMLParse2 is a wrapper to feedparser by Mark Pilgrim.
124    This required a slight change to the base API, as
125    feedparser does the downloading for us. According
126    to [TRS], using feedparser and a good caching
127    system will drop our download requirement significantly.
128  * Added extra/feedparser.py
129    Mark Pilgrim's feedparser version 3.0-beta-14 from
130    http://diveintomark.org/projects/feed_parser/
131  * Added CacheHandler.py
132    CacheHandler and CacheObject are objects for dealing with
133    the caching of blog items. It will allow us to store
134    preparsed blogs in cache/ for retrieval if a new download
135    proves to be unrequired.
136  * planet.css
137    Added underline for date/entry links, because [TRS] did not
138    even realise they were links. I'm sure not underlining links
139    it a big usability faux-par.
140    Added default link style for .item
141  * sidebar.html
142    Changed the text slightly.
143  * XMLWriter.py
144    Added a (feed) link to the sidebar in the sections "feeds".
145    This links to the actual XML feed we are syndicating.
146  * update-planet
147    Modifications to including caching as well as changes to the
148    API used by XMLParse2, this breaks compatibility with XMLParse
149    (the original).
150  * Added Changelog
151    This file. Mentions changed stuff.
152  * Added faq.html
153    This should be self explanatory, really.
154  * ucc.png
155    Improved logo from Hourann Bosci <[email protected]>
156
157 2004-02-08
158 ==========
159  * crontab
160    Turned runtime down to 10 minutes.
161  * feedlist
162    Added more feeds.
163  * XMLParse.py
164    Added Atom support.
165    Bug fixes.
166  * XMLWriter.py
167    Bug fixes.
168  * sidebar.html
169    Changed text.
170
171 2004-02-07
172 ==========
173  * Added footer.html
174    Footer on each page.
175  * Added header.html
176    Header on each page.
177  * Added icon.png
178    The icon that appears in the favicon spot.
179  * Added title.png
180    The title "Planet UCC"
181  * Added ucc.png
182    The UCC "Sun" logo (appears on the right hand side).
183  * Added crontab
184    The crontab used on billy.
185  * Added feedlist
186    The list of feeds we are downloading.
187  * Added planet.css
188    The Planet UCC stylesheet.
189  * Added sidebar.html
190    The text appearing in the sidebar.
191  * Added update-planet
192    The wrapper that puts a whole planet together.
193  * Added XMLParse.py
194    Generic abtract XML Parser (also contains Blog objects.
195    Currently supports RSSv2 and RDF.
196  * Added XMLWriter.py
197    Generic abtract XML Writer. Currently supports XHTML.

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