You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2006/04/01 19:49:45 UTC

svn commit: r390707 - /httpd/site/trunk/docs/doap.rdf

Author: slive
Date: Sat Apr  1 09:49:43 2006
New Revision: 390707

URL: http://svn.apache.org/viewcvs?rev=390707&view=rev
Log:
Use the <shortdesc> field to list some of the names
we are commonly known as; add the httpd-module category,
since we do include a bunch of modules; make the release
information more accurate; add "RFC" to the standard ids.

Modified:
    httpd/site/trunk/docs/doap.rdf

Modified: httpd/site/trunk/docs/doap.rdf
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/doap.rdf?rev=390707&r1=390706&r2=390707&view=diff
==============================================================================
--- httpd/site/trunk/docs/doap.rdf (original)
+++ httpd/site/trunk/docs/doap.rdf Sat Apr  1 09:49:43 2006
@@ -7,13 +7,14 @@
     <programming-language>C</programming-language>
     <category rdf:resource="http://projects.apache.org/category/network-server"/>
     <category rdf:resource="http://projects.apache.org/category/http"/>
+    <category rdf:resource="http://projects.apache.org/category/httpd-module"/>
     <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.
+    The Apache web server - Apache httpd.
     </shortdesc>
 
     <description xml:lang="en">
@@ -43,8 +44,15 @@
     </release>
     <release>
       <Version>
+        <name>Latest 2.0 Version</name>
+        <created>2005-10-09</created>
+        <revision>2.0.55</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>Recommended stable release</name>
-        <created>2005-10-14</created>
+        <created>2005-11-30</created>
         <revision>2.2.0</revision>
       </Version>
     </release>
@@ -52,28 +60,28 @@
     <asfext:implements><asfext:Standard>
       <asfext:title>Hypertext Transfer Protocol -- HTTP/1.1</asfext:title>
       <asfext:body>IETF</asfext:body>
-      <asfext:id>2616</asfext:id>
+      <asfext:id>RFC 2616</asfext:id>
       <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2616.txt"/>
     </asfext:Standard></asfext:implements>
 
     <asfext:implements><asfext:Standard>
       <asfext:title>HTTP Authentication: Basic and Digest Access Authentication</asfext:title>
       <asfext:body>IETF</asfext:body>
-      <asfext:id>2617</asfext:id>
+      <asfext:id>RFC 2617</asfext:id>
       <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2617.txt"/>
     </asfext:Standard></asfext:implements>
 
     <asfext:implements><asfext:Standard>
       <asfext:title>HTTP Extensions for Distributed Authoring -- WEBDAV</asfext:title>
       <asfext:body>IETF</asfext:body>
-      <asfext:id>2518</asfext:id>
+      <asfext:id>RFC 2518</asfext:id>
       <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2518.txt"/>
     </asfext:Standard></asfext:implements>
 
     <asfext:implements><asfext:Standard>
       <asfext:title>Versioning Extensions to WebDAV</asfext:title>
       <asfext:body>IETF</asfext:body>
-      <asfext:id>3253</asfext:id>
+      <asfext:id>RFC 3253</asfext:id>
       <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc3253.txt"/>
     </asfext:Standard></asfext:implements>
   </Project>