[LinuxBIOS] PATCH: optionslist minor fixes + license.

Uwe Hermann uwe at hermann-uwe.de
Wed Oct 18 17:50:18 CEST 2006


Oops, updated patch to fix a wiki syntax bug in the output...

Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org
-------------- next part --------------
Index: util/optionlist/Options-wiki.xsl
===================================================================
--- util/optionlist/Options-wiki.xsl	(Revision 2460)
+++ util/optionlist/Options-wiki.xsl	(Arbeitskopie)
@@ -3,30 +3,33 @@
 
 <xsl:output method="text"
             encoding="utf-8"
-	    indent="yes" />
+            indent="yes" />
 
 <xsl:template match="/">
-==LinuxBIOS Options==
+This is an automatically generated list of '''LinuxBIOS compile-time options'''.
 
-This is an automatically generated list of LinuxBIOS compile time
-options. Created at <xsl:value-of select="//creationdate"/>.
+Last update: <xsl:value-of select="//creationdate"/>.
 
 {| border="1"
-|- bgcolor="#0975a7"
+|- bgcolor="#6699dd"
 ! align="left" | Option
 ! align="left" | Comment
 ! align="left" | Default
 ! align="left" | Export
 ! align="left" | Format<xsl:for-each select="options/option">
-|- 
-| <xsl:value-of select="@name"/>
-| <xsl:value-of select="comment"/>
-| <xsl:value-of select="default"/>
-| <xsl:value-of select="export"/>
-| <xsl:value-of select="format"/>
+|- bgcolor="#eeeeee"
+|
+<xsl:value-of select="@name"/>
+|
+<xsl:value-of select="comment"/>
+|
+<xsl:value-of select="default"/>
+|
+<xsl:value-of select="export"/>
+|
+<xsl:value-of select="format"/>
 </xsl:for-each>
-|} 
+|}
 
-
 </xsl:template>
 </xsl:stylesheet>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20061018/0ee46a91/attachment.sig>


More information about the coreboot mailing list