]> granicus.if.org Git - apache/commitdiff
- add a first pass at a "real" doap file for the httpd project.
authorDavid Reid <dreid@apache.org>
Sun, 22 Jan 2006 22:17:29 +0000 (22:17 +0000)
committerDavid Reid <dreid@apache.org>
Sun, 22 Jan 2006 22:17:29 +0000 (22:17 +0000)
This needs to be maintained and so we should add details to the
file detailing how to issue a release :-)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@371405 13f79535-47bb-0310-9956-ffa450edef68

doap_httpd.rdf [new file with mode: 0644]

diff --git a/doap_httpd.rdf b/doap_httpd.rdf
new file mode 100644 (file)
index 0000000..0f6e8e3
--- /dev/null
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="../xsl/p2.xsl"?>
+<rdf:RDF 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#" xml:lang="en">
+  <Project rdf:about="http://httpd.apache.org/">
+    <name>Apache HTTP Server</name>
+    <homepage rdf:resource="http://httpd.apache.org/"/>
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server"/>
+    <category rdf:resource="http://projects.apache.org/category/http"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://httpd.apache.org/bug_report.html"/>
+    <download-page rdf:resource="http://httpd.apache.org/download.cgi"/>
+    <asfext:pmc rdf:resource="http://httpd.apache.org/"/>
+
+    <shortdesc xml:lang="en">
+    The Apache HTTP web server.
+    </shortdesc>
+
+    <description xml:lang="en">
+The Apache HTTP Server is an open-source HTTP server for modern
+operating systems including UNIX, MS-Windows, Macintosh and Netware.
+The goal of this project is to provide a secure, efficient and
+extensible server that provides HTTP services in sync with the current
+HTTP standards. Apache has been the most popular web server on the
+Internet since April of 1996.
+    </description>
+
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/httpd/httpd/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/httpd/httpd/"/>
+      </SVNRepository>
+    </repository>
+
+    <mailing-list rdf:resource="http://httpd.apache.org/lists.html"/>
+   
+    <release>
+      <Version>
+        <name>Latest 1.3 Version</name>
+        <created>2005-10-18</created>
+        <revision>1.3.34</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Recommended stable release</name>
+        <created>2005-10-14</created>
+        <revision>2.2.0</revision>
+      </Version>
+    </release>
+
+  </Project>
+
+</rdf:RDF>