Author: desruisseaux
Date: Fri Jun 22 10:21:57 2018
New Revision: 1834097
URL: http://svn.apache.org/viewvc?rev=1834097&view=rev
Log:
Reword introduction paragraph.
Modified:
sis/site/trunk/content/source.mdtext
Modified: sis/site/trunk/content/source.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/source.mdtext?rev=1834097&r1=1834096&r2=1834097&view=diff
==============================================================================
--- sis/site/trunk/content/source.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/source.mdtext [UTF-8] Fri Jun 22 10:21:57 2018
@@ -18,18 +18,15 @@ Notice: Licensed to the Apache Software
Apache SIS source code is maintained using [Git][git] version control.
-Additional data not included in SIS releases but recommended for leveraging
full SIS capabilities
-are maintained separately using [Subversion][subversion] version control.
+Additional data not included in SIS releases are maintained separately using
[Subversion][subversion] version control.
+Those data include in particular the [EPSG geodetic dataset](epsg.html) and
are subject to different licensing terms.
+The Git repository is [mirrored on GitHub][github-sis] and the non-free data
can be [browsed online][viewvc-non-free].
For fetching the source code and those additional data, use the following
commands:
:::bash
git clone https://gitbox.apache.org/repos/asf/sis
svn checkout https://svn.apache.org/repos/asf/sis/data/non-free/
-The above Git repository is [mirrored on GitHub][github-sis].
-The non-free data can be [browsed online][viewvc-non-free].
-Those data include in particular the [EPSG geodetic dataset](epsg.html).
-
The source code repository contains `geoapi-3.1` and `geoapi-4.0` branches in
addition of `master`.
The Apache SIS releases are created from the code on `master` only.
However the actual development occurs on the `geoapi-4.0` branch before to be
merged to `master`.