forked from GeoNode/geonode.github.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
267 lines (247 loc) · 13.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!doctype html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<title>GeoNode</title>
<link rel="shortcut icon" href="/static/img/favicon.ico" />
<meta name='description' content='GeoNode'/>
<meta name='keywords' content='GeoNode'/>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='/static/css/site.css' type='text/css' media='all' />
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="/static/js/jquery.js"></script>
<script type="text/javascript" src="/static/js/sequence.jquery-min.js"></script>
<script type="text/javascript" src="/static/js/bootstrap.min.js"></script>
</head>
<body class="">
<header class="main">
<div class="container">
<div class="row">
<div class="span2">
<h1><a class="brand" href="/">GeoNode</a></h1>
</div>
<div class="span1">
<div class="btn-group nav-coll">
<button type="button" class="btn-nav-coll" data-toggle="dropdown">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<ul class="dropdown-menu">
<li><a href="/user_features.html">For Users</a></li>
<li><a href="/dev_features.html">For Developers</a></li>
<li><a href="/admin_features.html">For Admins</a></li>
<li><a href="http://docs.geonode.org/en/latest/tutorials">Workshops</a></li>
<li><a href="/communication/">Communication</a></li>
<li><a href="/faqs.html">FAQs</a></li>
<li><a href="/gallery/">Sites Gallery</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="http://docs.geonode.org/" target = '_blank'>Documentation</a></li>
<li><a href="http://github.com/geonode/geonode/issues" target = '_blank'>Issue Tracker</a></li>
</ul>
</div>
</div>
<div class="span9">
<div class="pull-right">
<a href="/#install" class="btn btn-success">Install GeoNode</a>
<a target="_blank" href="http://demo.geonode.org/" class="btn btn-warning">Try the Demo</a>
<a href="/blog/" class="btn btn-success">Read our Blog</a>
</div>
</div>
</div>
</div>
</header>
<section class="banner">
<div class="container">
<div class="row">
<div class="span6">
<h1>Open Source Geospatial Content Management System</h1>
<p>
GeoNode is a web-based application and platform
for developing geospatial information systems (GIS)
and for deploying spatial data infrastructures (SDI).
</p>
<p>
It is designed to be extended and modified, and can be integrated into existing platforms.
</p>
<!-- <a href="http://geonode.org/2014/04/geonode-2-0/index.html" class="btn btn-large btn-success">GeoNode 2.0 is out!</a> -->
<a href="/code_sprint_2015.html" class="btn btn-large btn-success">Join the GeoNode 2015 code sprint!</a>
</div>
<div class="span6">
<img src="static/img/hero_img.png" width="560" height="325" alt="" class="hero-img" />
</div>
</div>
</div>
</section>
<section class="body">
<div class="container">
<div class="row">
<div class="span4">
<div class="box box-users">
<a href="user_features.html" class="header-link">
<header class="box-header">
<h2>For Users</h2>
</header>
</a>
<ul class="unstyled">
<li>Browse and search for geospatial data and web services</li>
<li>Upload, manage, and share geospatial data</li>
<li>Create and share interactive maps</li>
<li>Collaborate and interact with other users</li>
</ul>
<a href = "user_features.html" class="btn btn-success">Take the Tour</a>
</div>
</div>
<div class="span4">
<div class="box box-devs">
<a href="dev_features.html" class="header-link">
<header class="box-header">
<h2>For Developers</h2>
</header>
</a>
<ul class="unstyled">
<li>Developed with Django</li>
<li>Twitter Bootstrap and jQuery client implementation</li>
<li>Built on stable, mature open source geospatial projects</li>
<li>APIs for customization and connection</li>
<li>Seamless integration with third-party Django apps</li>
</ul>
<a href = "dev_features.html" class="btn btn-success">Take the Tour</a>
</div>
</div>
<div class="span4">
<div class="box box-admins">
<a href="admin_features.html" class="header-link">
<header class="box-header">
<h2>For Admins</h2>
</header>
</a>
<ul class="unstyled">
<li>Reliable, scalable platform for deploying spatial data infrastructure</li>
<li>Complete framework for OGC-compliant web services</li>
<li>Metadata management and aggregation platform</li>
<li>Comprehensive security framework</li>
</ul>
<a href = "admin_features.html" class="btn btn-success">Take the Tour</a>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<section class="important-links">
<div class="row">
<div class="span1">
<h2 class="quick-start">Quick Start</h2>
</div>
<div class="span11">
<div class="get-started" id="install">
<h2>Get Started Now</h2>
<ul class="unstyled steps">
<li>
<div class="num">1</div>
<h6>Install from PPA in Ubuntu 12.04</h6>
<span class="mono">
<p>$ sudo add-apt-repository ppa:geonode/release</p>
<p>$ sudo apt-get update</p>
<p>$ sudo apt-get install geonode</p>
</span>
</li>
<li>
<div class="num">2</div>
<h6>Set the IP address and create a superuser</h6>
<span class="mono">
<p>$ sudo geonode-updateip 127.0.0.1</p>
<p>$ geonode createsuperuser</p>
</span>
</li>
<li class="last">
<div class="num">3</div>
<h6>Import data</h6>
<span>
<p><a href='http://docs.geonode.org/#for-administrators'>Read the admin docs</a></p>
</span>
</li>
</ul>
<p><a href="http://docs.geonode.org/en/master/tutorials/admin/install/quick_install.html#quick-installation"> Read the developer installation docs for Windows, OSX and other platforms</a></p>
</div>
<div class="row">
<div class="span5">
<a href="http://docs.geonode.org/en/latest/index.html" target="_blank">
<article class="documentation">
<h3>Documentation</h3>
<p>Guides for users, developers, and administrators</p>
</article>
</a>
<a href="/communication/#mailing-lists">
<article class="mailing-list">
<h3>Mailing Lists</h3>
<p>Discussion groups for users and developers</p>
</article>
</a>
<a href="https://github.com/GeoNode/geonode/issues" target="_blank">
<article class="issue-tracker">
<h3>Issue Tracker</h3>
<p>Bugs, feature requests, and development roadmap</p>
</article>
</a>
</div>
<div class="span5">
<a href="faqs.html">
<article class="faqs">
<h3>FAQs</h3>
<p>Frequently Asked Questions about GeoNode</p>
</article>
</a>
<a href="communication/#irc">
<article class="irc">
<h3>IRC</h3>
<p>Real-time discussion and help at #geonode on freenode.net</p>
</article>
</a>
<a href="/gallery/">
<article class="sites-gallery">
<h3>Gallery</h3>
<p>A collection of live sites built using GeoNode</p>
</article>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="btm">
<div class="row">
<div class="span6">
<p>This <a href="http://github.com/geonode/geonode.github.com/" target="_blank">Website</a> is licensed <a href='license.html'>CC by SA 2012.</a> - <a href='contributors.html'>GeoNode Contributors.</a> Designed by <a href="http://www.spatialdev.com/" target="_blank">Spatial Dev</a></p>
</div>
<div class="span6">
<div class="pull-right social">
<a href="http://github.com/geonode/" class="gh" target="_blank">GitHub</a>
<a href="https://twitter.com/GeoNode" class="tw" target="_blank">Twitter</a>
<a href="https://plus.google.com/u/1/b/100587124776656797019/" class="gp" target="_blank">Google+</a>
</div>
</div>
</div>
</section>
</div>
</footer>
<a href="https://github.com/GeoNode/geonode/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38570723-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>