mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Manual: charon -> nixops
This commit is contained in:
parent
c4929aaf78
commit
2fe2be3bd2
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<xsl:param name="revision" />
|
<xsl:param name="revision" />
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="/expr/list">
|
<xsl:template match="/expr/list">
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<option>
|
<option>
|
||||||
<xsl:for-each select="attr[@name = 'name']/string">
|
<xsl:for-each select="attr[@name = 'name']/string">
|
||||||
<xsl:value-of select="@value" />
|
<xsl:value-of select="@value" />
|
||||||
<xsl:if test="position() != last()">.</xsl:if>
|
<xsl:if test="position() != last()">.</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</option>
|
</option>
|
||||||
</term>
|
</term>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<xsl:if test="attr[@name = 'example']">
|
<xsl:if test="attr[@name = 'example']">
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<emphasis>Example:</emphasis>
|
<emphasis>Example:</emphasis>
|
||||||
<xsl:text> </xsl:text>
|
<xsl:text> </xsl:text>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
</para>
|
</para>
|
||||||
<xsl:apply-templates select="attr[@name = 'definitions']" />
|
<xsl:apply-templates select="attr[@name = 'definitions']" />
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -98,23 +98,23 @@
|
|||||||
<!-- !!! escaping -->
|
<!-- !!! escaping -->
|
||||||
<xsl:text>"</xsl:text><xsl:value-of select="str:replace(str:replace(str:replace(@value, '\', '\\'), '"', '\"'), '
', '\n')" /><xsl:text>"</xsl:text>
|
<xsl:text>"</xsl:text><xsl:value-of select="str:replace(str:replace(str:replace(@value, '\', '\\'), '"', '\"'), '
', '\n')" /><xsl:text>"</xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="int">
|
<xsl:template match="int">
|
||||||
<xsl:value-of select="@value" />
|
<xsl:value-of select="@value" />
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="bool[@value = 'true']">
|
<xsl:template match="bool[@value = 'true']">
|
||||||
<xsl:text>true</xsl:text>
|
<xsl:text>true</xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="bool[@value = 'false']">
|
<xsl:template match="bool[@value = 'false']">
|
||||||
<xsl:text>false</xsl:text>
|
<xsl:text>false</xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="list">
|
<xsl:template match="list">
|
||||||
[
|
[
|
||||||
<xsl:for-each select="*">
|
<xsl:for-each select="*">
|
||||||
@ -123,8 +123,8 @@
|
|||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
]
|
]
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="attrs">
|
<xsl:template match="attrs">
|
||||||
{
|
{
|
||||||
<xsl:for-each select="attr">
|
<xsl:for-each select="attr">
|
||||||
@ -134,8 +134,8 @@
|
|||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
}
|
}
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
<xsl:template match="derivation">
|
<xsl:template match="derivation">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="attr[@name = 'url']/string/@value">
|
<xsl:when test="attr[@name = 'url']/string/@value">
|
||||||
@ -158,8 +158,8 @@
|
|||||||
<xsl:when test="$revision != 'local' and contains(@value, '/modules/')">
|
<xsl:when test="$revision != 'local' and contains(@value, '/modules/')">
|
||||||
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixos/blob/<xsl:value-of select="$revision"/>/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixos/blob/<xsl:value-of select="$revision"/>/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/></xsl:attribute>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="$revision != 'local' and contains(@value, 'charon') and contains(@value, '/nix/')">
|
<xsl:when test="$revision != 'local' and contains(@value, 'nixops') and contains(@value, '/nix/')">
|
||||||
<xsl:attribute name="xlink:href">https://github.com/NixOS/charon/blob/<xsl:value-of select="$revision"/>/nix/<xsl:value-of select="substring-after(@value, '/nix/')"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">https://github.com/NixOS/nixops/blob/<xsl:value-of select="$revision"/>/nix/<xsl:value-of select="substring-after(@value, '/nix/')"/></xsl:attribute>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:attribute name="xlink:href">file://<xsl:value-of select="@value"/></xsl:attribute>
|
<xsl:attribute name="xlink:href">file://<xsl:value-of select="@value"/></xsl:attribute>
|
||||||
@ -172,8 +172,8 @@
|
|||||||
<xsl:when test="contains(@value, '/modules/')">
|
<xsl:when test="contains(@value, '/modules/')">
|
||||||
<nixos/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/>>
|
<nixos/modules/<xsl:value-of select="substring-after(@value, '/modules/')"/>>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="contains(@value, 'charon') and contains(@value, '/nix/')">
|
<xsl:when test="contains(@value, 'nixops') and contains(@value, '/nix/')">
|
||||||
<charon/<xsl:value-of select="substring-after(@value, '/nix/')"/>>
|
<nixops/<xsl:value-of select="substring-after(@value, '/nix/')"/>>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:value-of select="@value" />
|
<xsl:value-of select="@value" />
|
||||||
@ -182,6 +182,6 @@
|
|||||||
</filename></member>
|
</filename></member>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</simplelist>
|
</simplelist>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
Loading…
Reference in New Issue
Block a user