Author: noel Date: Fri Mar 17 14:39:56 2006 New Revision: 386745 URL: http://svn.apache.org/viewcvs?rev=386745&view=rev Log: First cut at a DOAP file for JAMES. See http://projects.apache.org
Added: james/site/trunk/www/doap_JAMES.rdf (with props) Added: james/site/trunk/www/doap_JAMES.rdf URL: http://svn.apache.org/viewcvs/james/site/trunk/www/doap_JAMES.rdf?rev=386745&view=auto ============================================================================== --- james/site/trunk/www/doap_JAMES.rdf (added) +++ james/site/trunk/www/doap_JAMES.rdf Fri Mar 17 14:39:56 2006 @@ -0,0 +1,86 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl"?> +<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) 2006 The Apache Software Foundation. + All rights reserved. + + ======================================================================= +--> + <Project rdf:about="http://JAMES.rdf.apache.org/"> + <created>2006-03-14</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>http://JAMES</name> + <homepage rdf:resource="http://james.apache.org" /> + <asfext:pmc rdf:resource="http://james.apache.org" /> + <shortdesc>The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. </shortdesc> + <description>The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. + +James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail application platform API. +</description> + <bug-database rdf:resource="http://issues.apache.org/jira/browse/JAMES" /> + <mailing-list rdf:resource="http://james.apache.org/mail.html" /> + <download-page rdf:resource="http://james.apache.org/download.cgi" /> + <programming-language>Java</programming-language> + <category rdf:resource="http://projects.apache.org/category/mail" /> + <release> + <Version> + <name>Latest Stable Release</name> + <created>2004-06-15</created> + <revision>2.2.0</revision> + </Version> + <Version> + <name>Latest Test Build</name> + <created>2004-02-09</created> + <revision>2.3.0a1</revision> + </Version> + <Version> + <name>Automated Nightly Build</name> + <created>nightly</created> + <revision>svn trunk</revision> + </Version> + </release> + <repository> + <SVNRepository> + <location rdf:resource="http://svn.apache.org/repos/asf/james/server/trunk"/> + <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/james/server/trunk/"/> + </SVNRepository> + </repository> + <maintainer> + <foaf:Person> + <foaf:name>Apache JAMES Team</foaf:name> + <foaf:mbox rdf:resource="mailto:server-dev@james.apache.org"/> + </foaf:Person> + </maintainer> + <asfext:standard> + <asfext:title>Simple Mail Transfer Protocol</asfext:title> + <asfext:body>IETF</asfext:body> + <asfext:id>RFC 2821</asfext:id> + <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2821.txt"/> + </asfext:standard> + <asfext:standard> + <asfext:title>Internet Message Format</asfext:title> + <asfext:body>IETF</asfext:body> + <asfext:id>RFC 2822</asfext:id> + <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2822.txt"/> + </asfext:standard> + <asfext:standard> + <asfext:title>Post Office Protocol - Version 3</asfext:title> + <asfext:body>IETF</asfext:body> + <asfext:id>RFC 1939</asfext:id> + <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc1939.txt"/> + </asfext:standard> + <asfext:standard> + <asfext:title>NNTP Protocol </asfext:title> + <asfext:body>IETF</asfext:body> + <asfext:id>RFC 977</asfext:id> + <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc977.txt"/> + </asfext:standard> + </Project> +</rdf:RDF> Propchange: james/site/trunk/www/doap_JAMES.rdf ------------------------------------------------------------------------------ svn:eol-style = native