svn commit: r1928308 - spamassassin/site

[email protected]
Newsgroups gmane.mail.spam.spamassassin.cvs
Message-ID <175740197303.2203610.16965297587009230026@svn02-us-east.apache.org>
Author: gbechis
Date: Tue Sep  9 07:12:52 2025
New Revision: 1928308

Log:
update Doap file with more info

Modified:
   spamassassin/site/doap.rdf

Modified: spamassassin/site/doap.rdf
==============================================================================
--- spamassassin/site/doap.rdf	Tue Sep  9 06:45:02 2025	(r1928307)
+++ spamassassin/site/doap.rdf	Tue Sep  9 07:12:52 2025	(r1928308)
@@ -1,31 +1,210 @@
-<?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" xmlns:asfext="http://projects.apache.org/ns/asfext#">
-  <doap:Project rdf:about="https://spamassassin.apache.org/">
-    <doap:name>Apache SpamAssassin</doap:name>
-    <doap:homepage rdf:resource="https://spamassassin.apache.org/"/>
-    <doap:created>2001-04-20</doap:created>
-    <doap:description xml:lang="en">Apache 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">Apache SpamAssassin is an email filter used to identify spam</doap:shortdesc>
-    <doap:wiki rdf:resource="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/"/>
-    <doap:bug-database rdf:resource="https://bz.apache.org/SpamAssassin/"/>
-    <doap:mailing-list rdf:resource="https://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="https://spdx.org/licenses/Apache-2.0"/>
-    <doap:download-page rdf:resource="https://spamassassin.apache.org/downloads.html"/>
-    <asfext:pmc rdf:resource="https://spamassassin.apache.org/" />
-    <doap:category rdf:resource="https://projects.apache.org/category/mail" />
-    <doap:maintainer>
-      <foaf:Person>
-        <foaf:name>Development Mailing List at SpamAssassin.apache.org</foaf:name>
-        <foaf:mbox_sha1sum>745b0f55d936f36c20b221fc25488811</foaf:mbox_sha1sum>
-      </foaf:Person>
-    </doap:maintainer>
-    <doap:repository>
-      <doap:SVNRepository>
-        <doap:browse rdf:resource="https://svn.apache.org/viewcvs.cgi/spamassassin/trunk/?root=Apache-SVN"/>
-        <doap:location rdf:resource="https://svn.apache.org/repos/asf/spamassassin/trunk"/>
-      </doap:SVNRepository>
-    </doap:repository>
-  </doap:Project>
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      https://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  -->
+<!--
+
+    This file contains information about the project itself.
+    It should be updated as soon as a new language is supported.
+    It also contains the information needed to populate the project
+    categories and languages referenced on the Apache project listing
+    page. It is referenced from here:
+    https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml
+
+-->
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+
+    <!--
+      =======================================================================
+
+       Copyright (c) 2025 The Apache Software Foundation.
+       All rights reserved.
+
+      =======================================================================
+    -->
+
+    <Project rdf:about="https://spamassassin.apache.org">
+        <name>Apache SpamAssassin</name>
+        <created>2001-04-20</created>
+        <license rdf:resource="https://www.apache.org/licenses/LICENSE-2.0"/>
+        <homepage rdf:resource="https://spamassassin.apache.org/"/>
+        <asfext:pmc rdf:resource="https://spamassassin.apache.org/"/>
+        <shortdesc>Apache SpamAssassin is an email filter used to identify spam.</shortdesc>
+        <description>Apache 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.</description>
+        <bug-database rdf:resource="https://bz.apache.org/SpamAssassin/"/>
+        <download-page rdf:resource="https://spamassassin.apache.org/downloads.html"/>
+        <mailing-list rdf:resource="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/MailingLists"/>
+
+        <programming-language>C</programming-language>
+        <programming-language>Perl</programming-language>
+
+        <repository>
+            <SVNRepository>
+                <browse rdf:resource="https://svn.apache.org/viewcvs.cgi/spamassassin/trunk/?root=Apache-SVN"/>
+                <location rdf:resource="https://svn.apache.org/repos/asf/spamassassin/trunk"/>
+            </SVNRepository>
+        </repository>
+
+        <maintainer>
+            <foaf:Person>
+                <foaf:name>Development Mailing List at SpamAssassin.apache.org</foaf:name>
+                <foaf:mbox rdf:resource="mailto:[email protected]"/>
+            </foaf:Person>
+        </maintainer>
+
+        <release>
+            <Version>
+                <name>Latest 4.0.2 release</name>
+                <created>2025-08-30</created>
+                <revision>4.0.2</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 4.0.1 release</name>
+                <created>2024-03-29</created>
+                <revision>4.0.1</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 4.0.0 release</name>
+                <created>2022-12-17</created>
+                <revision>4.0.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.4.6 release</name>
+                <created>2021-04-12</created>
+                <revision>3.4.6</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.4.5 release</name>
+                <created>2021-03-24</created>
+                <revision>3.4.5</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.4.4 release</name>
+                <created>2020-01-28</created>
+                <revision>3.4.4</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.4.3 release</name>
+                <created>2019-12-11</created>
+                <revision>3.4.3</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.4.2 release</name>
+                <created>2018-09-16</created>
+                <revision>3.4.2</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.4.1 release</name>
+                <created>2015-04-30</created>
+                <revision>3.4.1</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.4.0 release</name>
+                <created>2014-02-11</created>
+                <revision>3.4.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.3.2 release</name>
+                <created>2011-06-16</created>
+                <revision>3.3.2</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.3.1 release</name>
+                <created>2010-03-19</created>
+                <revision>3.3.1</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.3.0 release</name>
+                <created>2010-01-27</created>
+                <revision>3.3.0</revision>
+            </Version>
+        </release>        
+        <release>
+            <Version>
+                <name>Legacy 3.2.5 release</name>
+                <created>2008-06-12</created>
+                <revision>3.2.5</revision>
+            </Version>
+        </release>    
+        <release>
+            <Version>
+                <name>Legacy 3.2.4 release</name>
+                <created>2008-01-05</created>
+                <revision>3.2.4</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.2.3 release</name>
+                <created>2007-08-09</created>
+                <revision>3.2.3</revision>
+            </Version>
+        </release>         
+        <release>
+            <Version>
+                <name>Legacy 3.2.2 release</name>
+                <created>2007-07-25</created>
+                <revision>3.2.2</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 3.2.1 release</name>
+                <created>2007-06-11</created>
+                <revision>3.2.1</revision>
+            </Version>
+        </release>    
+        <release>
+            <Version>
+                <name>Legacy 3.2.0 release</name>
+                <created>2007-05-02</created>
+                <revision>3.2.0</revision>
+            </Version>
+        </release>        
+    </Project>
+
 </rdf:RDF>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.