blob: 655af616e4fd729eeb4debd8c58f225caa168b17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
I would like to contribute the following to the LinuxBIOS wiki in case
it's useable:
1. I have written a rather small python script to convert the Options.lb
to a XML file which is much more useable for the web in most cases.
2. I have written a XSLT to convert the XML file to (X)HTML to be able
to present it as a table.
Florob (Florian Zeitz <florian-zeitz@lycos.de>)
ChangeLog
---------
* 2005-03-19 stepan
- fix xml stylesheet to work with xsltproc and saxon
- add Makefile
- make script a bit more verbose
* 2005-03-15 florob
- Initial version
|