Skip to content

Commit

Permalink
Remove freshmeat references
Browse files Browse the repository at this point in the history
Apparently freshmeat.net is no longer (for some time), so remove all
references to it.

Thanks to akhiezer <lfs65@cruziero.com> for pointing this out.
  • Loading branch information
bradfa committed May 10, 2017
1 parent cc565e2 commit 241f9a9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 38 deletions.
60 changes: 29 additions & 31 deletions BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/VERSION
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version='1.0'?> <!-- -*- nxml -*- vim: set foldlevel=2: -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fm="http://freshmeat.net/projects/freshmeat-submit/"
xmlns:sf="http://sourceforge.net/"
xmlns:dyn="http://exslt.org/dynamic"
xmlns:saxon="http://icl.com/saxon"
exclude-result-prefixes="fm sf"
exclude-result-prefixes="sf"
version='1.0'>

<xsl:output omit-xml-declaration="yes"/>

<xsl:param name="get"/>
<xsl:param name="VERSION" select="string(document('')//fm:Version[1])"/>
<xsl:param name="Tag" select="concat('V',translate(string(document('')//fm:Version[1]),'.',''))"/>
<xsl:param name="DistroTitle" select="string(document('')//fm:Branch[1])"/>
<xsl:param name="VERSION" select="string(document('')//sf:Version[1])"/>
<xsl:param name="Tag" select="concat('V',translate(string(document('')//sf:Version[1]),'.',''))"/>
<xsl:param name="DistroTitle" select="string(document('')//sf:Branch[1])"/>
<xsl:param name="sf-relid" select="0"/>

<xsl:param name="DistroName">docbook-xsl</xsl:param>
Expand All @@ -21,17 +20,16 @@
<xsl:param name="Revision">$Revision$</xsl:param>
<xsl:param name="VersionFileURL">$URL: https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/VERSION $</xsl:param>

<xsl:strip-space elements="fm:*"/>
<xsl:strip-space elements="sf:*"/>

<fm:project>
<fm:Project>DocBook</fm:Project>
<fm:Branch>XSL Stylesheets</fm:Branch>
<fm:Version>1.73.2</fm:Version>
<sf:project>
<sf:Project>DocBook</sf:Project>
<sf:Branch>XSL Stylesheets</sf:Branch>
<sf:Version>1.73.2</sf:Version>
<!--
<fm:License>MIT/X Consortium License</fm:License>
<sf:License>MIT/X Consortium License</sf:License>
-->
<fm:Release-Focus>
<!-- * Initial freshmeat announcement -->
<sf:Release-Focus>
<!-- * Documentation -->
<!-- * Code cleanup -->
<!-- * Minor feature enhancements -->
Expand All @@ -40,17 +38,17 @@ Minor bugfixes
<!-- * Major bugfixes -->
<!-- * Minor security fixes -->
<!-- * Major security fixes -->
</fm:Release-Focus>
<fm:Home-Page-URL>http://sourceforge.net/projects/docbook/</fm:Home-Page-URL>
<fm:Gzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.tar.gz?download</fm:Gzipped-Tar-URL>
<fm:Zipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.zip?download</fm:Zipped-Tar-URL>
<fm:Bzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.bz2?download</fm:Bzipped-Tar-URL>
<fm:Changelog-URL>http://sourceforge.net/project/shownotes.php?release_id={SFRELID}</fm:Changelog-URL>
<fm:CVS-URL>http://docbook.svn.sourceforge.net/viewvc/docbook/</fm:CVS-URL>
<fm:Mailing-List-URL>http://lists.oasis-open.org/archives/docbook-apps/</fm:Mailing-List-URL>
<fm:Changes>This is a bug-fix update to the 1.73.1 release.
</fm:Changes>
</fm:project>
</sf:Release-Focus>
<sf:Home-Page-URL>http://sourceforge.net/projects/docbook/</sf:Home-Page-URL>
<sf:Gzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.tar.gz?download</sf:Gzipped-Tar-URL>
<sf:Zipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.zip?download</sf:Zipped-Tar-URL>
<sf:Bzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.bz2?download</sf:Bzipped-Tar-URL>
<sf:Changelog-URL>http://sourceforge.net/project/shownotes.php?release_id={SFRELID}</sf:Changelog-URL>
<sf:CVS-URL>http://docbook.svn.sourceforge.net/viewvc/docbook/</sf:CVS-URL>
<sf:Mailing-List-URL>http://lists.oasis-open.org/archives/docbook-apps/</sf:Mailing-List-URL>
<sf:Changes>This is a bug-fix update to the 1.73.1 release.
</sf:Changes>
</sf:project>

<xsl:template match="/" priority="-100">
<xsl:choose>
Expand All @@ -72,20 +70,20 @@ Minor bugfixes
<xsl:text>You must specify the sf-relid as a parameter.</xsl:text>
</xsl:message>
</xsl:if>
<xsl:apply-templates select="//fm:project"/>
<xsl:apply-templates select="//sf:project"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>

<xsl:template match="fm:project">
<xsl:template match="sf:project">
<xsl:apply-templates/>
<xsl:text>&#10;</xsl:text>
<xsl:apply-templates select="fm:Changes" mode="text"/>
<xsl:apply-templates select="sf:Changes" mode="text"/>
</xsl:template>

<xsl:template match="fm:Changes"/>
<xsl:template match="sf:Changes"/>

<xsl:template match="fm:Gzipped-Tar-URL|fm:Zipped-Tar-URL|fm:Bzipped-Tar-URL">
<xsl:template match="sf:Gzipped-Tar-URL|sf:Zipped-Tar-URL|sf:Bzipped-Tar-URL">
<xsl:value-of select="local-name(.)"/>
<xsl:text>: </xsl:text>
<xsl:value-of select="substring-before(., '{DISTRONAME-VERSION}')"/>
Expand All @@ -94,7 +92,7 @@ Minor bugfixes
<xsl:text>&#10;</xsl:text>
</xsl:template>

<xsl:template match="fm:Changelog-URL">
<xsl:template match="sf:Changelog-URL">
<xsl:value-of select="local-name(.)"/>
<xsl:text>: </xsl:text>
<xsl:value-of select="substring-before(., '{SFRELID}')"/>
Expand All @@ -103,7 +101,7 @@ Minor bugfixes
<xsl:text>&#10;</xsl:text>
</xsl:template>

<xsl:template match="fm:*">
<xsl:template match="sf:*">
<xsl:value-of select="local-name(.)"/>
<xsl:text>: </xsl:text>
<xsl:value-of select="normalize-space(.)"/>
Expand Down
7 changes: 0 additions & 7 deletions BOOK/the-end/whatnow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@

<itemizedlist>

<listitem>
<para>Freshmeat.net (<ulink url="http://freshmeat.net/"/>)</para>

<para>Freshmeat can notify you (via email) of new versions of
packages installed on your system.</para>
</listitem>

<listitem>
<para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
Emergency Response Team)</para>
Expand Down

0 comments on commit 241f9a9

Please sign in to comment.