[library-web] add crosslinking for gtk3/gdk3



commit 51b521e1f2d87e24f13ef3ce498476e53c5ad780
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Apr 6 22:26:01 2011 +0530

    add crosslinking for gtk3/gdk3

 data/xslt/html2html.xsl |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index e552889..a6c4964 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -189,6 +189,24 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
            <xsl:when test="contains(., '/cairo/')">
              <xsl:value-of select="concat('../../cairo/stable/', substring-after(., '/cairo/'))"/>
            </xsl:when>
+           <xsl:when test="contains(., '/gtk3/stable/')">
+             <xsl:value-of select="concat('../../gtk3/stable/', substring-after(., '/gtk3/stable/'))"/>
+           </xsl:when>
+           <xsl:when test="contains(., '/gtk3/unstable/')">
+             <xsl:value-of select="concat('../../gtk3/unstable/', substring-after(., '/gtk3/unstable/'))"/>
+           </xsl:when>
+           <xsl:when test="contains(., '/gtk3/')">
+             <xsl:value-of select="concat('../../gtk3/stable/', substring-after(., '/gtk3/'))"/>
+           </xsl:when>
+           <xsl:when test="contains(., '/gdk3/stable/')">
+             <xsl:value-of select="concat('../../gdk3/stable/', substring-after(., '/gdk3/stable/'))"/>
+           </xsl:when>
+           <xsl:when test="contains(., '/gdk3/unstable/')">
+             <xsl:value-of select="concat('../../gdk3/unstable/', substring-after(., '/gdk3/unstable/'))"/>
+           </xsl:when>
+           <xsl:when test="contains(., '/gdk3/')">
+             <xsl:value-of select="concat('../../gdk3/stable/', substring-after(., '/gdk3/'))"/>
+           </xsl:when>
            <xsl:otherwise>
              <xsl:value-of select="."/>
            </xsl:otherwise>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]