a61678e0b49b453be393cb232530d25aab89a113
[coreboot.git] / util / optionlist / README
1 I would like to contribute the following to the coreboot wiki in case
2 it's useable:
3
4 1. I have written a rather small Python script to convert the Options.lb
5    into an XML file which is much more useable for the web in most cases.
6
7 2. I have written a XSLT to convert the XML file to (X)HTML to be able
8    to present it as a table.
9
10 Florob (Florian Zeitz <florian-zeitz@lycos.de>)
11
12
13 ChangeLog
14 ---------
15
16 * 2005-03-19 stepan
17   - fix xml stylesheet to work with xsltproc and saxon
18   - add Makefile
19   - make script a bit more verbose
20
21 * 2005-03-15 florob
22   - Initial version
23
24
25 License
26 -------
27
28 Copyright (C) 2005 Florian Zeitz <florian-zeitz@lycos.de>
29 Copyright (C) 2005-2006 Stefan Reinauer <stepan@coresystems.de>
30 Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
31
32 This program is free software; you can redistribute it and/or modify
33 it under the terms of the GNU General Public License as published by
34 the Free Software Foundation; either version 2 of the License, or
35 (at your option) any later version.
36
37 This program is distributed in the hope that it will be useful,
38 but WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
40 GNU General Public License for more details.
41
42 You should have received a copy of the GNU General Public License
43 along with this program; if not, write to the Free Software
44 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
45
46