Fix links from pdfreaders.org to fsfe.org
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
324bb4a1d5
commit
a0170822f8
@ -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>
|
||||
|
@ -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" />
|
||||
|
5
fsfe.xsl
5
fsfe.xsl
@ -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" />
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user