You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/01/11 19:52:43 UTC

svn commit: r1432225 - in /cordova/site/infra: ./ doap_Cordova.rdf

Author: marcelk
Date: Fri Jan 11 18:52:43 2013
New Revision: 1432225

URL: http://svn.apache.org/viewvc?rev=1432225&view=rev
Log:
Added DOAP file so cordova will appear on projects.apache.org

Added:
    cordova/site/infra/
    cordova/site/infra/doap_Cordova.rdf

Added: cordova/site/infra/doap_Cordova.rdf
URL: http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova.rdf?rev=1432225&view=auto
==============================================================================
--- cordova/site/infra/doap_Cordova.rdf (added)
+++ cordova/site/infra/doap_Cordova.rdf Fri Jan 11 18:52:43 2013
@@ -0,0 +1,61 @@
+<?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://cordova.apache.org">
+    <created>2013-01-11</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Cordova</name>
+    <homepage rdf:resource="http://cordova.apache.org" />
+    <asfext:pmc rdf:resource="http://cordova.apache.org" />
+    <shortdesc>A platform for building native mobile applications using HTML, CSS and JavaScript.</shortdesc>
+    <description>Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CB" />
+    <mailing-list rdf:resource="http://cordova.apache.org/#mailing-list" />
+    <download-page rdf:resource="https://www.apache.org/dist/cordova/" />
+    <programming-language>JavaScript</programming-language>
+    <programming-language>Java</programming-language>
+    <programming-language>C++</programming-language>
+    <programming-language>C#</programming-language>
+    <programming-language>node.js</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>Latest Stable</name>
+        <created>2013-01-07</created>
+        <revision>2.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Marcel Kinard</foaf:name>
+          <foaf:mbox rdf:resource="mailto:cmarcelk@gmail.com"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>