You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by wg...@apache.org on 2006/11/28 05:08:09 UTC

svn commit: r479884 - /jakarta/velocity/site/trunk/doap_dvsl.rdf

Author: wglass
Date: Mon Nov 27 20:08:09 2006
New Revision: 479884

URL: http://svn.apache.org/viewvc?view=rev&rev=479884
Log:
Velocity DVSL doap file for projects.apache.org

Added:
    jakarta/velocity/site/trunk/doap_dvsl.rdf

Added: jakarta/velocity/site/trunk/doap_dvsl.rdf
URL: http://svn.apache.org/viewvc/jakarta/velocity/site/trunk/doap_dvsl.rdf?view=auto&rev=479884
==============================================================================
--- jakarta/velocity/site/trunk/doap_dvsl.rdf (added)
+++ jakarta/velocity/site/trunk/doap_dvsl.rdf Mon Nov 27 20:08:09 2006
@@ -0,0 +1,36 @@
+<?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://jakarta.apache.org/velocity/dvsl/">
+    <created>2006-11-21</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Velocity DVSL</name>
+    <homepage rdf:resource="http://jakarta.apache.org/velocity/dvsl/" />
+    <asfext:pmc rdf:resource="http://velocity.apache.org/"/>
+    <shortdesc>A tool modeled after XSLT and intended for general XML transformations using the Velocity Template Language.</shortdesc>
+    <description>DVSL (Declarative Velocity Style Language) is a tool modeled after XSLT and is intended for general XML transformations using the Velocity Template Language as the templating language for the transformations. The key differences are that it incorporates easy access to Java objects and allows you to use the Velocity template language and it's features for expressing the transformation templates.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/VELOCITY" />
+    <mailing-list rdf:resource="http://jakarta.apache.org/velocity/" />
+    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_velocity.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/velocity/dvsl/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/jakarta/velocity/dvsl/trunk"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org