
pgollucci at apache
Apr 3, 2006, 11:37 AM
Post #1 of 1
(1075 views)
Permalink
|
|
svn commit: r391112 - /perl/modperl/docs/trunk/doap_Perl.rdf
|
|
Author: pgollucci Date: Mon Apr 3 11:37:30 2006 New Revision: 391112 URL: http://svn.apache.org/viewcvs?rev=391112&view=rev Log: Update our name, category fields per projects.apache.org request reviewed by: geoff Modified: perl/modperl/docs/trunk/doap_Perl.rdf Modified: perl/modperl/docs/trunk/doap_Perl.rdf URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/doap_Perl.rdf?rev=391112&r1=391111&r2=391112&view=diff ============================================================================== --- perl/modperl/docs/trunk/doap_Perl.rdf (original) +++ perl/modperl/docs/trunk/doap_Perl.rdf Mon Apr 3 11:37:30 2006 @@ -2,11 +2,11 @@ <?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://perl.apache.org/"> - <name>mod_perl</name> + <name>Apache mod_perl</name> <homepage rdf:resource="http://perl.apache.org/"/> <programming-language>C</programming-language> <programming-language>Perl</programming-language> - <category rdf:resource="http://projects.apache.org/category/http-modules"/> + <category rdf:resource="http://projects.apache.org/category/httpd-module"/> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> <bug-database rdf:resource="http://perl.apache.org/bugs/"/> <download-page rdf:resource="http://perl.apache.org/dist/"/> --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|