You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2014/11/25 09:50:17 UTC

svn commit: r1641543 - /wookie/site/trunk/doap_wookie.rdf.xml

Author: scottbw
Date: Tue Nov 25 08:50:17 2014
New Revision: 1641543

URL: http://svn.apache.org/r1641543
Log:
added DOAP

Added:
    wookie/site/trunk/doap_wookie.rdf.xml

Added: wookie/site/trunk/doap_wookie.rdf.xml
URL: http://svn.apache.org/viewvc/wookie/site/trunk/doap_wookie.rdf.xml?rev=1641543&view=auto
==============================================================================
--- wookie/site/trunk/doap_wookie.rdf.xml (added)
+++ wookie/site/trunk/doap_wookie.rdf.xml Tue Nov 25 08:50:17 2014
@@ -0,0 +1,63 @@
+<?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/">
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="http://wookie.apache.org">
+    <created>2014-11-25</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Wookie</name>
+    <homepage rdf:resource="http://wookie.apache.org" />
+    <asfext:pmc rdf:resource="http://wookie.apache.org" />
+    <shortdesc>A parser, server and plugins for working with W3C Packaged Web Apps (aka Widgets)</shortdesc>
+    <description>Apache Wookie is a Java server application that allows you to upload and deploy widgets for your applications; widgets can not only include all the usual kinds of mini-applications, badges, and gadgets, but also fully-collaborative applications such as chats, quizzes, and games.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/WOOKIE" />
+    <mailing-list rdf:resource="http://wookie.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://wookie.apache.org/docs/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <release>
+      <Version>
+        <name>Apache Wookie</name>
+        <created>2014-02-24</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/wookie/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/wookie/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Scott Wilson</foaf:name>
+          <foaf:mbox rdf:resource="mailto:scottbw@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>W3C Packaged Web Applications (Widgets): Configuration and Packaging</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id></asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/widgets/"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>