Mailing List Archive

svn commit: rev 36139 - spamassassin/site
Author: jm
Date: Mon Aug 9 16:50:28 2004
New Revision: 36139

Modified:
spamassassin/site/doap.rdf
spamassassin/site/main.wmk
Log:
fix download links to reflect current site (old unchecked-in code); twiddle DOAP file

Modified: spamassassin/site/doap.rdf
==============================================================================
--- spamassassin/site/doap.rdf (original)
+++ spamassassin/site/doap.rdf Mon Aug 9 16:50:28 2004
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="iso-8859-15"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/" xml:lang="en">
- <rdf:Description rdf:about="">
- <admin:generatorAgent rdf:resource="http://www.bonjourlesmouettes.org/doap-a-matic.php"/>
- </rdf:Description>
<doap:Project>
<doap:name>SpamAssassin</doap:name>
<doap:homepage rdf:resource="http://spamassassin.apache.org/"/>
<doap:created>2001-04-20</doap:created>
- <doap:description>SpamAssassin is an extensible email filter which is used to identify spam. Using its rule base, it uses a wide range of advanced heuristic and statistical analysis tests on mail headers and body text to identify &quot;spam&quot;, also known as unsolicited bulk email. Once identified, the mail can then be optionally tagged as spam for later filtering. It provides a command line tool to perform filtering, a client-server system to filter large volumes of mail, and Mail::SpamAssassin, a set of Perl modules.</doap:description>
- <doap:shortdesc>SpamAssassin is an email filter used to identify spam</doap:shortdesc>
+ <doap:description xml:lang="en">SpamAssassin is an extensible email filter which is used to identify spam. Using its rule base, it uses a wide range of advanced heuristic and statistical analysis tests on mail headers and body text to identify &quot;spam&quot;, also known as unsolicited bulk email. Once identified, the mail can then be optionally tagged as spam for later filtering. It provides a command line tool to perform filtering, a client-server system to filter large volumes of mail, and Mail::SpamAssassin, a set of Perl modules.</doap:description>
+ <doap:shortdesc xml:lang="en">SpamAssassin is an email filter used to identify spam</doap:shortdesc>
<doap:wiki rdf:resource="http://wiki.apache.org/spamassassin/"/>
<doap:bug-database rdf:resource="http://bugzilla.spamassassin.org/"/>
<doap:mailing-list rdf:resource="http://news.gmane.org/thread.php?group=gmane.mail.spam.spamassassin.general"/>
@@ -29,4 +26,5 @@
</doap:SVNRepository>
</doap:repository>
</doap:Project>
+ <rdf:Description rdf:about=""> <admin:generatorAgent rdf:resource="http://www.bonjourlesmouettes.org/doap-a-matic.php"/> </rdf:Description>
</rdf:RDF>

Modified: spamassassin/site/main.wmk
==============================================================================
--- spamassassin/site/main.wmk (original)
+++ spamassassin/site/main.wmk Mon Aug 9 16:50:28 2004
@@ -333,20 +333,20 @@
Current Pre-Release Development Version (${preversion}):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- - <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.tar.gz>SpamAssassin(tm) in tar.gz</a> format.
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.tar.gz.asc>GPG</a>
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.tar.gz.md5>MD5</a>
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.tar.gz.sha1>SHA1</a>
+ - <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.tar.gz>SpamAssassin(tm) in tar.gz</a> format.
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.tar.gz.asc>GPG</a>
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.tar.gz.md5>MD5</a>
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.tar.gz.sha1>SHA1</a>

- - <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.tar.bz2>SpamAssassin(tm) in tar.bz2</a> format.
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.tar.bz2.asc>GPG</a>
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.tar.bz2.md5>MD5</a>
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.tar.bz2.sha1>SHA1</a>
+ - <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.tar.bz2>SpamAssassin(tm) in tar.bz2</a> format.
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.tar.bz2.asc>GPG</a>
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.tar.bz2.md5>MD5</a>
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.tar.bz2.sha1>SHA1</a>

- - <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.zip>SpamAssassin(tm) in ZIP</a> format.
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.zip.asc>GPG</a>
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.zip.md5>MD5</a>
- <a href=http://spamassassin.apache.org/devel/Mail-SpamAssassin-${preversion}.zip.sha1>SHA1</a>
+ - <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.zip>SpamAssassin(tm) in ZIP</a> format.
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.zip.asc>GPG</a>
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.zip.md5>MD5</a>
+ <a href=http://spamassassin.apache.org/released/Mail-SpamAssassin-${preversion}.zip.sha1>SHA1</a>

**Note**: If you plan to build this into an RPM via ##rpmbuild
-tb##, please rename the tar archive and remove the -pre or -rc