[LinuxBIOS] r2462 - trunk/LinuxBIOSv2/util/optionlist

svn at openbios.org svn at openbios.org
Thu Oct 19 21:06:29 CEST 2006


Author: stepan
Date: 2006-10-19 21:06:28 +0200 (Thu, 19 Oct 2006)
New Revision: 2462

Modified:
   trunk/LinuxBIOSv2/util/optionlist/Options-wiki.xsl
Log:
fix from Uwe Hermann:  updated patch to fix a wiki syntax bug in the output...


Modified: trunk/LinuxBIOSv2/util/optionlist/Options-wiki.xsl
===================================================================
--- trunk/LinuxBIOSv2/util/optionlist/Options-wiki.xsl	2006-10-18 16:00:10 UTC (rev 2461)
+++ trunk/LinuxBIOSv2/util/optionlist/Options-wiki.xsl	2006-10-19 19:06:28 UTC (rev 2462)
@@ -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>





More information about the coreboot mailing list