Author: erans
Date: Tue Jan 23 13:02:02 2018
New Revision: 1821998

URL: http://svn.apache.org/viewvc?rev=1821998&view=rev
Log:
Site info for new component "Commons Statistics".

Added:
    commons/cms-site/trunk/doap/doap_statistics.rdf   (with props)
Modified:
    commons/cms-site/trunk/content/site.xml
    commons/cms-site/trunk/content/xdoc/components.xml
    commons/cms-site/trunk/content/xdoc/downloads/index.xml
    commons/cms-site/trunk/content/xdoc/index.xml.vm

Modified: commons/cms-site/trunk/content/site.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1821998&r1=1821997&r2=1821998&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Tue Jan 23 13:02:02 2018
@@ -81,6 +81,7 @@
         <item name="Proxy"                href="/proxy/" />
         <item name="RNG"                  href="/rng/" />
         <item name="SCXML"                href="/scxml/" />
+        <item name="Statistics"           href="/statistics/" />
         <item name="Text"                 href="/text/" />
         <item name="Validator"            href="/validator/" />
         <item name="VFS"                  href="/vfs/" />

Modified: commons/cms-site/trunk/content/xdoc/components.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1821998&r1=1821997&r2=1821998&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/components.xml (original)
+++ commons/cms-site/trunk/content/xdoc/components.xml Tue Jan 23 13:02:02 2018
@@ -109,7 +109,9 @@
             <td>Implementations of random numbers generators.</td></tr>
         <tr><td><a href="scxml/">SCXML</a></td>
             <td>An implementation of the State Chart XML specification aimed 
at creating and maintaining a Java SCXML engine. It is capable of executing a 
state machine defined using a SCXML document, and abstracts out the environment 
interfaces.</td></tr>
-       <tr><td><a href="text/">Text</a></td>
+        <tr><td><a href="statistics/">Statistics</a></td>
+            <td>Statistics.</td></tr>
+        <tr><td><a href="text/">Text</a></td>
             <td>Apache Commons Text is a library focused on algorithms working 
on strings.</td></tr>
         <tr><td><a href="validator/">Validator</a></td>
             <td>Framework to define validators and validation rules in an xml 
file.</td></tr>

Modified: commons/cms-site/trunk/content/xdoc/downloads/index.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/downloads/index.xml?rev=1821998&r1=1821997&r2=1821998&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/downloads/index.xml (original)
+++ commons/cms-site/trunk/content/xdoc/downloads/index.xml Tue Jan 23 13:02:02 
2018
@@ -83,6 +83,7 @@
           <li><a href="/proper/commons-proxy/download_proxy.cgi">Proxy</a></li>
           <li><a href="/proper/commons-imaging/download_sanselan.cgi">Sanselan 
(see Imaging)</a></li>
           <li><a href="/proper/commons-scxml/download_scxml.cgi">SCXML</a></li>
+          <li><a 
href="/proper/commons-statistics/download_statistics.cgi">Statistics</a></li>
           <li><a 
href="/proper/commons-validator/download_validator.cgi">Validator</a></li>
           <li><a href="/proper/commons-vfs/download_vfs.cgi">VFS</a></li>
         </ul>

Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1821998&r1=1821997&r2=1821998&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Tue Jan 23 13:02:02 2018
@@ -202,6 +202,9 @@
             <td>${rngVersion}</td><td>${rngReleased}</td></tr>
         <tr><td><a href="proper/commons-scxml/">SCXML</a></td>
             <td>An implementation of the State Chart XML specification aimed 
at creating and maintaining a Java SCXML engine.<br/>It is capable of executing 
a state machine defined using a SCXML document, and abstracts out the 
environment interfaces.</td>
+        <tr><td><a href="proper/commons-statistics/">Statistics</a></td>
+            <td>Statistics.</td>
+            <td>${statisticsVersion}</td><td>${statisticsReleased}</td></tr>
             <td>${scxmlVersion}</td><td>${scxmlReleased}</td></tr>
         <tr><td><a href="proper/commons-text/">Text</a></td>
             <td>Apache Commons Text is a library focused on algorithms working 
on strings.</td>

Added: commons/cms-site/trunk/doap/doap_statistics.rdf
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/doap/doap_statistics.rdf?rev=1821998&view=auto
==============================================================================
--- commons/cms-site/trunk/doap/doap_statistics.rdf (added)
+++ commons/cms-site/trunk/doap/doap_statistics.rdf Tue Jan 23 13:02:02 2018
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+
+<!--
+   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.
+  -->
+
+<rdf:RDF 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:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:doap="http://usefulinc.com/ns/doap#";
+         xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/statistics/";>
+    <name>Apache Commons Statistics</name>
+    <homepage rdf:resource="http://commons.apache.org/statistics/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database 
rdf:resource="http://issues.apache.org/jira/browse/STATISTICS"/>
+    <download-page 
rdf:resource="http://commons.apache.org/statistics/download_statistics.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Apache Commons Statistics</shortdesc>
+    <description xml:lang="en">Statistics.</description>
+    <repository>
+      <GitRepository>
+        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=commons-statistics.git"/>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/commons-statistics.git"/>
+      </GitRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-statistics</name>
+        <created>2018-01-03</created>
+        <revision>0.1</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Propchange: commons/cms-site/trunk/doap/doap_statistics.rdf
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to