Skip to content

Commit

Permalink
Major update of the Download section
Browse files Browse the repository at this point in the history
Fixes and improvements for Content and style. Add missing files and submenus.
  • Loading branch information
nbozon committed Mar 29, 2020
1 parent 6a6b16d commit 478363a
Show file tree
Hide file tree
Showing 10 changed files with 254 additions and 38 deletions.
30 changes: 30 additions & 0 deletions config.toml
Expand Up @@ -42,6 +42,36 @@ greyColorDark = "#A0A0A0"
weight = 1
name = "Download"
url = "/download"

[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS for Linux"
URL = "/download/linux"
weight = 1

[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS for Windows"
URL = "/download/windows"
weight = 2

[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS for Mac"
URL = "/download/mac"
weight = 3

[[Languages.en.menu.main]]
parent = "Download"
name = "Docker images"
URL = "/download/docker"
weight = 4

[[Languages.en.menu.main]]
parent = "Download"
name = "Sample data"
URL = "/download/data"
weight = 5

[[Languages.en.menu.main]]
weight = 2
Expand Down
38 changes: 38 additions & 0 deletions content/download/data.md
@@ -0,0 +1,38 @@
---
title: "Docker"
date: 2018-12-29T11:02:05+06:00
description: "Download sample data ready for GRASS GIS."
weight: 4
layout: "data"
---


#### Quick links

[ [**North Carolina dataset**](#NorthCarolinaDataset) | [**World dataset**](#WorldDataset) | [**Spearfish dataset**](#SpearFishDataset) ]

<div class="alert rounded-0 alert-default">
<i class="fa fa-arrow-right"></i> This section gathers sample datasets available as ready-to-use GRASS GIS <b>locations</b> and common GIS formats.
</div>

<hr>

### <a name="NorthCarolinaDataset"></a> North Carolina data set


<hr>


### <a name="WorldDataset"></a> World dataset


<hr>


### <a name="SpearFishDataset"></a> Spearfish dataset


<hr>



67 changes: 67 additions & 0 deletions content/download/docker.md
@@ -0,0 +1,67 @@
---
title: "Docker"
date: 2018-12-29T11:02:05+06:00
description: "Download GRASS GIS Docker images."
weight: 4
layout: "os"
---


#### Quick links

[ [**GRASS GIS 7.8.x (new stable)**](#GRASS-GIS-new-stable) | [**GRASS 7.6.x (old stable)**](#GRASS-GIS-old-stable) | [**GRASS 7.9.x (unstable)**](#GRASS-GIS-devel) ]

<div class="alert rounded-0 alert-default">
<i class="fa fa-arrow-right"></i> GRASS GIS <b>Docker images</b> provided and maintained by <a href="https://www.mundialis.de/en/" target="_blank">mundalis GmbH</a>.
</div>

<hr>

### <a name="GRASS-GIS-new-stable"></a> GRASS GIS 7.8.x (new stable)

<div class="alert rounded-0 alert-success">
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS releasebranch_7_8</b>. (<a href="(https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78 ">GRASS GIS 7.8.2 new features</a>)</div>

* [<i class="fa fa-download"></i> GRASS GIS 7.8 stable, Alpine based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 320 MB, with Python 3 and PDAL</small>)
<pre><code class=dockerfile">docker pull mundialis/grass-py3-pdal:stable-alpine</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.8 stable, Debian 10 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 1.2 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:stable-debian</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.8 stable, Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>release branch, grass78, 1.3 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:stable-ubuntu</code></pre>


<hr>


### <a name="GRASS-GIS-old-stable"></a> GRASS GIS 7.6.1 (old stable)

<div class="alert rounded-0 alert-warning">
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS releasebranch_7_6</b>. (<a href="(https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">GRASS GIS 7.6.1 new features</a>)
</div>

* [<i class="fa fa-download"></i> GRASS GIS 7.6 stable, Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-gis-stable) (<small style="display:inline-block;margin-bottom:1em;">old stable, grass76, 730 MB, with Python 2</small>)
<pre><code class=dockerfile">docker pull mundialis/grass-gis-stable</code></pre>


<hr>


### <a name="GRASS-GIS-devel"></a> GRASS GIS 7.9 devel (unstable)

<div class="alert rounded-0 alert-info">
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS master branch</b>. (... )
</div>

* [<i class="fa fa-download"></i> GRASS GIS 7.9 development, Ubuntu 18.04 based](https://hub.docker.com/r/neteler/grassgis7/) (<small>git master, grass79, 520 MB, with Python 3</small>)
<pre><code class=dockerfile">docker pull neteler/grassgis7</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.9 development, Alpine based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git master, grass79, 320 MB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:latest-alpine</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.9.x development Debian 10 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git master, grass79, 1.2 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:latest-debian</code></pre>

* [<i class="fa fa-download"></i> GRASS GIS 7.9.x development Ubuntu 18.04 based](https://hub.docker.com/r/mundialis/grass-py3-pdal) (<small>git master, grass79, 1.3 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull mundialis/grass-py3-pdal:latest-ubuntu</code></pre>
15 changes: 10 additions & 5 deletions content/download/linux.en.md
@@ -1,10 +1,11 @@
---
title: "Linux"
date: 2018-12-29T11:02:05+06:00
description: "Download GRASS GIS packages for your favorite distribution."
weight: 1
layout: "os"
---


#### Quick links

[ [**GRASS GIS 7.8.2 (new stable)**](#GRASS-GIS-new-stable) | [**GRASS 7.6.1 (old stable)**](#GRASS-GIS-old-stable) | [**GRASS 7.9 devel**](#GRASS-GIS-devel) ]
Expand All @@ -17,7 +18,8 @@ layout: "os"

### <a name="GRASS-GIS-new-stable"></a> GRASS GIS 7.8.2 (new stable)

<u>New stable release</u>, see [GRASS GIS 7.8.2 new features](https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78) and [GRASS GIS 7.8.2 announcement](https://trac.osgeo.org/grass/wiki/Release/7.8.2-News) for more information.
<div class="alert rounded-0 alert-success">
<i class="fa fa-info-circle"></i> <u>New stable release</u>, see <a href="(https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78 ">GRASS GIS 7.8.2 new features</a> and <a href="(https://trac.osgeo.org/grass/wiki/Release/7.8.2-News ">GRASS GIS 7.8.2 announcement</a> for more information.</div>

* [Generic 64bit](https://grass.osgeo.org/grass78/binary/linux/snapshot) (weekly binary snapshot)
* [Arch Linux](https://aur.archlinux.org/packages/grass/)
Expand All @@ -32,7 +34,9 @@ layout: "os"

### <a name="GRASS-GIS-old-stable"></a> GRASS GIS 7.6.1 (old stable)

<u>Old stable release</u>, see [GRASS GIS 7.6.1 new features](https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76) and [GRASS GIS 7.6.1 announcement](https://trac.osgeo.org/grass/wiki/Release/7.6.1-News) for more information.
<div class="alert rounded-0 alert-warning">
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">GRASS GIS 7.6.1 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.6.1-News">GRASS GIS 7.6.1 announcement</a> for more information.
</div>

* [Generic 64bit](https://grass.osgeo.org/grass78/binary/linux/snapshot) (weekly binary snapshot)
* [Arch Linux](https://aur.archlinux.org/packages/grass/)
Expand All @@ -47,7 +51,9 @@ layout: "os"

### <a name="GRASS-GIS-devel"></a> GRASS GIS 7.9 devel (unstable)

Active <u>development</u> and <u>experimental</u> GRASS GIS version.
<div class="alert rounded-0 alert-info">
<i class="fa fa-info-circle"></i> Active <u>development</u> and <u>experimental</u> <b>GRASS GIS</b> version.
</div>

* [Generic 64bit](https://grass.osgeo.org/grass79/binary/linux/snapshot/) (weekly binary snapshot)
* [Ubuntu ](https://launchpad.net/~grass/+archive/ubuntu/grass-devel) (ubuntugis-unstable)
Expand All @@ -65,4 +71,3 @@ sudo apt-get install grass-daily</code></pre>
The **GRASS GIS** source code is available on <a href="https://github.com/OSGeo/grass" target="_blank"><i class="fa fa-github"></i> Github</a>.

<pre><code class="git">$git clone https://github.com/OSGeo/grass</code></pre>

39 changes: 27 additions & 12 deletions content/download/mac.en.md
@@ -1,37 +1,52 @@
---
title: "Mac"
date: 2018-12-29T11:02:05+06:00
description: "Download bundled GRASS GIS binaries for your mac."
weight: 3
layout: "os"
---

#### Quick links

[ [**GRASS GIS 7.8.2 (new stable)**](#GRASS-GIS-new-stable) | [**GRASS 7.6.1 (old stable)**](#GRASS-GIS-old-stable) | [**GRASS 7.9 devel**](#GRASS-GIS-devel) ]

[ [GRASS 7.4](#GRASS-GIS-7.4-stable) | [GRASS 7.6](#GRASS-GIS-7.6-stable) | [GRASS 7.2 ](#GRASS-GIS-7.2-stable) | [GRASS 7.7 devel](#GRASS-GIS-7.7-devel) ]

<!--more-->
<div class="alert rounded-0 alert-default">
<i class="fa fa-arrow-right"></i> Find <b>GRASS GIS binaries</b> on the <a href="https://repology.org/project/grass/versions" target="_blank">GRASS GIS for Mac</a> and <a href="https://www.kyngchaos.com/software/grass/" target="_blank">Kyng Chaos</a> websites.
</div>

<hr>

<br>

### <a name="GRASS-GIS-new-stable"></a> GRASS GIS 7.8.2 (new stable)

### <a name="GRASS-GIS-7.4-stable"></a> GRASS GIS 7.4 stable
<div class="alert rounded-0 alert-danger">
<i class="fa fa-warning"></i> <b>GRASS GIS binaries</b> are not yet ready for GRASS GIS 7.8.x.
</div>

Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur. Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna, et dapibus turpis.
Coming soon.

<hr>

### <a name="GRASS-GIS-7.6-stable"></a> GRASS GIS 7.6 upcoming stable
### <a name="GRASS-GIS-7.6.1-stable"></a> GRASS GIS 7.6.1 (old stable)

Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur. Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna, et dapibus turpis.
<div class="alert rounded-0 alert-warning">
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">GRASS GIS 7.6.1 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.6.1-News">GRASS GIS 7.6.1 announcement</a> for more information.
</div>

<hr>
* [Download link...](https://...)

### <a name="GRASS-GIS-7.3-stable"></a> GRASS GIS 7.2 old stable

Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur. Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna, et dapibus turpis.

<hr>

### <a name="GRASS-GIS-7.7-deve"></a> GRASS GIS 7.7 devel
### <a name="GRASS-GIS-7.7-devel"></a> GRASS 7.9 dev (unstable)

<div class="alert rounded-0 alert-info">
<i class="fa fa-info-circle"></i> Active <u>development</u> and <u>experimental</u> <b>GRASS GIS</b> version.
</div>

Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur. Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna, et dapibus turpis.
* [Download link...](https://...)


<hr>
28 changes: 22 additions & 6 deletions content/download/windows.en.md
Expand Up @@ -10,16 +10,17 @@ layout: "os"
[ [**Standalone installers**](#standalone-installers) | [**OSGeo4Windows**](#OSGeo4Windows) ]

<div class="alert rounded-0 alert-default">
<i class="fa fa-arrow-right"></i> ...
</div>
<i class="fa fa-arrow-right"></i> Install GRASS GIS on Windows using a standalone installer or OSGeo4W. </div>

<hr>


### <a name="standalone-installers"></a> Standalone installers

#### <a name="GRASS-GIS-new-stable"></a> GRASS GIS 7.8.2 (new stable)

<u>New stable release</u>, see [GRASS GIS 7.8.2 new features](https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78) and [GRASS GIS 7.8.2 announcement](https://trac.osgeo.org/grass/wiki/Release/7.8.2-News) for more information.
<div class="alert rounded-0 alert-success">
<i class="fa fa-info-circle"></i> <u>New stable release</u>, see <a href="(https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78 ">GRASS GIS 7.8.2 new features</a> and <a href="(https://trac.osgeo.org/grass/wiki/Release/7.8.2-News ">GRASS GIS 7.8.2 announcement</a> for more information.</div>

* [<i class="fa fa-download"></i> Download 64bit](https://grass.osgeo.org/grass78/binary/mswindows/native/x86_64/WinGRASS-7.8.2-1-Setup-x86_64.exe)
* [<i class="fa fa-download"></i> Download 32bit](https://grass.osgeo.org/grass78/binary/mswindows/native/x86/WinGRASS-7.8.2-1-Setup-x86.exe)
Expand All @@ -28,7 +29,10 @@ layout: "os"

#### <a name="GRASS-GIS-old-stable"></a> GRASS GIS 7.6.1 (old stable)

<u>Old stable release</u>, see [GRASS GIS 7.6.1 new features](https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76) and [GRASS GIS 7.6.1 announcement](https://trac.osgeo.org/grass/wiki/Release/7.6.1-News) for more information.
<div class="alert rounded-0 alert-warning">
<i class="fa fa-info-circle"></i> <u>Old stable release</u>, see <a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">GRASS GIS 7.6.1 new features</a> and <a href="https://trac.osgeo.org/grass/wiki/Release/7.6.1-News">GRASS GIS 7.6.1 announcement</a> for more information.
</div>


* [<i class="fa fa-download"></i> Download 64bit](https://grass.osgeo.org/grass76/binary/mswindows/native/x86_64/WinGRASS-7.6.1-1-Setup-x86_64.exe)
* [<i class="fa fa-download"></i> Download 32bit](https://grass.osgeo.org/grass76/binary/mswindows/native/x86/WinGRASS-7.6.1-1-Setup-x86.exe)
Expand All @@ -37,11 +41,21 @@ layout: "os"

#### <a name="GRASS-GIS-devel"></a> GRASS GIS 7.9 devel (unstable)

Active <u>development</u> and <u>experimental</u> GRASS GIS version.
<div class="alert rounded-0 alert-info">
<i class="fa fa-info-circle"></i> Active <u>development</u> and <u>experimental</u> <b>GRASS GIS</b> version.
</div>



* [<i class="fa fa-download"></i> Download 64bit](https://wingrass.fsv.cvut.cz/grass79/x86_64e)
* [<i class="fa fa-download"></i> Download 32bit](https://wingrass.fsv.cvut.cz/grass79/x86)

<div class="alert rounded-0 alert-default">
<i class="fa fa-arrow-right"></i> GRASS GIS <b> dev version for Windows </b> hosted by <a href="http://geomatics.fsv.cvut.cz/research/geoforall" target="_blank">GeoForAll Lab at the CTU in Prague</a>.
</div>

<hr>


### <a name="standalone-installers"></a> OSGeo4W

Expand All @@ -50,6 +64,8 @@ Active <u>development</u> and <u>experimental</u> GRASS GIS version.

Run the downloaded installer as an administrator and select the **grass** (stable) or **grass-daily** (development) packages to install.

This can also be done using the command line, as shown below:
This can also be done with the command line, as shown below:

<pre><code class="shell">osgeo4w-setup-x86_64.exe -q -k -P grass -s ​http://download.osgeo.org/osgeo4w/x86_64/</code></pre>


Binary file added static/images/grass-Docker.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/grass-SampleData.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions themes/grass/layouts/download/data.html
@@ -0,0 +1,42 @@
{{ partial "head.html" . }}

{{ "<!-- navigation -->" | safeHTML }}
<header class="shadow-bottom position-relative">
<div class="container">
{{ partial "navigation.html" . }}
</div>
</header>
{{ "<!-- /navigation -->" | safeHTML }}

<!-- page title -->
<section class="section bg-lgr">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h1 class="grass-green cap">{{.Section}}</h1>
</div>
</div>
</div>
</section>
<section class="bg-white pb-0">
{{ partial "breadcrumb.html" . }}
</section>

<!-- details page -->
<section class="single section bg-gray pb-0">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="p-5 bg-white">
<img src="{{.Site.BaseURL}}/images/grass-SampleData.jpg" class="pull-right">
<h2 class="page-title">GRASS GIS sample data</h2>
{{ .Content }}
</div>
</div>
</div>
</div>
</section>

<!-- /details page -->

{{ partial "footer.html" . }}

0 comments on commit 478363a

Please sign in to comment.