-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
33 lines (20 loc) · 957 Bytes
/
ChangeLog
File metadata and controls
33 lines (20 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2011-06-05 Stefan Haller <haliner@googlemail.com>
Version 0.5:
* dirlisting.xslt: XSLT stylesheet outputs XHTML doctype now.
2011-02-26 Stefan Haller <haliner@googlemail.com>
Version 0.4:
* dirlisting.py: Renamed to "xmldirlisting".
* xmldirlisting: Completely rewritten. Now outputs an XML directory listing.
* dirlisting.css, dirlisting.js, dirlisting.xslt, dirlisting.dtd: Added
example files for xml transformation with an xslt processor.
* README: Wrote readme file which should explain the basic usage.
2010-05-26 Stefan Haller <haliner@googlemail.com>
Version 0.3:
* dirlisting.py: Parameter "--disable-javascript" added.
2010-05-15 Stefan Haller <haliner@googlemail.com>
Version 0.2:
* dirlisting.py: Completely rewritten. Requires Python 2.x!
Uses OptParse interface. CSS stylesheet and Javascript separated.
2010-03-05 Stefan Haller <haliner@googlemail.com>
Version 0.1:
* Initial release.