Author: buildbot
Date: Fri Jun 22 10:22:03 2018
New Revision: 1031602
Log:
Staging update by buildbot for sis
Modified:
websites/staging/sis/trunk/content/ (props changed)
websites/staging/sis/trunk/content/source.html
Propchange: websites/staging/sis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 22 10:22:03 2018
@@ -1 +1 @@
-1834095
+1834097
Modified: websites/staging/sis/trunk/content/source.html
==============================================================================
--- websites/staging/sis/trunk/content/source.html (original)
+++ websites/staging/sis/trunk/content/source.html Fri Jun 22 10:22:03 2018
@@ -99,17 +99,15 @@
}
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 SIS source code is maintained using <a
href="http://git-scm.com">Git</a> version control.
-Additional data not included in SIS releases but recommended for leveraging
full SIS capabilities
-are maintained separately using <a
href="http://subversion.apache.org">Subversion</a> version control.
+Additional data not included in SIS releases are maintained separately using
<a href="http://subversion.apache.org">Subversion</a> version control.
+Those data include in particular the <a href="epsg.html">EPSG geodetic
dataset</a> and are subject to different licensing terms.
+The Git repository is <a href="https://github.com/apache/sis">mirrored on
GitHub</a> and the non-free data can be <a
href="http://svn.apache.org/viewvc/sis/data/non-free/">browsed online</a>.
For fetching the source code and those additional data, use the following
commands:</p>
<div class="codehilite"><pre>git clone https://gitbox.apache.org/repos/asf/sis
svn checkout https://svn.apache.org/repos/asf/sis/data/non-free/
</pre></div>
-<p>The above Git repository is <a
href="https://github.com/apache/sis">mirrored on GitHub</a>.
-The non-free data can be <a
href="http://svn.apache.org/viewvc/sis/data/non-free/">browsed online</a>.
-Those data include in particular the <a href="epsg.html">EPSG geodetic
dataset</a>.</p>
<p>The source code repository contains <code>geoapi-3.1</code> and
<code>geoapi-4.0</code> branches in addition of <code>master</code>.
The Apache SIS releases are created from the code on <code>master</code> only.
However the actual development occurs on the <code>geoapi-4.0</code> branch
before to be merged to <code>master</code>.