Changeset 241f9a9 in clfs-embedded


Ignore:
Timestamp:
May 10, 2017, 7:37:58 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
1a15276
Parents:
cc565e2
Message:

Remove freshmeat references

Apparently freshmeat.net is no longer (for some time), so remove all
references to it.

Thanks to akhiezer <lfs65@…> for pointing this out.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/VERSION

    rcc565e2 r241f9a9  
    11<?xml version='1.0'?> <!-- -*- nxml -*- vim: set foldlevel=2: -->
    22<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    3   xmlns:fm="http://freshmeat.net/projects/freshmeat-submit/"
    43  xmlns:sf="http://sourceforge.net/"
    54  xmlns:dyn="http://exslt.org/dynamic"
    65  xmlns:saxon="http://icl.com/saxon"
    7   exclude-result-prefixes="fm sf"
     6  exclude-result-prefixes="sf"
    87  version='1.0'>
    98
     
    1110
    1211<xsl:param name="get"/>
    13 <xsl:param name="VERSION" select="string(document('')//fm:Version[1])"/>
    14 <xsl:param name="Tag" select="concat('V',translate(string(document('')//fm:Version[1]),'.',''))"/>
    15 <xsl:param name="DistroTitle" select="string(document('')//fm:Branch[1])"/>
     12<xsl:param name="VERSION" select="string(document('')//sf:Version[1])"/>
     13<xsl:param name="Tag" select="concat('V',translate(string(document('')//sf:Version[1]),'.',''))"/>
     14<xsl:param name="DistroTitle" select="string(document('')//sf:Branch[1])"/>
    1615<xsl:param name="sf-relid" select="0"/>
    1716
     
    2221<xsl:param name="VersionFileURL">$URL: https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl/VERSION $</xsl:param>
    2322
    24 <xsl:strip-space elements="fm:*"/>
     23<xsl:strip-space elements="sf:*"/>
    2524
    26 <fm:project>
    27   <fm:Project>DocBook</fm:Project>
    28   <fm:Branch>XSL Stylesheets</fm:Branch>
    29   <fm:Version>1.73.2</fm:Version>
     25<sf:project>
     26  <sf:Project>DocBook</sf:Project>
     27  <sf:Branch>XSL Stylesheets</sf:Branch>
     28  <sf:Version>1.73.2</sf:Version>
    3029<!--
    31   <fm:License>MIT/X Consortium License</fm:License>
     30  <sf:License>MIT/X Consortium License</sf:License>
    3231-->
    33   <fm:Release-Focus>
    34 <!-- * Initial freshmeat announcement -->
     32  <sf:Release-Focus>
    3533<!-- * Documentation -->
    3634<!-- * Code cleanup -->
     
    4139<!-- * Minor security fixes -->
    4240<!-- * Major security fixes -->
    43   </fm:Release-Focus>
    44   <fm:Home-Page-URL>http://sourceforge.net/projects/docbook/</fm:Home-Page-URL>
    45   <fm:Gzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.tar.gz?download</fm:Gzipped-Tar-URL>
    46   <fm:Zipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.zip?download</fm:Zipped-Tar-URL>
    47   <fm:Bzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.bz2?download</fm:Bzipped-Tar-URL>
    48   <fm:Changelog-URL>http://sourceforge.net/project/shownotes.php?release_id={SFRELID}</fm:Changelog-URL>
    49   <fm:CVS-URL>http://docbook.svn.sourceforge.net/viewvc/docbook/</fm:CVS-URL>
    50   <fm:Mailing-List-URL>http://lists.oasis-open.org/archives/docbook-apps/</fm:Mailing-List-URL>
    51   <fm:Changes>This is a bug-fix update to the 1.73.1 release.
    52 </fm:Changes>
    53 </fm:project>
     41  </sf:Release-Focus>
     42  <sf:Home-Page-URL>http://sourceforge.net/projects/docbook/</sf:Home-Page-URL>
     43  <sf:Gzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.tar.gz?download</sf:Gzipped-Tar-URL>
     44  <sf:Zipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.zip?download</sf:Zipped-Tar-URL>
     45  <sf:Bzipped-Tar-URL>http://prdownloads.sourceforge.net/docbook/{DISTRONAME-VERSION}.bz2?download</sf:Bzipped-Tar-URL>
     46  <sf:Changelog-URL>http://sourceforge.net/project/shownotes.php?release_id={SFRELID}</sf:Changelog-URL>
     47  <sf:CVS-URL>http://docbook.svn.sourceforge.net/viewvc/docbook/</sf:CVS-URL>
     48  <sf:Mailing-List-URL>http://lists.oasis-open.org/archives/docbook-apps/</sf:Mailing-List-URL>
     49  <sf:Changes>This is a bug-fix update to the 1.73.1 release.
     50</sf:Changes>
     51</sf:project>
    5452
    5553<xsl:template match="/" priority="-100">
     
    7371        </xsl:message>
    7472      </xsl:if>
    75       <xsl:apply-templates select="//fm:project"/>
     73      <xsl:apply-templates select="//sf:project"/>
    7674    </xsl:otherwise>
    7775  </xsl:choose>
    7876</xsl:template>
    7977
    80 <xsl:template match="fm:project">
     78<xsl:template match="sf:project">
    8179  <xsl:apply-templates/>
    8280  <xsl:text>&#10;</xsl:text>
    83   <xsl:apply-templates select="fm:Changes" mode="text"/>
     81  <xsl:apply-templates select="sf:Changes" mode="text"/>
    8482</xsl:template>
    8583
    86 <xsl:template match="fm:Changes"/>
     84<xsl:template match="sf:Changes"/>
    8785
    88 <xsl:template match="fm:Gzipped-Tar-URL|fm:Zipped-Tar-URL|fm:Bzipped-Tar-URL">
     86<xsl:template match="sf:Gzipped-Tar-URL|sf:Zipped-Tar-URL|sf:Bzipped-Tar-URL">
    8987  <xsl:value-of select="local-name(.)"/>
    9088  <xsl:text>: </xsl:text>
     
    9593</xsl:template>
    9694
    97 <xsl:template match="fm:Changelog-URL">
     95<xsl:template match="sf:Changelog-URL">
    9896  <xsl:value-of select="local-name(.)"/>
    9997  <xsl:text>: </xsl:text>
     
    104102</xsl:template>
    105103
    106 <xsl:template match="fm:*">
     104<xsl:template match="sf:*">
    107105  <xsl:value-of select="local-name(.)"/>
    108106  <xsl:text>: </xsl:text>
  • BOOK/the-end/whatnow.xml

    rcc565e2 r241f9a9  
    3030
    3131      <itemizedlist>
    32 
    33         <listitem>
    34           <para>Freshmeat.net (<ulink url="http://freshmeat.net/"/>)</para>
    35 
    36           <para>Freshmeat can notify you (via email) of new versions of
    37           packages installed on your system.</para>
    38         </listitem>
    3932
    4033        <listitem>
Note: See TracChangeset for help on using the changeset viewer.