You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by ge...@apache.org on 2006/02/28 02:02:38 UTC

svn commit: r381520 - /perl/modperl/docs/trunk/doap_Perl.rdf

Author: geoff
Date: Mon Feb 27 17:02:38 2006
New Revision: 381520

URL: http://svn.apache.org/viewcvs?rev=381520&view=rev
Log:
start doap file

Added:
    perl/modperl/docs/trunk/doap_Perl.rdf

Added: perl/modperl/docs/trunk/doap_Perl.rdf
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/doap_Perl.rdf?rev=381520&view=auto
==============================================================================
--- perl/modperl/docs/trunk/doap_Perl.rdf (added)
+++ perl/modperl/docs/trunk/doap_Perl.rdf Mon Feb 27 17:02:38 2006
@@ -0,0 +1,35 @@
+<?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://Perl.rdf.apache.org/">
+    <created>2006-02-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>http://Perl</name>
+    <homepage rdf:resource="http://perl.apache.org" />
+    <asfext:pmc rdf:resource="http://perl.apache.org" />
+    <shortdesc>A persistent Perl interpreter embedded in Apache</shortdesc>
+    <mailing-list rdf:resource="http://perl.apache.org/maillist/index.html" />
+    <download-page rdf:resource="http://perl.apache.org/dist/" />
+    <programming-language>C</programming-language>
+    <programming-language>Perl</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/http-modules" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/perl/modperl/trunk"/>
+        <browse rdf:resource="http://"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org