Author: desruisseaux
Date: Sat May 21 22:27:38 2016
New Revision: 1744996

URL: http://svn.apache.org/viewvc?rev=1744996&view=rev
Log:
Update web site home page with link to more information about EPSG.

Modified:
    sis/site/trunk/content/epsg.mdtext
    sis/site/trunk/content/index.mdtext
    sis/site/trunk/content/source.mdtext

Modified: sis/site/trunk/content/epsg.mdtext
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/epsg.mdtext?rev=1744996&r1=1744995&r2=1744996&view=diff
==============================================================================
--- sis/site/trunk/content/epsg.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/epsg.mdtext [UTF-8] Sat May 21 22:27:38 2016
@@ -41,7 +41,7 @@ are incompatible with Apache license. Th
     of the information provided that numeric equivalence is achieved.
   * No data that has been modified other than as permitted in these Terms of 
Use shall be attributed to the EPSG Dataset.
 
-In order to use the EPSG geodetic dataset with Apache SIS, there is the 
following possibilities:
+In order to use the EPSG geodetic dataset with Apache SIS, apply *one* of the 
following choices:
 
 [TOC]
 

Modified: sis/site/trunk/content/index.mdtext
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/index.mdtext?rev=1744996&r1=1744995&r2=1744996&view=diff
==============================================================================
--- sis/site/trunk/content/index.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/index.mdtext [UTF-8] Sat May 21 22:27:38 2016
@@ -27,7 +27,7 @@ The SIS referencing module enable the co
 along with the associated operations which enable the mathematical conversion 
of coordinates between different systems of reference.
 The SIS storage modules will provide a common approach to the reading and 
writing of grid coverages applicable to simple imagery as to many dimensional 
data structures.
 
-Some SIS features are:
+Some Apache SIS features are:
 
   * Geographic metadata (ISO 19115-1:2014)
     * Can be read from or written to ISO 19139 compliant XML documents.
@@ -35,15 +35,17 @@ Some SIS features are:
   * Referencing by coordinates (ISO 19111:2007)
     * Well Known Text (WKT) version 1 and 2 (ISO 19162:2015).
     * Geographic Markup Language (GML) version 3.2 (ISO 19136:2007).
-    * Mercator, Transverse Mercator, Lambert Conic Conformal and Polar 
stereographic map projections.
+    * [EPSG geodetic dataset][EPSG] for geodetic definitions and for 
coordinate operations.
+      See the list of [supported coordinate reference 
systems](tables/CoordinateReferenceSystems.html).
+    * Mercator, Transverse Mercator, Lambert Conic Conformal and stereographic 
map projections.
       See the list of [supported operation 
methods](tables/CoordinateOperationMethods.html).
 
 
-Using SIS    {#user}
---------------------
-SIS requires a Java 6 Runtime Environment.
-The latest release is 0.7, released May 2016.
-The version under development is 0.8-SNAPSHOT.
+Using Apache SIS    {#user}
+---------------------------
+The latest SIS release is 0.7, released May 2016.
+Apache SIS requires a Java 6 Runtime Environment.
+The EPSG geodetic dataset (optional but recommended) can be [installed 
separately](epsg.html).
 
   * [Downloads](downloads.html) as a `zip` files, or as Maven dependencies.
   * Developer guide ([English](book/en/developer-guide.html) | 
[French](book/fr/developer-guide.html)) — note that this is work in progress.
@@ -54,8 +56,9 @@ The version under development is 0.8-SNA
 
 
 
-SIS developer documentation    {#developer}
--------------------------------------------
+Apache SIS developer documentation    {#developer}
+--------------------------------------------------
+Following links are for those who wish to contribute to Apache SIS:
 
   * [New contributor](contributor.html): background knowledge.
   * [Source code](source.html): fetching the code, opening in an IDE, 
formatting.
@@ -67,7 +70,8 @@ SIS developer documentation    {#develop
   * [Web site management](site-management.html) (for release managers and site 
maintainers)
 
 
-[geoapi]: http://www.geoapi.org
+[geoapi]: http://www.geoapi.org/
+[EPSG]:   http://www.epsg.org/
 [wiki]:   http://cwiki.apache.org/confluence/display/SIS
 [JIRA]:   http://issues.apache.org/jira/browse/SIS
 [review]: http://reviews.apache.org/groups/sis

Modified: sis/site/trunk/content/source.mdtext
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/content/source.mdtext?rev=1744996&r1=1744995&r2=1744996&view=diff
==============================================================================
--- sis/site/trunk/content/source.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/source.mdtext [UTF-8] Sat May 21 22:27:38 2016
@@ -25,6 +25,7 @@ For fetching the source code, choose one
 
     :::bash
     svn checkout https://svn.apache.org/repos/asf/sis/trunk sis
+    svn cneckout https://svn.apache.org/repos/asf/sis/data/non-free
 
 [Git][git] (read-only mirror of Subversion repository):
 
@@ -32,6 +33,8 @@ For fetching the source code, choose one
     git clone git://git.apache.org/sis.git sis
 
 The above Git repository is mirrored on GitHub at 
[https://github.com/apache/sis](https://github.com/apache/sis).
+Note that the git repository does not include the non-free data (in particular 
the [EPSG geodetic dataset](epsg.html)).
+Those data are currently provided only on Subversion.
 
 The remaining of this page gives some guidelines about the way SIS source code 
is organized.
 


Reply via email to