You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/04/19 12:09:09 UTC

svn commit: r1829529 - in /commons/cms-site/trunk: conf/component_releases.properties content/resources/.htaccess content/resources/geometry/ content/resources/geometry/download_geometry.html content/site.xml content/xdoc/index.xml.vm

Author: erans
Date: Thu Apr 19 12:09:09 2018
New Revision: 1829529

URL: http://svn.apache.org/viewvc?rev=1829529&view=rev
Log:
Setup for "Commons Geometry".

Added:
    commons/cms-site/trunk/content/resources/geometry/
    commons/cms-site/trunk/content/resources/geometry/download_geometry.html   (with props)
Modified:
    commons/cms-site/trunk/conf/component_releases.properties
    commons/cms-site/trunk/content/resources/.htaccess
    commons/cms-site/trunk/content/site.xml
    commons/cms-site/trunk/content/xdoc/index.xml.vm

Modified: commons/cms-site/trunk/conf/component_releases.properties
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/conf/component_releases.properties?rev=1829529&r1=1829528&r2=1829529&view=diff
==============================================================================
--- commons/cms-site/trunk/conf/component_releases.properties (original)
+++ commons/cms-site/trunk/conf/component_releases.properties Thu Apr 19 12:09:09 2018
@@ -38,6 +38,8 @@ fileuploadVersion=1.3.3
 fileuploadReleased=2017-06-13
 functorVersion=1.0
 functorReleased=2011-??-??
+geometryVersion=1.0
+geometryReleased=2018-??-??
 imagingVersion=0.97-incubator
 imagingReleased=2009-02-20
 ioVersion=2.6

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1829529&r1=1829528&r2=1829529&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Thu Apr 19 12:09:09 2018
@@ -46,6 +46,7 @@ Redirect /email /proper/commons-email
 Redirect /exec /proper/commons-exec
 Redirect /fileupload /proper/commons-fileupload
 Redirect /functor /proper/commons-functor
+Redirect /geometry /proper/commons-geometry
 Redirect /imaging /proper/commons-imaging
 Redirect /io /proper/commons-io
 Redirect /jci /proper/commons-jci

Added: commons/cms-site/trunk/content/resources/geometry/download_geometry.html
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/geometry/download_geometry.html?rev=1829529&view=auto
==============================================================================
--- commons/cms-site/trunk/content/resources/geometry/download_geometry.html (added)
+++ commons/cms-site/trunk/content/resources/geometry/download_geometry.html Thu Apr 19 12:09:09 2018
@@ -0,0 +1,5 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; url=/proper/commons-rng/download_geometry.cgi" />
+</head>
+</html>

Propchange: commons/cms-site/trunk/content/resources/geometry/download_geometry.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: commons/cms-site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1829529&r1=1829528&r2=1829529&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Thu Apr 19 12:09:09 2018
@@ -64,6 +64,7 @@
         <item name="Exec"                 href="/exec/" />
         <item name="FileUpload"           href="/fileupload/" />
         <item name="Functor"              href="/functor/" />
+        <item name="Geometry"             href="/geometry/" />
         <item name="Imaging (Sanselan)"   href="/imaging/" />
         <item name="IO"                   href="/io/" />
         <item name="JCI"                  href="/jci/" />

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=1829529&r1=1829528&r2=1829529&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Thu Apr 19 12:09:09 2018
@@ -149,6 +149,9 @@
         <tr><td><a href="proper/commons-functor/">Functor</a></td>
             <td>A functor is a function that can be manipulated as an object, or an object representing a single, generic function.</td>
             <td>${functorVersion}</td><td>${functorReleased}</td></tr>
+        <tr><td><a href="proper/commons-geometry/">Geometry</a></td>
+            <td>Space and coordinates.</td>
+            <td>${geometryVersion}</td><td>${geometryReleased}</td></tr>
         <tr><td><a href="proper/commons-imaging/">Imaging (previously called Sanselan)</a></td>
             <td> A pure-Java image library.</td>
             <td>${imagingVersion}</td><td>${imagingReleased}</td></tr>