Skip to content

Commit 188fe9e

Browse files
committed
release 3.0
1 parent d954b08 commit 188fe9e

File tree

6 files changed

+61
-14
lines changed

6 files changed

+61
-14
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ description: "GeoNode is a web-based application and platform for developing geo
33
markdown: kramdown
44
permalink: /:categories/:year/:month/:day/:title/
55
# Development
6-
#baseurl:
6+
#baseurl:
77
#url: http://localhost:8000
88
#destination: /var/www
99
# GitHub Pages
1010
#baseurl:
1111
#url: http://geonode.github.com
1212
#destination: _site
1313
# Production
14-
baseurl:
14+
baseurl:
1515
url: http://geonode.org
1616
destination: _site
1717

@@ -40,7 +40,7 @@ ga:
4040
code: "UA-38570723-1"
4141

4242
extbase:
43-
docs: "https://docs.geonode.org/en/2.10/"
43+
docs: "https://docs.geonode.org/en/3.0/"
4444

4545

4646
dns_prefetch: ['//www.google-analytics.com', '//fonts.googleapis.com']

_includes/important_links.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ <h2>Get Started Now</h2>
1111
<div class="num">1</div>
1212
<h6>Installation Guides</h6>
1313
<span class="links">
14-
<p><a href='http://docs.geonode.org/en/2.10/start/index.html#quick-installation-guide'>Quick Installation Guide</a></p>
15-
<p><a href='http://docs.geonode.org/en/2.10/install/'>Full Installation Guide</a></p>
14+
<p><a href='http://docs.geonode.org/en/3.0/start/index.html#quick-installation-guide'>Quick Installation Guide</a></p>
15+
<p><a href='http://docs.geonode.org/en/3.0/install/'>Full Installation Guide</a></p>
1616
</span>
1717
</li>
1818
<li class="last col-md-4">
1919
<div class="num">2</div>
2020
<h6>Import data</h6>
2121
<span class="links">
22-
<p><a href='http://docs.geonode.org/en/2.10/usage/index.html'>Read the Users Guide</a></p>
23-
<p><a href='http://docs.geonode.org/en/2.10/admin/index.html'>Read the Admins Guide</a></p>
24-
<p><a href="http://docs.geonode.org/en/2.10/devel/index.html"> Read the developer installation docs for a detailed step by step guide</a></p>
22+
<p><a href='http://docs.geonode.org/en/3.0/usage/index.html'>Read the Users Guide</a></p>
23+
<p><a href='http://docs.geonode.org/en/3.0/admin/index.html'>Read the Admins Guide</a></p>
24+
<p><a href="http://docs.geonode.org/en/3.0/devel/index.html"> Read the developer installation docs for a detailed step by step guide</a></p>
2525
</span>
2626
</li>
2727
</ul>
@@ -31,7 +31,7 @@ <h6>Import data</h6>
3131
<div class="col-md-6">
3232
<div class="col-md-12">
3333
<i class="fa fa-print fa-5x col-md-2"></i>
34-
<a class="col-md-10" href="http://docs.geonode.org/en/2.10/index.html" target="_blank">
34+
<a class="col-md-10" href="http://docs.geonode.org/en/3.0/index.html" target="_blank">
3535
<article class="documentation">
3636
<h3>Documentation</h3>
3737
<p>Guides for users, developers, and administrators</p>

admin_features.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: base
33
title: Dev Features - GeoNode
44
body_class: "geonode-features admin-features"
5-
---
5+
---
66
<section class="banner">
77
<div class="container">
88
<div class="row">
@@ -12,7 +12,7 @@ <h1>
1212
<span>Learn more about the administrative features of <strong>GeoNode</strong></span>
1313
</h1>
1414
<div class="">
15-
<a href="http://docs.geonode.org/en/2.10/admin/index.html" class="btn btn-success" target="_blank">Follow the <strong>Administrators Workshop</strong></a>
15+
<a href="http://docs.geonode.org/en/3.0/admin/index.html" class="btn btn-success" target="_blank">Follow the <strong>Administrators Workshop</strong></a>
1616
</div>
1717

1818
</div>
@@ -81,7 +81,7 @@ <h2>Security</strong></h2>
8181
<h4>A framework for securing your users' data</h4>
8282
<div>
8383
<p>GeoNode builds on Django's authentication framework and integrates with GeoServer's security subsystem. Permissions can be applied to layers and maps and can be used to assign read, write, and edit permissions to them. Data can be freely open to the public or accessible only by authorized users.</p>
84-
<p>External services for authentication are available such as oAuth and LDAP, as well as through social platforms like Facebook, Twitter, and Google+.
84+
<p>External services for authentication are available such as oAuth and LDAP, as well as through social platforms like Facebook, Twitter, and Google+.
8585
</p>
8686
<ul class="unstyled">
8787
<li>Layer and map object permissions</li>
@@ -105,7 +105,7 @@ <h4>Designed for reliability under all load conditions</h4>
105105
<div>
106106
<p>GeoNode's web components are based on Django, used on some of the highest traffic sites on the web. Caching can be implemented at several levels including at the page and layer level. </p>
107107
<p>Additionally GeoNode leverages GeoWebCache to cache map tiles dramatically improving performance for your users and making it possible to run high-traffic sites with minimal demands on your infrastructure.</p>
108-
<p>GeoNode can also be deployed to cloud based services such as Amazon Web Services (AWS) or OpenShift, making scalability on those platforms automatic and frictionless.
108+
<p>GeoNode can also be deployed to cloud based services such as Amazon Web Services (AWS) or OpenShift, making scalability on those platforms automatic and frictionless.
109109
</p>
110110
<ul class="unstyled">
111111
<li>Cache map tiles locally or to a content delivery network (CDN)</li>
@@ -132,7 +132,7 @@ <h4>Designed for reliability under all load conditions</h4>
132132
<h2>Administration Console</strong></h2>
133133
<h4>Leverage the Django Administration Console</h4>
134134
<div>
135-
<p>GeoNode provides a customized version of the default Django Administration and Management Console which provides an interface for viewing the entire set of modules and data that make up a GeoNode instance and to perform bulk operations. The console can also be used to do basic usage monitoring and to monitor user-provided content.
135+
<p>GeoNode provides a customized version of the default Django Administration and Management Console which provides an interface for viewing the entire set of modules and data that make up a GeoNode instance and to perform bulk operations. The console can also be used to do basic usage monitoring and to monitor user-provided content.
136136
</p>
137137
<ul class="unstyled">
138138
<li>Metadata editing</li>
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: base
3+
category: blog
4+
title: GeoNode 2.10.4 & 3.0 are out!
5+
---
6+
<section class="feature-detail">
7+
<div class="container">
8+
<div class="row">
9+
<div class="span7">
10+
<a href="https://summit.geonode.org"><h2>{{ page.title }}</h2></a>
11+
<article class="article1"><br>
12+
<img src="/static/img/py3.png" style="height: 170px; margin-bottom: 40px; margin-top: 20px; margin-left: 60px" alt="geonode and python3"/>
13+
14+
<p><b>This Post is gonna kick things off by summarizing the latest releases 2.10.4 and GeoNode 3.</b></p>
15+
16+
<p>Yeah, you understood correctly, there is a new major version out now. However, let's start at the beginning.<br><br>
17+
With the life of Python 2.7 ending in 2020 — it is a matter of course: GeoNode needing an overhaul for python 3 compatibilities.<br><br>
18+
To stick with clarity and precision, the development team has decided to give the new child a name as major version: GeoNode 3 was born!</p>
19+
20+
<p>Alongside a lot of helping hands inside our community, two major contributors took the challenge in doing the main work on the Code Base of GeoNode 3.
21+
Namly Geosolutions (Italy) and Catalyst (New Zealand). The ladder being a relatively new contributor — concerning our community, and we'd love to see more
22+
contributions!</p>
23+
24+
<div style="border-top: 1px dotted #1177A2; border-bottom: 1px dotted #1177A2; padding: 15px; margin-bottom: 40px;margin-top: 30px; background: #1177A2; color:#fff">
25+
<b>To rule out any misunderstandings:</b><br><br>
26+
Whenever you see GeoNode 2.x make sure your Virtualenv uses Python 2.7.<br>
27+
In case you see a shining 3 at the end of GeoNode — you better check your Python Version to be 3.7.
28+
</div>
29+
30+
<h3>New Features</h3>
31+
<p>Next to Python 3, here’s one more shot:</p>
32+
<p style="padding-bottom: 60px">Both releases fix several <i>minor</i>, <i>major</i> and <i>security</i> issues.<br>
33+
Thanks to GeoSolutions again, both Versions are now containing a great new feature called <span style="font-weight: bold; color: #1177A2">Geo Limits</span>, which limits Layer visibility based on an overlapping polygon.<br><br>
34+
<img src="/static/img/geolimits.png" style="width: 300px; margin-bottom: 10px;margin-top: 10px;-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);" alt="geonode and python3"/><br><br>
35+
Further, the <span style="font-weight: bold; color: #1177A2">Backup-restore module</span> has been undertaken a full-on rework!<br><br>
36+
For all other great features added, do not miss to read both — the release note for <a href="https://github.com/GeoNode/geonode/releases/tag/2.10.4">GeoNode 2.10.4</a> and <a href="https://github.com/GeoNode/geonode/releases/tag/3.0">GeoNode 3!</a><br><br>
37+
Last but not least in case you're planning a manual install of version 3, be sure to visit the updated <a href="https://docs.geonode.org/en/master/">docs</a>. You can report any issues or feature requests at our <a href="https://github.com/GeoNode/geonode/issues">Issue Tracker @ Github</a>.
38+
<br><br>
39+
Stay healthy & happy GeoNod'ing!
40+
</p>
41+
42+
</article>
43+
</div>
44+
</div>
45+
</div>
46+
</section>
47+
{% include footer.html %}

static/img/geolimits.png

118 KB
Loading

static/img/py3.png

18.5 KB
Loading

0 commit comments

Comments
 (0)