forked from JJediny/geonode.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.html
176 lines (158 loc) · 8.62 KB
/
dev.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
<!doctype html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<title> Developers — 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="body">
<div id="container">
<p>
GeoNode is open source software that provides an open service. We encourage you to build new applications using its components and the resources it provides. This page is a starting point for developers interesting in taking full advantage of the GeoNode. It also includes links to the project's source code so anyone can build and customize their own GeoNode.
</p>
<ul>
<li>
<a href="http://geonode.github.org">Homepage</a>
</li>
<li>
<a href="http://dev.geonode.org/release">Download</a>
</li>
<li>
<a href="https://github.com/GeoNode/geonode">Source Code (on GitHub)</a>
</li>
<li>
<a href="https://github.com/geonode/geonode/issues">Issue Tracker (on GitHub)</a>
</li>
<li>Users Mailing list <a href="https://groups.google.com/forum/#!forum/geonode-users">Google Group</a>
<li>Old Mailing list <a href="http://librelist.com/browser/geonode/">archives</a>
<li>Developers Mailing list <a href="https://groups.google.com/a/opengeo.org/group/geonode-dev/topics">Google Group</a>
</li>
<li>
<a href="http://docs.geonode.org/">Technical Manual</a>
</li>
<li>
<a href="https://github.com/GeoNode/geonode/wiki/Community-Resources/">Other Community Resources</a>
</li>
</ul>
<h2>
What is GeoNode made out of?
</h2>
<p>
The GeoNode is built using several open source projects, each with its own community. If you are interested in contributing new features to the GeoNode, we encourage you to do so by contributing to one of the projects on which it is built:
</p>
<ul>
<li>
<a href="http://djangoproject.org/">Django</a> - Web Development Framework
</li>
<li>
<a href="http://geoserver.org/">GeoServer</a> - OGC Standards based server for geospatial information
</li>
<li>
<a href="http://geowebcache.org/">GeoWebCache</a> - Cache engine for Web Map Tiles
</li>
<li>
<a href="http://pycsw.org/">pycsw</a> - OGC CSW server implementation
</li>
<li>
<a href="http://openlayers.org/">OpenLayers</a> - Pure JavaScript library powering the maps of GeoExt
</li>
<li>
<a href="http://geoext.org/">GeoExt</a> - The JavaScript toolkit for rich web mapping applications
</li>
<li>
<a href="http://twitter.github.com/bootstrap/">Bootstrap</a> - Front End Framework
</li>
<li>
<a href="http://jquery.org/">jQuery</a> - Javascript Library
</li>
</ul>
<h2>
What are OGC Services?
</h2>
<p>
The data provided in a GeoNode is served using open standards endorsed by the <a href="http://opengeospatial.org/">Open Geospatial Consortium</a>; in particular, <a href="http://www.opengeospatial.org/standards/wms">WMS</a> (Web Map Service) is used for accessing maps and <a href="http://www.opengeospatial.org/standards/wfs">WFS</a> (Web Feature Service) is used for accessing data. You can use these services in your own applications using libraries such as <a href="http://openlayers.org">OpenLayers</a>, <a href="http://geotools.org">GeoTools</a>, and <a href="http://gdal.org/ogr">OGR</a> (all of which are open-source software and available at zero cost).
</p>
</div>
</section>
<footer class="footer">
<div class="container">
<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>