You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by at...@apache.org on 2012/04/17 11:43:37 UTC

svn commit: r1327016 - /portals/doap_portals.rdf

Author: ate
Date: Tue Apr 17 09:43:36 2012
New Revision: 1327016

URL: http://svn.apache.org/viewvc?rev=1327016&view=rev
Log:
PORTALS-22: adding portals DOAP file

Added:
    portals/doap_portals.rdf   (with props)

Added: portals/doap_portals.rdf
URL: http://svn.apache.org/viewvc/portals/doap_portals.rdf?rev=1327016&view=auto
==============================================================================
--- portals/doap_portals.rdf (added)
+++ portals/doap_portals.rdf Tue Apr 17 09:43:36 2012
@@ -0,0 +1,99 @@
+<?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://portals.apache.org">
+    <created>2004-02-18</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Portals</name>
+    <homepage rdf:resource="http://portals.apache.org" />
+    <asfext:pmc rdf:resource="http://portals.apache.org" />
+    <shortdesc>Apache Portals software provides a robust, full-featured, commercial-quality, and freely available Portal related software on a wide variety of platforms and programming languages.</shortdesc>
+    <description>The Apache Portals project provides various software products, including Apache Jetspeed-2, Apache Pluto, and Apache Portals Applications.</description>
+    <bug-database rdf:resource="http://portals.apache.org/issue-tracking.html" />
+    <mailing-list rdf:resource="http://portals.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/portals" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <release>
+      <Version>
+        <name>Apache Jetspeed-2 2.2.2</name>
+        <created>2011-10-10</created>
+        <revision>2.2.2</revision>
+      </Version>
+    </release>
+	<release>
+      <Version>
+        <name>Apache Pluto 2.0.3</name>
+        <created>2011-09-26</created>
+        <revision>2.0.3</revision>
+      </Version>
+    </release>
+	<release>
+      <Version>
+        <name>Apache Portals Applications 1.2</name>
+        <created>2011-09-26</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+	<release>
+      <Version>
+        <name>Apache Portals Bridges 1.0.4</name>
+        <created>2007-12-28</created>
+        <revision>1.0.4</revision>
+      </Version>
+    </release>
+	<release>
+      <Version>
+        <name>Apache Portals Bridges Common 2.0</name>
+        <created>2010-04-18</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+	<release>
+      <Version>
+        <name>Apache Portals Bridges Velocity 2.0</name>
+        <created>2010-04-18</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+	<release>
+      <Version>
+        <name>Apache Portals Bridges Script 2.0</name>
+        <created>2011-09-19</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/portals"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/portals"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Portals PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:general@portals.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Propchange: portals/doap_portals.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: portals/doap_portals.rdf
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: portals/doap_portals.rdf
------------------------------------------------------------------------------
    svn:mime-type = text/plain