[library-web] handling of cross references to libempathy and libempathy-gtk
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [library-web] handling of cross references to libempathy and libempathy-gtk
- Date: Wed, 6 May 2009 15:28:17 -0400 (EDT)
commit 90149e979e43859dabf393711532770a86426a79
Author: Frederic Peters <fpeters 0d be>
Date: Wed May 6 21:16:02 2009 +0200
handling of cross references to libempathy and libempathy-gtk
(GNOME #581635)
---
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 8241546..90c5d4a 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -146,6 +146,24 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
<xsl:when test="contains(., '/gio/')">
<xsl:value-of select="concat('../../gio/stable/', substring-after(., '/gio/'))"/>
</xsl:when>
+ <xsl:when test="contains(., '/libempathy/stable/')">
+ <xsl:value-of select="concat('../../libempathy/stable/', substring-after(., '/libempathy/stable/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libempathy/unstable/')">
+ <xsl:value-of select="concat('../../libempathy/unstable/', substring-after(., '/libempathy/unstable/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libempathy/')">
+ <xsl:value-of select="concat('../../libempathy/stable/', substring-after(., '/libempathy/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libempathy-gtk/stable/')">
+ <xsl:value-of select="concat('../../libempathy-gtk/stable/', substring-after(., '/libempathy-gtk/stable/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libempathy-gtk/unstable/')">
+ <xsl:value-of select="concat('../../libempathy-gtk/unstable/', substring-after(., '/libempathy-gtk/unstable/'))"/>
+ </xsl:when>
+ <xsl:when test="contains(., '/libempathy-gtk/')">
+ <xsl:value-of select="concat('../../libempathy-gtk/stable/', substring-after(., '/libempathy-gtk/'))"/>
+ </xsl:when>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]