More compact format for wiki output at
http://www.coreboot.org/Coreboot_Options (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4330 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c7a6447c8f
commit
f8318fe8f9
|
@ -25,29 +25,22 @@
|
|||
indent="yes" />
|
||||
|
||||
<xsl:template match="/">
|
||||
This is an automatically generated list of '''coreboot compile-time options'''.
|
||||
This is an automatically generated list of '''coreboot v2 compile-time options'''.
|
||||
|
||||
Last update: <xsl:value-of select="//creationdate"/>.
|
||||
|
||||
{| border="0"
|
||||
{| border="0" style="font-size: smaller"
|
||||
|- bgcolor="#6699dd"
|
||||
! align="left" | Option
|
||||
! align="left" | Comment
|
||||
! align="left" | Default
|
||||
! align="left" | Export
|
||||
! align="left" | Format<xsl:for-each select="options/option">
|
||||
! align="left" | Format
|
||||
<xsl:for-each select="options/option">
|
||||
|- 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: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>
|
||||
|
|
Loading…
Reference in New Issue