Mailing List Archive

svn commit: rev 36138 - spamassassin/site
Author: jm
Date: Mon Aug 9 16:44:49 2004
New Revision: 36138

Added:
spamassassin/site/doap.rdf
Log:
added DOAP file

Added: spamassassin/site/doap.rdf
==============================================================================
--- (empty file)
+++ spamassassin/site/doap.rdf Mon Aug 9 16:44:49 2004
@@ -0,0 +1,32 @@
+<?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: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"/>
+ <doap:programming-language>perl</doap:programming-language>
+ <doap:programming-language>C</doap:programming-language>
+ <doap:license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+ <doap:download-page rdf:resource="http://spamassassin.apache.org/downloads.html"/>
+ <doap:maintainer>
+ <foaf:Person>
+ <foaf:name>SpamAssassin Development Team</foaf:name>
+ <foaf:mbox_sha1sum>db648b58a59fd4a803af86bf72ec2f3e868feb38</foaf:mbox_sha1sum>
+ </foaf:Person>
+ </doap:maintainer>
+ <doap:repository>
+ <doap:SVNRepository>
+ <doap:browse rdf:resource="http://svn.apache.org/viewcvs.cgi/spamassassin/trunk/?root=Apache-SVN"/>
+ <doap:location rdf:resource="http://svn.apache.org/repos/asf/spamassassin/trunk"/>
+ </doap:SVNRepository>
+ </doap:repository>
+ </doap:Project>
+</rdf:RDF>