Skip to content

Commit 41f7a09

Browse files
author
afabiani
committed
[#79] geonode.org bugs, content and visual representation.
1 parent f41cce2 commit 41f7a09

13 files changed

+86
-15
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ga:
4040
code: "UA-38570723-1"
4141

4242
extbase:
43-
docs: "http://docs.geonode.org/en/master/"
43+
docs: "http://docs.geonode.org/en/2.10.x/"
4444

4545

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

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<li><a href="{{ site.baseurl }}/user_features">For Users</a></li>
1414
<li><a href="{{ site.baseurl }}/dev_features">For Developers</a></li>
1515
<li><a href="{{ site.baseurl }}/admin_features">For Admins</a></li>
16-
<li><a href="http://docs.geonode.org/en/master/usage/index.html/">Workshops</a></li>
16+
<li><a href="http://docs.geonode.org/en/2.10.x/usage/index.html">Workshops</a></li>
1717
<li><a href="{{ site.baseurl }}/communication/">Communication</a></li>
1818
<li><a href="{{ site.baseurl }}/faqs">FAQs</a></li>
1919
<li><a href="{{ site.baseurl }}/gallery/">Sites Gallery</a></li>
@@ -29,7 +29,7 @@
2929
<div class="pull-right">
3030
<a href="{{ site.baseurl }}/gallery" class="btn btn-success">Gallery</a>
3131
<a href="{{ site.baseurl }}/#install" class="btn btn-success">Quick Start</a>
32-
<a target="_blank" href="http://demo.geonode.org" class="btn btn-warning">Try the Demo</a>
32+
<a target="_blank" href="http://master.demo.geonode.org" class="btn btn-warning">Try the Demo</a>
3333
<a href="{{ site.baseurl }}/blog/" class="btn btn-success">Blog</a>
3434
</div>
3535
</div>

_includes/important_links.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ <h6>Set the IP address and create a superuser</h6>
2828
<div class="num">3</div>
2929
<h6>Import data</h6>
3030
<span class="links">
31-
<p><a href='http://docs.geonode.org/en/master/install/core/index.html'>Read the admin docs</a></p>
32-
<p><a href="http://docs.geonode.org/en/master/devel/index.html"> Read the developer installation docs for a detailed step by step guide</a></p>
31+
<p><a href='http://docs.geonode.org/en/2.10.x/install/core/index.html'>Read the admin docs</a></p>
32+
<p><a href="http://docs.geonode.org/en/2.10.x/devel/index.html"> Read the developer installation docs for a detailed step by step guide</a></p>
3333
</span>
3434
</li>
3535
</ul>
@@ -39,7 +39,7 @@ <h6>Import data</h6>
3939
<div class="col-md-6">
4040
<div class="col-md-12">
4141
<i class="fa fa-print fa-5x col-md-2"></i>
42-
<a class="col-md-10" href="http://docs.geonode.org/en/latest/index.html" target="_blank">
42+
<a class="col-md-10" href="http://docs.geonode.org/en/2.10.x/index.html" target="_blank">
4343
<article class="documentation">
4444
<h3>Documentation</h3>
4545
<p>Guides for users, developers, and administrators</p>

admin_features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/master/admin/index.html" class="btn btn-success" target="_blank">Follow the <strong>Administrators Workshop</strong></a>
15+
<a href="http://docs.geonode.org/en/2.10.x/admin/index.html" class="btn btn-success" target="_blank">Follow the <strong>Administrators Workshop</strong></a>
1616
</div>
1717

1818
</div>

blog/_posts/2010-08-06-geonode-1-0-beta-release.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ <h1>GeoNode 1.0-beta Release</h1>
1414

1515
<p>This release includes user management, data upload, metadata management, GeoNetwork-powered data search, and an integrated styling and map composing tool.</p>
1616

17-
<p>Check out the <a href="http://demo.geonode.org">live demo</a>. We will be updating it periodically with bug fixes over the next several weeks, so if something doesn't work as expected now, be sure to revisit soon.</p>
17+
<p>Check out the <a href="http://master.demo.geonode.org">live demo</a>. We will be updating it periodically
18+
with bug fixes over the next several weeks, so if something doesn't work as expected now, be sure to revisit
19+
soon.</p>
1820

1921
<p>Bug reports are very welcome. Join our public mailing list by emailing <em>[email protected]</em> or use our <a href="http://projects.opengeo.org/CAPRA">public issue tracker</a>.</p>
2022

blog/_posts/2010-10-11-geonode-1-0-rc1-release.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ <h1>GeoNode 1.0-RC1 Release</h1>
1717

1818
<p>Site administrators should note that with this release, GeoNode has adopted the <a href="http://djangosnippets.org/snippets/922/">local_settings.py</a> convention for separating defaults from site-specific settings.  Other than this, the 1.0-RC1 release is a drop-in replacement for 1.0-beta.</p>
1919

20-
<p>As usual, the demo site at <a href="http://demo.geonode.org/">http://demo.geonode.org/</a> is updated with the latest release, and the <a href="http://dev.geonode.org/GeoNode-1.0-RC1.tar.gz">release bundle for deployment</a> is available for download.  We welcome bug reports and feature requests at <a href="http://projects.opengeo.org/CAPRA/">http://projects.opengeo.org/CAPRA/</a>, and any questions are welcome at the project mailing list (<em>[email protected]</em>).</p>
20+
<p>As usual, the demo site at <a href="http://master.demo.geonode.org/">http://master.demo.geonode.org/</a> is
21+
updated with the latest release, and the <a href="http://dev.geonode.org/GeoNode-1.0-RC1.tar.gz">release
22+
bundle for deployment</a> is available for download.  We welcome bug reports and feature requests at <a
23+
href="http://projects.opengeo.org/CAPRA/">http://projects.opengeo.org/CAPRA/</a>, and any questions are
24+
welcome at the project mailing list (<em>[email protected]</em>).</p>
2125

2226
<p>Posted at - Oct. 11, 2010, 10 a.m.</p>
2327

blog/_posts/2010-10-25-geonode-1-0-rc2.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ <h1>GeoNode 1.0-RC2</h1>
2323

2424
<p>Site administrators should note that with this release, GeoNode has adopted the <a href="http://djangosnippets.org/snippets/922/">local_settings.py</a> convention for separating defaults from site-specific settings. Other than this, the 1.0-RC1 release is a drop-in replacement for 1.0-beta.</p>
2525

26-
<p>As usual, the demo site at <a href="http://demo.geonode.org/">http://demo.geonode.org/</a> is updated with the latest release, and the <a href="http://dev.geonode.org/GeoNode-1.0-RC2.tar.gz">release bundle for deployment</a> is available for download. We welcome bug reports and feature requests at <a href="http://projects.opengeo.org/CAPRA/">http://projects.opengeo.org/CAPRA/</a>, and any questions are welcome at the project mailing list (<em>[email protected]</em>).</p>
26+
<p>As usual, the demo site at <a href="http://master.demo.geonode.org">http://master.demo.geonode.org</a> is
27+
updated
28+
with the latest release, and the <a href="http://dev.geonode.org/GeoNode-1.0-RC2.tar.gz">release bundle for
29+
deployment</a> is available for download. We welcome bug reports and feature requests at <a
30+
href="http://projects.opengeo.org/CAPRA/">http://projects.opengeo.org/CAPRA/</a>, and any questions are
31+
welcome at the project mailing list (<em>[email protected]</em>).</p>
2732

2833
<p>Posted at - Oct. 25, 2010, 10 a.m.</p>
2934
</article>

blog/_posts/2010-11-19-geonode-1-0-rc4.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ <h1>GeoNode 1.0-RC4</h1>
2222
<li><p>Pegging the OWSLib dependency.</p></li>
2323
</ul>
2424

25-
<p>As usual, the demo site at <a href="http://demo.geonode.org/">http://demo.geonode.org/</a> is updated with the latest release, and <a href="http://dev.geonode.org/release/GeoNode-1.0-RC4.tar.gz">the release bundle for deployment</a> is available for download. We welcome bug reports and feature requests at <a href="http://dev.geonode.org/trac">http://dev.geonode.org/trac</a>, and any questions are welcome at the project mailing list ([email protected]).</p>
25+
<p>As usual, the demo site at <a href="http://master.demo.geonode.org">http://master.demo.geonode.org</a> is
26+
updated
27+
with the latest release, and <a href="http://dev.geonode.org/release/GeoNode-1.0-RC4.tar.gz">the release
28+
bundle for deployment</a> is available for download. We welcome bug reports and feature requests at <a
29+
href="http://dev.geonode.org/trac">http://dev.geonode.org/trac</a>, and any questions are welcome at the
30+
project mailing list ([email protected]).</p>
2631

2732
<p>Posted at - Nov. 19, 2010, 8:40 p.m.</p>
2833
</article>

blog/_posts/2010-11-9-geonode-1-0-rc3.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ <h1>GeoNode 1.0-RC3</h1>
2323

2424
<p>You can see the full <a href="http://github.com/GeoNode/geonode/compare/1.0-RC2...1.0-RC3">list of changes</a> on the GeoNode Github project, or the <a href="http://projects.opengeo.org/CAPRA/query?status=accepted&amp;status=assigned&amp;status=closed&amp;status=new&amp;status=reopened&amp;order=priority&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;milestone=1.0+Release">list of closed tickets for 1.0</a> on the GeoNode issue tracker.</p>
2525

26-
<p>As usual, the demo site at <a href="http://demo.geonode.org/">http://demo.geonode.org/</a> is updated with the latest release, and the <a href="http://dev.geonode.org/GeoNode-1.0-RC3.tar.gz">release bundle for deployment</a> is available for download. We welcome bug reports and feature requests at <a href="http://projects.opengeo.org/CAPRA/">http://projects.opengeo.org/CAPRA/</a>, and any questions are welcome at the project mailing list (<em>[email protected]</em>).</p>
26+
<p>As usual, the demo site at <a href="http://master.demo.geonode.org">http://master.demo.geonode.org</a> is
27+
updated
28+
with the latest release, and the <a href="http://dev.geonode.org/GeoNode-1.0-RC3.tar.gz">release bundle for
29+
deployment</a> is available for download. We welcome bug reports and feature requests at <a
30+
href="http://projects.opengeo.org/CAPRA/">http://projects.opengeo.org/CAPRA/</a>, and any questions are
31+
welcome at the project mailing list (<em>[email protected]</em>).</p>
2732

2833
<p>Posted at - Nov. 9, 2010, 10 a.m.</p>
2934
</article>

blog/_posts/2011-03-30-geonode-since-1-0.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ <h1>GeoNode since 1.0</h1>
1919

2020
<p>In addition, <a href="http://www.aifdr.org/aifdr_public_website/">AIFDR</a> has been leading development of applications that use GeoNode as a platform. Most notable of these is <strong>Risiko, formerly Risk-in-a-Box, a risk modeling application</strong> which they are developing in partnership with <a href="http://www.gfdrr.org/gfdrr/Labs">GFDRR Labs</a> and <a href="http://opengeo.org/">OpenGeo</a>.</p>
2121

22-
<p>As GeoNode improves, we hope it will be attractive to a widening number of organizations and users. If you're interested in getting involved, try the <a href="http://demo.geonode.org/">demo</a>, check the <a href="http://docs.geonode.org/">docs</a> and install it yourself, and join the <a href="mailto:[email protected]">mailing list</a>. We'll be glad to hear from you.</p>
22+
<p>As GeoNode improves, we hope it will be attractive to a widening number of organizations and users. If
23+
you're interested in getting involved, try the <a href="http://master.demo.geonode.org">demo</a>, check the
24+
<a href="http://docs.geonode.org/">docs</a> and install it yourself, and join the <a
25+
href="mailto:[email protected]">mailing list</a>. We'll be glad to hear from you.</p>
2326

2427
<p>Posted at - March 30, 2011, 6:13 p.m.</p>
2528
</article>

0 commit comments

Comments
 (0)