Author: ilgrosso
Date: Sun Jan 20 17:11:29 2013
New Revision: 1435891

URL: http://svn.apache.org/viewvc?rev=1435891&view=rev
Log:
Adding DOAP for http://projects.apache.org

Added:
    syncope/trunk/doap_Syncope.rdf

Added: syncope/trunk/doap_Syncope.rdf
URL: 
http://svn.apache.org/viewvc/syncope/trunk/doap_Syncope.rdf?rev=1435891&view=auto
==============================================================================
--- syncope/trunk/doap_Syncope.rdf (added)
+++ syncope/trunk/doap_Syncope.rdf Sun Jan 20 17:11:29 2013
@@ -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://syncope.apache.org/";>
+    <created>2012-02-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Syncope</name>
+    <homepage rdf:resource="http://syncope.apache.org/"; />
+    <asfext:pmc rdf:resource="http://syncope.apache.org"; />
+    <shortdesc>Apache Syncope is an Open Source system for managing digital 
identities in enterprise environments.</shortdesc>
+    <description>Apache Syncope is an Open Source system for managing digital 
identities in enterprise environments, implemented in JEE technology and 
released under Apache 2.0 license.
+
+Identity management (or IdM) represents the joint result of business process 
and IT to manage user data on systems and applications. IdM involves 
considering user attributes, roles, resources and entitlements in trying to 
give a decent answer to the question bumping at every time in IT 
administrators’ mind:
+
+Who has access to What, When, How, and Why?</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/SYNCOPE"; 
/>
+    <mailing-list rdf:resource="http://syncope.apache.org/mail-lists.html"; />
+    <download-page rdf:resource="http://syncope.apache.org/downloads.html"; />
+    <programming-language>Java</programming-language>
+    <category 
rdf:resource="http://projects.apache.org/category//network-server"/>
+    
+    <release>
+      <Version>
+        <name>Apache Syncope 1.0.4</name>
+        <created>2012-12-10</created>
+        <revision>1.0.4</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="http://svn.apache.org/repos/asf/syncope/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/syncope/trunk"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Francesco Chicchiricco</foaf:name>
+          <foaf:mbox rdf:resource="mailto:ilgro...@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>


Reply via email to