Fix links from pdfreaders.org to fsfe.org
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Reinhard Müller 2020-05-18 22:08:26 +02:00
parent 324bb4a1d5
commit a0170822f8
4 changed files with 11 additions and 5 deletions

View File

@ -2,11 +2,6 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- For pages used on external web servers, load the CSS from absolute URL -->
<xsl:variable name="urlprefix">
<xsl:if test="/buildinfo/document/@external">https://fsfe.org</xsl:if>
</xsl:variable>
<xsl:template match="/">
<xsl:apply-templates select="buildinfo/document"/>
</xsl:template>

View File

@ -2,6 +2,9 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- Prefix for links to FSFE's main website -->
<xsl:variable name="urlprefix">https://fsfe.org</xsl:variable>
<xsl:include href="../../build/xslt/notifications.xsl" />
<xsl:include href="../../build/xslt/translation_list.xsl" />
<xsl:include href="../../build/xslt/gettext.xsl" />

View File

@ -6,6 +6,11 @@
xmlns:str="http://exslt.org/strings"
extension-element-prefixes="str">
<!-- For pages used on external web servers, load the CSS from absolute URL -->
<xsl:variable name="urlprefix">
<xsl:if test="/buildinfo/document/@external">https://fsfe.org</xsl:if>
</xsl:variable>
<xsl:include href="build/xslt/fsfe_head.xsl" />
<xsl:include href="build/xslt/fsfe_body.xsl" />
<xsl:include href="build/xslt/gettext.xsl" />

View File

@ -2,6 +2,9 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- Prefix for links to FSFE's main website -->
<xsl:variable name="urlprefix">https://fsfe.org</xsl:variable>
<xsl:include href="../../build/xslt/notifications.xsl" />
<xsl:include href="../../build/xslt/translation_list.xsl" />
<xsl:include href="../../build/xslt/fsfe_pagefooter.xsl" />