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

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