This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-site.git

commit 6e9cef7099e94374b9588d7fcd997d81863385e5
Author: William Glass-Husain <[email protected]>
AuthorDate: Tue Nov 28 04:08:09 2006 +0000

    Velocity DVSL doap file for projects.apache.org
    
    git-svn-id: 
https://svn.apache.org/repos/asf/jakarta/velocity/site/trunk@479884 
13f79535-47bb-0310-9956-ffa450edef68
---
 doap_dvsl.rdf | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/doap_dvsl.rdf b/doap_dvsl.rdf
new file mode 100644
index 0000000..c848276
--- /dev/null
+++ b/doap_dvsl.rdf
@@ -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>

Reply via email to