You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2014/02/27 16:24:56 UTC

svn commit: r1572619 - in /sis/branches/JDK7: application/src/site/apt/ core/sis-build-helper/src/site/ core/sis-metadata/src/site/ core/sis-utility/src/site/ core/src/site/ core/src/site/apt/ src/site/ src/site/apt/ storage/sis-netcdf/src/site/ storag...

Author: desruisseaux
Date: Thu Feb 27 15:24:56 2014
New Revision: 1572619

URL: http://svn.apache.org/r1572619
Log:
Maven web site simplification: use a single site.xml configuration
for all modules, and remove API pages that we do not plan to maintain.

Removed:
    sis/branches/JDK7/application/src/site/apt/
    sis/branches/JDK7/core/sis-build-helper/src/site/site.xml
    sis/branches/JDK7/core/sis-metadata/src/site/site.xml
    sis/branches/JDK7/core/sis-utility/src/site/site.xml
    sis/branches/JDK7/core/src/site/apt/
    sis/branches/JDK7/core/src/site/site.xml
    sis/branches/JDK7/storage/sis-netcdf/src/site/site.xml
    sis/branches/JDK7/storage/sis-storage/src/site/site.xml
    sis/branches/JDK7/storage/src/site/apt/
    sis/branches/JDK7/storage/src/site/site.xml
Modified:
    sis/branches/JDK7/src/site/apt/index.apt
    sis/branches/JDK7/src/site/site.xml

Modified: sis/branches/JDK7/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/sis/branches/JDK7/src/site/apt/index.apt?rev=1572619&r1=1572618&r2=1572619&view=diff
==============================================================================
--- sis/branches/JDK7/src/site/apt/index.apt [UTF-8] (original)
+++ sis/branches/JDK7/src/site/apt/index.apt [UTF-8] Thu Feb 27 15:24:56 2014
@@ -43,14 +43,41 @@ The Apache SIS™ library
   The project home is {{http://sis.apache.org}}.
 
 
-* Documentation
+* Modules
 
-** User documentation
+  Maven-generated reports for SIS modules are available at the following locations:
 
-    * {{{./apidocs/index.html}Aggregated Javadoc}}
+  * Core
 
-    * Developer Guide (English - translation to be provided later) ({{{./book/fr.xhtml}Français}})
+    * {{{./sis-build-helper/index.html}Build helper}} — Maven Mojos and Javadoc taglets for SIS build.
 
+    * {{{./sis-utility/index.html}Utilities}} — simple data objects and miscellaneous utilities.
+
+    * {{{./sis-metadata/index.html}Metadata}} — metadata classes derived from ISO 19115.
+
+    * {{{./sis-referencing/index.html}Referencing}} — Coordinate Reference Systems (CRS), conversion and transformation services derived from ISO 19111.
+
+    * {{{./sis-feature/index.html}Features}} — Representations of geographic features.
+
+  * Storage
+
+    * {{{./sis-storage/index.html}Storage}} — Base classes to be implemented by various storage formats.
+
+    * {{{./sis-shapefile/index.html}Shapefile}} — Read and write files in the Shapefile format.
+
+    * {{{./sis-netcdf/index.html}NetCDF}} — Bridge between NetCDF Climate and Forecast (CF) convention and ISO 19115 metadata.
+
+  * Applications
+
+    * {{{./sis-webapp/index.html}Wep application}} — Web application.
+
+    * {{{./sis-console/index.html}Console application}} — Console application.
+
+  * Profiles
+
+    * {{{./sis-french-profile/index.html}French profile}} — Extensions to ISO-19115 metadata mandated by the French government.
+
+  []
 
   Apache SIS, Apache, the Apache feather logo, and the Apache SIS project logo are trademarks of
   The Apache Software Foundation.

Modified: sis/branches/JDK7/src/site/site.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK7/src/site/site.xml?rev=1572619&r1=1572618&r2=1572619&view=diff
==============================================================================
--- sis/branches/JDK7/src/site/site.xml (original)
+++ sis/branches/JDK7/src/site/site.xml Thu Feb 27 15:24:56 2014
@@ -36,51 +36,30 @@
   <body>
     <!--
         Links to appears just below the right banner.
-        Those links will be inherited by all modules;
-        they will not be repeated.
+        Those links will be inherited by all modules.
     -->
     <links>
-      <item name="Apache" href="http://www.apache.org"/>
-      <item name="SIS home" href="http://sis.apache.org"/>
+      <item name="Apache Software Foundation (ASF)" href="http://www.apache.org"/>
       <item name="Open Geospatial Consortium (OGC)" href="http://www.opengeospatial.org"/>
       <item name="GeoAPI" href="http://www.geoapi.org"/>
-      <item name="Javadoc" href="http://builds.apache.org/job/sis-jdk7/site/apidocs/index.html"/>
-      <!-- Absolute URL in order to point to the aggregated Javadoc instead than module Javadoc. -->
+      <item name="SIS home" href="http://sis.apache.org"/>
     </links>
 
     <!--
         Menus to appears on the left side of home page.
-        Those menus are NOT inherited - all modules must defines their own.
-        We proceeded that way because the content will vary: some modules
-        have FAQ sections, other not, etc.
     -->
-    <menu name="Quick links" inherit="none">
-      <item name="Aggregated Javadoc" href="apidocs/index.html"/>
-      <item name="Mailing list"       href="mail-lists.html"/>
-      <item name="Who we are"         href="team-list.html"/>
-      <item name="License"            href="license.html"/>
+    <menu name="Quick links">
+      <item name="Module Javadoc" href="apidocs/index.html"/>
+      <item name="Aggregated Javadoc" href="http://builds.apache.org/job/sis-jdk7/site/apidocs/index.html"/>
+      <!-- Absolute URL in order to point to the aggregated Javadoc instead than module Javadoc. -->
     </menu>
 
     <!--
-        List the modules ourselves instead of relying on <menu ref="modules"/> because we
-        want to list directly the modules producing the JAR files (we omit the sub-groups
-        like "core" and "application"), we do not want to list all modules  (e.g. we omit
-        sis-build-helper), and the links generated by maven-site-plugin do not match the
+        Do not list the modules because the links generated by maven-site-plugin do not match the
         directory layout created by Jenkins (http://issues.apache.org/jira/browse/SIS-112).
     -->
-    <menu name="Modules" inherit="none">
-      <item name="Utilities"      href="sis-utility/index.html"/>
-      <item name="Metadata"       href="sis-metadata/index.html"/>
-      <item name="Referencing"    href="sis-referencing/index.html"/>
-      <item name="Features"       href="sis-feature/index.html"/>
-      <item name="Storage"        href="sis-storage/index.html"/>
-      <item name="Shapefile"      href="sis-shapefile/index.html"/>
-      <item name="NetCDF"         href="sis-netcdf/index.html"/>
-      <item name="Web services"   href="sis-webapp/index.html"/>
-      <item name="Command line"   href="sis-console/index.html"/>
-      <item name="French profile" href="sis-french-profile/index.html"/>
-    </menu>
 
+    <menu ref="parent"/>  <!-- Replaced by a link to the parent. -->
     <menu ref="reports"/> <!-- Replaced by menus for any configured reports (mailing lists, etc.) -->
 
   </body>