diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:57:34 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 16:57:34 +0000 |
commit | 8c8cbac3c3c5db374b640e9f9770b76b5078398e (patch) | |
tree | c0b7a6176b4ff574a2adc916cb6a7e2cac5eb19e /util/optionlist/README | |
parent | 2305364397f9d4b4722e594069d4e2960cc35911 (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-12
Creator: Stefan Reinauer <stepan@openbios.org>
Add timestamp to mkOptionList.py
mkOptionList.py: add timestamp
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1930 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/optionlist/README')
-rw-r--r-- | util/optionlist/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/util/optionlist/README b/util/optionlist/README new file mode 100644 index 0000000000..655af616e4 --- /dev/null +++ b/util/optionlist/README @@ -0,0 +1,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 + + + |