Skip to content

Commit

Permalink
Merge pull request #1308 from Flowdalic/bibtex-url
Browse files Browse the repository at this point in the history
Disable the biblatex url links to the versioned XEP for now
  • Loading branch information
Kev authored Jan 22, 2024
2 parents e39c611 + 105dff7 commit 79dcfa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xep.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,9 @@ content: "XEP-<xsl:value-of select='/xep/header/number'/>";
<xsl:variable name="bibtex-url">
<xsl:choose>
<!-- XEPs after a certain number have an immutable version to which we preferably link -->
<xsl:when test='/xep/header/number &gt; 300'>
<!-- TODO: We currently have no versioned link for the latest version of a XEP,
hence the logic below is disabled for all XEPs, by testing for XEP version number > 99999 -->
<xsl:when test='/xep/header/number &gt; 999999'>
<xsl:text>https://xmpp.org/extensions/attic/xep-</xsl:text>
<xsl:value-of select='/xep/header/number'/>
<xsl:text>-</xsl:text>
Expand Down

0 comments on commit 79dcfa7

Please sign in to comment.