Author: buildbot
Date: Fri Jun 22 10:14:23 2018
New Revision: 1031600
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:14:23 2018
@@ -1 +1 @@
-1834088
+1834094
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:14:23 2018
@@ -99,20 +99,23 @@
}
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.
-For fetching the source code, use the following commands:</p>
+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.
+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 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 repository.</p>
+<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>.
Those branches exist in order to experiment early new API and technologies â
since it may impact
-the library design â while keeping the releases compatible with officially
released environments.</p>
-<p>The remaining of this page gives some guidelines about the way SIS source
code is organized.</p>
+the library design â while keeping the releases compatible with officially
released environments.
+The remaining of this page gives some guidelines about the way SIS source code
is organized.</p>
<div class="toc">
<ul>
<li><a href="#development">Development branches</a><ul>
@@ -123,6 +126,7 @@ the library design â while keeping
<li><a href="#behavior">Behavioral differences</a></li>
</ul>
</li>
+<li><a href="#history">History</a></li>
</ul>
</li>
<li><a href="#ide">Opening Apache SIS in an IDE</a><ul>
@@ -198,6 +202,11 @@ whether the MBeans documented in the <co
<li>If <code>op</code> is an instance of <code>PassThroughOperation</code>,
then the <code>if (op instanceof SingleOperation)</code> expression
evaluates to <code>true</code> on master but to <code>false</code> on SIS
development branches.</li>
</ul>
+<h2 id="history">History<a class="headerlink" href="#history" title="Permanent
link">¶</a></h2>
+<p>All developments and tags prior Apache SIS 1.0 were done on a <a
href="http://subversion.apache.org">Subversion</a> repository
+and can be <a href="http://svn.apache.org/viewvc/sis/">browsed online</a>.
+Tags for Apache SIS versions 0.1 to 0.8 should be fetched from the <a
href="https://svn.apache.org/repos/asf/sis/tags/">SVN repository</a>.
+The development branches on that repository were named <code>JDK8</code>,
<code>JDK7</code>, <code>JDK6</code> and <code>trunk</code>.</p>
<h1 id="ide">Opening Apache SIS in an IDE<a class="headerlink" href="#ide"
title="Permanent link">¶</a></h1>
<p>Different SIS branches are available depending on the GeoAPI versions.
The alternatives are listed in <a href="#development">above section</a>.