forked from geoserver/geoserver.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (164 loc) · 5.48 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
---
layout: default
title: GeoServer
id: home
---
<style>
#download {
text-align: center;
}
#download ul {
list-style-type: none;
padding-left: 0px;
}
#news h2 {
text-align: center;
}
#news ul {
list-style-type: none;
padding-left: 0;
}
#news li p {
font-size: 8pt;
color: #666;
}
#books img {
width: 320px;
}
div[class*="col-"] img {
margin-bottom: 10px;
}
.ol-attribution {
background: rgba(255,255,255,0.8);
color: #333;
}
.ol-attribution a {
color: #7b98bc;
}
</style>
<script>
function init() {
initMap();
<!-- local: feed.xml -->
<!-- deploy: http://blog.geoserver.org/feed/ -->
$.get("http://blog.geoserver.org/feed/", function(data) {
var $xml = $(data);
$xml.find("item:lt(3)").each(function() {
var $this = $(this),
item = {
title: $this.find("title").text(),
link: $this.find("link").text(),
description: $this.find("description").text(),
pubDate: $this.find("pubDate").text(),
author: $this.find("author").text()
}
//Do something with item here...
$("#news ul").append("<li><a href='"+item.link+"'>"+item.title+"</a><p>"+item.description+"</p></li>");
});
});
if ("{{site.dev_version}}" == "") {
$(".download_dev_version").hide();
}
else {
$(".download_dev_version").hide();
}
}
</script>
<div class="text-center">
<h1>GeoServer is an open source server for sharing geospatial data.</h1>
<p class="lead">
Designed for interoperability, it publishes data from any major spatial data source using open standards.
</p>
</div>
<section id="">
<div class="row">
<div class="col-md-6">
<div id="map" class="map"></div>
</div>
<div class="col-md-6">
<div id="download">
<h2><a href="/download">Download</a> <span class="glyphicon glyphicon-download"></span></h2>
<div class="row">
<div class="col-md-4 download-stable">
<h4>Stable</h4>
<ul>
<li><a href="/release/stable">{{site.stable_version}}</a></li>
<li><a href="/release/{{site.stable_branch}}">Nightly</a></li>
</ul>
</div>
<div class="col-md-4 download-maintain">
<h4>Maintenance</h4>
<ul>
<li><a href="/release/maintain">{{site.maintain_version}}</a></li>
<li><a href="/release/{{site.maintain_branch}}">Nightly</a></li>
</ul>
</div>
<div class="col-md-4 download-dev">
<h4>Development</h4>
<ul>
<li id="download_dev_version"><a href="/release/dev">{{site.dev_version}}</a></li>
<!--<li><a href="/release/{{site.dev_branch}}">Nightly</a></li>-->
<li><a href="/release/master">Master</a></li>
</ul>
</div>
</div>
</div>
<div id="news">
<h2><a href="http://blog.geoserver.org" target="_blank">News</a></h2>
<ul></ul>
</div>
</div>
</div>
</section>
<section id="" class="text-center">
<div class="row">
<div class="col-md-6">
<h4>Built on Open Standards</h4>
<img src="img/ogc-cert-badge.png"/>
<p class="text-left">
GeoServer is a OGC compliant implementation of a number of open standards such as Web Feature Service (WFS), Web Map Service (WMS), and Web Coverage Service (WCS).
</p>
<p class="text-left">
Additional formats and publication options are available including Web Map Tile Service (WMTS) and extensions for Catalogue Service (CSW) and Web Processing Service (WPS).
</p>
</div>
<!--
<div class="col-md-6">
<div class="row">
<div class="col-xs-6 text-right">
<a href="https://2014.foss4g.org/"><img src="img/foss4g2014.png"></img></a>
</div>
<div class="col-xs-6 text-left">
<h4>FOSS4G 2014</h4>
<p>
Registration for FOSS4G 2014 in Portland now <a href="https://2014.foss4g.org/">open</a>!
</p>
</div>
</div>
</div>
-->
<div class="col-md-6">
<h4>Community Driven</h4>
<a href="http://www.osgeo.org"><img src="img/osgeo-logo.png"/></a>
<a style="margin-left: 20px" href="http://2016.foss4g.org/"><img src="http://wiki.osgeo.org/images/6/6b/Foss4g2016_logo_squared_halo.png"/></a>
<p class="text-left">
Being a community-driven project, GeoServer is developed, tested, and supported by a diverse group of individuals from a number of different organizations around the world.
</p>
</div>
</div>
</section>
<section id="thanks" class="text-center">
<h2>Special Thanks</h2>
<p class="lead">The following products are kindly supporting open source projects like GeoServer.</p>
<div class="row">
<div class="col-md-6" id="books">
<a href="http://www.packtpub.com/geoserver-share-edit-geospatial-data-beginners-guide/book"><img src="img/books.png"/ ></img></a>
<p class="text-left">
<a href="https://www.packtpub.com/application-development/geoserver-beginner’s-guide">GeoServer Beginner's Guide</a>, <a href="https://www.packtpub.com/application-development/geoserver-cookbook">GeoServer Cookbook</a> and <a href="https://www.packtpub.com/networking-and-servers/mastering-geoserver">Mastering GeoServer</a> are available from Packt Publishing.
</p>
</div>
<div class="col-md-6">
<a href="https://www.yourkit.com/java/profiler/index.jsp"><img src="img/yklogo.png"/ ></img></a>
</div>
</div>
</section>