You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2012/11/25 18:00:06 UTC

svn commit: r1413372 - /roller/trunk/doap_roller.rdf

Author: snoopdave
Date: Sun Nov 25 17:00:05 2012
New Revision: 1413372

URL: http://svn.apache.org/viewvc?rev=1413372&view=rev
Log:
Updated DOAP file from Shane Curcuru: thanks!
https://issues.apache.org/jira/browse/ROL-1941

Modified:
    roller/trunk/doap_roller.rdf

Modified: roller/trunk/doap_roller.rdf
URL: http://svn.apache.org/viewvc/roller/trunk/doap_roller.rdf?rev=1413372&r1=1413371&r2=1413372&view=diff
==============================================================================
--- roller/trunk/doap_roller.rdf (original)
+++ roller/trunk/doap_roller.rdf Sun Nov 25 17:00:05 2012
@@ -3,28 +3,55 @@
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#" 
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
-	 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
          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.
-
-  =======================================================================
+    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://roller.rdf.apache.org/">
-    <created>2006-03-19</created>
+  <Project rdf:about="http://roller.apache.org/">
+    <created>2012-04-03</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Roller</name>
-    <homepage rdf:resource="http://rollerweblogger.org/" />
+    <homepage rdf:resource="http://roller.apache.org/" />
     <asfext:pmc rdf:resource="http://roller.apache.org" />
-    <description>Roller is the open source blog server that drives Sun Microsystem's blogs.sun.com employee blogging site, internal blogs at IBM, the Javalobby's JRoller Java community site, and hundreds of other sites. If you want to set up a blog server for yourself or for several thousand of your closest friends, then Roller is the perfect choice.</description>
-    <bug-database rdf:resource="http://opensource2.atlassian.com/projects/roller/" />
-    <mailing-list rdf:resource="http://mail-archives.apache.org/mod_mbox/roller-dev/" />
+    <shortdesc>Apache Roller is a full-featured, multi-user and group-blog server suitable for blog sites large and small.</shortdesc>
+    <description>Roller is a Java web application that should be able to run on any Java EE server and any relational database. Currently, Roller is best supported on Tomcat and MySQL -- but users have reported success running Roller on Glassfish, Websphere, JBoss, Resin, Geronimo, Derby, PostgresSQL, Oracle, etc.)
+
+Here are some of Roller's key features:
+
+-    Multi-user blogging: can support tens of thousands of users and blogs
+-    Group blogging with three permisson levels (editor, author and limited)
+-    Support for comment moderation and comment spam prevention measures
+-    Bloggers have complete control over blog layout/style via templates
+-    Built-in search engine indexes weblog entry content
+-    Pluggable cache and rendering system
+-    Support for blog clients that support MetaWeblog API
+-    All blogs have entry and comment feeds in both RSS 2.0 and Atom 1.0 formats</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ROL" />
+    <mailing-list rdf:resource="https://cwiki.apache.org/confluence/display/ROLLER/How+to+ask+for+help" />
+    <download-page rdf:resource="http://roller.apache.org/downloads.html" />
     <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="http://projects.apache.org/category/content" />
+    <release>
+      <Version>
+        <name>Current - 5.x</name>
+        <created>2012-06-24</created>
+        <revision>5.0.1</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
         <location rdf:resource="https://svn.apache.org/repos/asf/roller/"/>
@@ -33,9 +60,11 @@
     </repository>
     <maintainer>
       <foaf:Person>
-        <foaf:name>David Johnson</foaf:name>
-          <foaf:mbox rdf:resource="mailto:dave.johnson@rollerweblogger.org"/>
+        <foaf:name>Apache Roller PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@roller.apache.org"/>
       </foaf:Person>
     </maintainer>
   </Project>
 </rdf:RDF>
+
+</rdf:RDF>