You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2009/08/07 15:12:59 UTC

svn commit: r801986 - /wicket/common/doap_Wicket.rdf

Author: dashorst
Date: Fri Aug  7 13:12:59 2009
New Revision: 801986

URL: http://svn.apache.org/viewvc?rev=801986&view=rev
Log:
Added DOAP file to our common repository

Added:
    wicket/common/doap_Wicket.rdf

Added: wicket/common/doap_Wicket.rdf
URL: http://svn.apache.org/viewvc/wicket/common/doap_Wicket.rdf?rev=801986&view=auto
==============================================================================
--- wicket/common/doap_Wicket.rdf (added)
+++ wicket/common/doap_Wicket.rdf Fri Aug  7 13:12:59 2009
@@ -0,0 +1,54 @@
+<?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://wicket.apache.org">
+    <created>2009-08-07</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Wicket</name>
+    <homepage rdf:resource="http://wicket.apache.org" />
+    <asfext:pmc rdf:resource="http://wicket.apache.org" />
+    <shortdesc>Component oriented Java web framework using just Java and HTML.</shortdesc>
+    <description>With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/WICKET" />
+    <mailing-list rdf:resource="http://wicket.apache.org/community.html" />
+    <download-page rdf:resource="http://wicket.apache.org/getting-wicket.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <release>
+      <Version>
+        <name>Apache Wicket 1.4.0</name>
+        <created>2009-07-29</created>
+        <revision>1.4.0</revision>
+      </Version>
+      <Version>
+        <name>Apache Wicket 1.3.7</name>
+        <created>2009-07-29</created>
+        <revision>1.3.7</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/wicket/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/wicket/trunk"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Wicket PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:private@wicket.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>