1I would like to contribute the following to the coreboot wiki in case 2it's useable: 3 41. 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 72. I have written a XSLT to convert the XML file to (X)HTML to be able 8 to present it as a table. 9 10Florob (Florian Zeitz <florian-zeitz@lycos.de>) 11 12 13ChangeLog 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 25License 26------- 27 28Copyright (C) 2005 Florian Zeitz <florian-zeitz@lycos.de> 29Copyright (C) 2005-2006 Stefan Reinauer <stepan@coresystems.de> 30Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de> 31 32This program is free software; you can redistribute it and/or modify 33it under the terms of the GNU General Public License as published by 34the Free Software Foundation; either version 2 of the License, or 35(at your option) any later version. 36 37This program is distributed in the hope that it will be useful, 38but WITHOUT ANY WARRANTY; without even the implied warranty of 39MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 40GNU General Public License for more details. 41 42You should have received a copy of the GNU General Public License 43along with this program; if not, write to the Free Software 44Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 45 46 47

