[library-web] add support for xref links in evolution-data-server modules
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] add support for xref links in evolution-data-server modules
- Date: Sun, 10 Jun 2012 16:17:24 +0000 (UTC)
commit 3a0408348593d82c3a14c7c8412906476b6cb050
Author: FrÃdÃric PÃters <fpeters 0d be>
Date: Sun Jun 10 18:15:12 2012 +0200
add support for xref links in evolution-data-server modules
data/xslt/html2html.xsl | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index c001d23..a4e7aa0 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -210,6 +210,30 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
<xsl:when test="contains(., '/gdk3/')">
<xsl:value-of select="concat('../../gdk3/stable/', substring-after(., '/gdk3/'))"/>
</xsl:when>
+ <xsl:when test="contains(., '/libecal/')">
+ <xsl:value-of select="concat('../../libecal/stable/', substring-after(., '/libecal/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libedataserver/')">
+ <xsl:value-of select="concat('../../libedataserver/stable/', substring-after(., '/libedataserver/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libebackend/')">
+ <xsl:value-of select="concat('../../libebackend/stable/', substring-after(., '/libebackend/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libedataserverui/')">
+ <xsl:value-of select="concat('../../libedataserverui/stable/', substring-after(., '/libedataserverui/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libedata-cal/')">
+ <xsl:value-of select="concat('../../libedata-cal/stable/', substring-after(., '/libedata-cal/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libedata-book/')">
+ <xsl:value-of select="concat('../../libedata-book/stable/', substring-after(., '/libedata-book/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libebook/')">
+ <xsl:value-of select="concat('../../libebook/stable/', substring-after(., '/libebook/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/camel/')">
+ <xsl:value-of select="concat('../../camel/stable/', substring-after(., '/camel/'))"/>
+ </xsl:when>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]