Author: rezan
Date: Wed Dec 17 01:42:34 2014
New Revision: 1646129

URL: http://svn.apache.org/r1646129
Log:
doap

Added:
    devicemap/trunk/doap_DeviceMap.rdf

Added: devicemap/trunk/doap_DeviceMap.rdf
URL: 
http://svn.apache.org/viewvc/devicemap/trunk/doap_DeviceMap.rdf?rev=1646129&view=auto
==============================================================================
--- devicemap/trunk/doap_DeviceMap.rdf (added)
+++ devicemap/trunk/doap_DeviceMap.rdf Wed Dec 17 01:42:34 2014
@@ -0,0 +1,50 @@
+<?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://devicemap.apache.org";>
+    <created>2014-12-17</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache DeviceMap</name>
+    <homepage rdf:resource="http://devicemap.apache.org"; />
+    <asfext:pmc rdf:resource="http://devicemap.apache.org"; />
+    <shortdesc>Device Data Repository and classification API.</shortdesc>
+    <description>Apache Devicemap is a data repository containing devices 
attributes, and their related browsers, and operating systems. The project also 
maintains an api to classify these attributes. </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DMAP"; />
+    <mailing-list 
rdf:resource="http://devicemap.apache.org/mailing-lists.html"; />
+    <download-page rdf:resource="http://devicemap.apache.org/download/"; />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/mobile"; />
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="http://ttps://svn.apache.org/repos/asf/devicemap"/>
+        <browse rdf:resource="https://svn.apache.org/viewvc/devicemap/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Reza Naghibi</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>


Reply via email to