Author: buildbot
Date: Sat May 21 22:27:44 2016
New Revision: 988843
Log:
Staging update by buildbot for sis
Modified:
websites/staging/sis/trunk/content/ (props changed)
websites/staging/sis/trunk/content/epsg.html
websites/staging/sis/trunk/content/index.html
websites/staging/sis/trunk/content/source.html
Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 21 22:27:44 2016
@@ -1 +1 @@
-1744995
+1744996
Modified: websites/staging/sis/trunk/content/epsg.html
==============================================================================
--- websites/staging/sis/trunk/content/epsg.html (original)
+++ websites/staging/sis/trunk/content/epsg.html Sat May 21 22:27:44 2016
@@ -115,7 +115,7 @@ are incompatible with Apache license. Th
of the information provided that numeric equivalence is achieved.</li>
<li>No data that has been modified other than as permitted in these Terms of
Use shall be attributed to the EPSG Dataset.</li>
</ul>
-<p>In order to use the EPSG geodetic dataset with Apache SIS, there is the
following possibilities:</p>
+<p>In order to use the EPSG geodetic dataset with Apache SIS, apply
<em>one</em> of the following choices:</p>
<div class="toc">
<ul>
<li><a href="#command-line">Install a local copy with command-line
tool</a></li>
Modified: websites/staging/sis/trunk/content/index.html
==============================================================================
--- websites/staging/sis/trunk/content/index.html (original)
+++ websites/staging/sis/trunk/content/index.html Sat May 21 22:27:44 2016
@@ -95,13 +95,13 @@
h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
<p>Apache Spatial Information System (SIS) is a free software, Java language
library for developing geospatial applications.
SIS enables better representation of coordinates for searching, data
clustering, archiving, or other relevant spatial needs.
-The library is an implementation of <a href="http://www.geoapi.org">GeoAPI
3.0</a> interfaces and can be used for desktop or server applications.</p>
+The library is an implementation of <a href="http://www.geoapi.org/">GeoAPI
3.0</a> interfaces and can be used for desktop or server applications.</p>
<p>SIS provides data structures for geographic data and associated metadata
along with methods to manipulate those data structures.
The SIS metadata module forms the base of the library and enables the creation
of metadata objects which comply with the model of international standards.
The SIS referencing module enable the construction of geodetic data structures
for geospatial referencing such as axis, projection and coordinate reference
system definitions,
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.</p>
-<p>Some SIS features are:</p>
+<p>Some Apache SIS features are:</p>
<ul>
<li>Geographic metadata (ISO 19115-1:2014)<ul>
<li>Can be read from or written to ISO 19139 compliant XML documents.</li>
@@ -111,15 +111,17 @@ The SIS storage modules will provide a c
<li>Referencing by coordinates (ISO 19111:2007)<ul>
<li>Well Known Text (WKT) version 1 and 2 (ISO 19162:2015).</li>
<li>Geographic Markup Language (GML) version 3.2 (ISO 19136:2007).</li>
-<li>Mercator, Transverse Mercator, Lambert Conic Conformal and Polar
stereographic map projections.
+<li><a href="http://www.epsg.org/">EPSG geodetic dataset</a> for geodetic
definitions and for coordinate operations.
+ See the list of <a href="tables/CoordinateReferenceSystems.html">supported
coordinate reference systems</a>.</li>
+<li>Mercator, Transverse Mercator, Lambert Conic Conformal and stereographic
map projections.
See the list of <a href="tables/CoordinateOperationMethods.html">supported
operation methods</a>.</li>
</ul>
</li>
</ul>
-<h2 id="user">Using SIS<a class="headerlink" href="#user" title="Permanent
link">¶</a></h2>
-<p>SIS requires a Java 6 Runtime Environment.
-The latest release is 0.7, released May 2016.
-The version under development is 0.8-SNAPSHOT.</p>
+<h2 id="user">Using Apache SIS<a class="headerlink" href="#user"
title="Permanent link">¶</a></h2>
+<p>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 <a
href="epsg.html">installed separately</a>.</p>
<ul>
<li><a href="downloads.html">Downloads</a> as a <code>zip</code> files, or as
Maven dependencies.</li>
<li>Developer guide (<a href="book/en/developer-guide.html">English</a> | <a
href="book/fr/developer-guide.html">French</a>) â note that this is work in
progress.</li>
@@ -128,7 +130,8 @@ The version under development is 0.8-SNA
<li><a href="http://cwiki.apache.org/confluence/display/SIS">SIS Wiki</a> for
"drawing board" and roadmap.</li>
<li><a href="code-patterns.html">Recommended code patterns</a> for writing
more robust applications.</li>
</ul>
-<h2 id="developer">SIS developer documentation<a class="headerlink"
href="#developer" title="Permanent link">¶</a></h2>
+<h2 id="developer">Apache SIS developer documentation<a class="headerlink"
href="#developer" title="Permanent link">¶</a></h2>
+<p>Following links are for those who wish to contribute to Apache SIS:</p>
<ul>
<li><a href="contributor.html">New contributor</a>: background knowledge.</li>
<li><a href="source.html">Source code</a>: fetching the code, opening in an
IDE, formatting.</li>
Modified: websites/staging/sis/trunk/content/source.html
==============================================================================
--- websites/staging/sis/trunk/content/source.html (original)
+++ websites/staging/sis/trunk/content/source.html Sat May 21 22:27:44 2016
@@ -98,6 +98,7 @@ For browsing the source code on-line, se
For fetching the source code, choose one of the following commands:</p>
<p><a href="http://subversion.apache.org">Subversion</a>:</p>
<div class="codehilite"><pre>svn checkout
https://svn.apache.org/repos/asf/sis/trunk sis
+svn cneckout https://svn.apache.org/repos/asf/sis/data/non-free
</pre></div>
@@ -106,7 +107,9 @@ For fetching the source code, choose one
</pre></div>
-<p>The above Git repository is mirrored on GitHub at <a
href="https://github.com/apache/sis">https://github.com/apache/sis</a>.</p>
+<p>The above Git repository is mirrored on GitHub at <a
href="https://github.com/apache/sis">https://github.com/apache/sis</a>.
+Note that the git repository does not include the non-free data (in particular
the <a href="epsg.html">EPSG geodetic dataset</a>).
+Those data are currently provided only on Subversion.</p>
<p>The remaining of this page gives some guidelines about the way SIS source
code is organized.</p>
<div class="toc">
<ul>