-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathindex.html
More file actions
296 lines (275 loc) · 11.9 KB
/
index.html
File metadata and controls
296 lines (275 loc) · 11.9 KB
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
---
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;
}
#core-contributors img {
margin-left: 5px;
margin-right: 5px;
}
#sponsors img {
margin-left: 10px;
margin-right: 10px;
height: auto;
width: auto;
max-width: 140px;
max-height: 52px;
}
.ol-attribution {
background: rgba(255,255,255,0.8);
color: #333;
}
.ol-attribution a {
color: #7b98bc;
}
a.masto-link { display:none; }
.guage {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 182px;
max-height: 185px;
}
</style>
<script>
function init() {
initMap();
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="gs3">
<h2><a href="/sponsor/gs3-crowdfunding">GeoServer 3 Crowdfunding</a></h2>
<div class="row">
<div class="col-md-6">
Consortium of Camptocamp, GeoSolutions and GeoCat have responded to our roadmap challenge
with a bold <a href="/sponsor/gs3-crowdfunding">GeoServer 3 Crowdfunding</a>.
Express interest or pledge support using <a href="mailto:gs3-funding@googlegroups.com">email</a> or <a href="https://forms.gle/EFML8NSJSCtzjWUY6">form</a>.
<!-- Technical details covered by <a href="https://docs.google.com/document/d/1iCqob2R5Zcs9liODq2UGGiOUQhFWQJrjZCJxBVUP5Q4/edit?usp=sharing">milestones and deliverables</a>. -->
</div>
<div class="col-md-6">
<a href="behind%20the%20scenes/2024/09/10/gs3">
<img class="guage" src="/img/posts/2.26/gs3-amount.png"
alt="GeoServer 3 crowdfunding status (EUR)" loading="lazy" />
</a>
</div>
</div>
</div>
<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}}">{{site.stable_branch | slice: 0, 4}} 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}}">{{site.maintain_branch | slice: 0, 4}} Nightly</a></li>
</ul>
</div>
<div class="col-md-4 download-dev">
<h4>Development</h4>
<ul>
{%- if site.dev_version -%}
<li id="download_dev_version"><a href="/release/dev">{{site.dev_version}}</a></li>
{% endif %}
{%- if site.dev_branch != 'main' -%}
<li><a href="/release/{{site.dev_branch}}">{{site.dev_branch | slice: 0, 4}} Nightly</a></li>
{% endif %}
<li><a href="/release/main">{{site.main_series | slice: 0, 4}} Nightly</a></li>
</ul>
</div>
</div>
</div>
<div id="news">
<h2><a href="blog/index.html" target="_blank">News</a></h2>
{% for i in (0..10) %}
<h4><a href="{{ site.posts[i].url }}" >{{ site.posts[i].title }}</a> {{ site.posts[i].date | date: "%b %-d, %Y" }}{% if site.posts[i].author %} • {{ site.posts[i].author }}{% endif %}{% if site.posts[i].meta %} • {{ site.posts[i].meta }}{% endif %}</h4>
{% endfor %}
</div>
</div>
</div>
</section>
<section id="produced" class="text-center">
<h2>Produced by</h2>
<p class="lead"></p>
<div class="row">
<div class="col-md-6" id="core-contributors">
<h4>Core Contributors</h4>
<p class="text-left">
Core contributors take on an ongoing responsibility for the GeoServer project.
</p>
<div class="col-md-6 text-right">
<a href="https://www.geosolutionsgroup.com">
<img src="support/img/core-geosolutions.png" width="179" height="80"
title="GeoSolutions"/>
</a>
</div>
<div class="col-md-6 text-left">
<a href="https://www.geocat.com/">
<img src="support/img/core-geocat.png" width="179" height="80"
title="GeoCat BV"/>
</a>
</div>
<div class="col-md-6 text-right" style="display: flex; align-items: center; justify-content: flex-end; min-height: 80px;">
<a href="https://www.afrigis.co.za/">
<img src="support/img/AfriGIS-full-logo.png" width="179" style="max-height: 80px; height: auto;"
title="AfriGIS"/>
</a>
</div>
<div class="col-md-6 text-left">
<a href="https://camptocamp.com/">
<img src="support/img/camptocamp-logo.png" width="179" height="80"
title="Camptocamp"/>
</a>
</div>
<p class="text-left">
Access <a href="support/">commercial support</a> from these and other companies.
</p>
</div>
<div class="col-md-6">
<h4>Part of a Vibrant Open Source Community</h4>
<p class="text-left">
GeoServer is developed, tested, and supported as community-driven project by a diverse group of individuals and organizations around the world. We are proud to be a recognized <a href="https://osgeo.org/projects/geoserver/">Open Source Geospatial Foundation</a> project.
</p>
<p class="text-left">
GeoServer participates in the annual <a href="https://foss4g.org/">Free and Open Source Software for Geospatial</a> conference.
</p>
<a href="https://osgeo.org/projects/geoserver/">
<img src="img/OSGeo_project.png" width="150" height="58"
style="height: auto; width: auto; max-width: 150px; max-height: 58px;"/>
</a>
<a href="https://foss4g.org/">
<img src="img/foss4g.png" width="90" height="50"
style="height: auto; width: auto; max-width: 90; max-height: 50px;"/>
</a>
</div>
</div>
</section>
<section id="support" class="text-center">
<h2>Supported by</h2>
<p class="lead"></p>
<div class="row">
<div class="col-md-6">
<h4>CERTIFIED OGC® COMPLIANT</h4>
<a href="https://portal.ogc.org/public_ogc/compliance/srv_ogc_compliance_badge2.php?id=102&pid=1874">
<img src="https://portal.ogc.org/public_ogc/compliance/OGC_Certified_Badge.png" width="141" height="89" style="float: right; margin: 0 0 10px 10px;"/>
</a>
<p class="text-left">
GeoServer is <a href="{% post_url 2025-07-16-cite-certification %}" >OGC certified</a>, implementing Web Feature Service (WFS), Web Map Service (WMS), Web Coverage Service (WCS) and Web Map Tile Service (WMTS). Additional formats and publication options are available as extensions to install including OGC API - Features and Web Processing Service (WPS).
</p>
<p class="text-left">
<!-- OGC requires the following text when displaying the above certification logo -->
<small>
GeoServer is compliant with OGC Web Map Service, Revision 1.3, 1.1.</br>
GeoServer is compliant with OGC Web Feature Service, Revision 2.0, 1.1, 1.0.</br>
GeoServer is compliant with OGC Web Coverage Service, Revision 2.0, 1.1, 1.0.</br>
GeoServer is compliant with OGC OGC API - Features, Revision 1.0.</br>
GeoServer is compliant with OGC Web Map Tile Service, Revision 1.0.</br>
GeoServer is compliant with OGC GeoTIFF, Revision 1.1.</br>
GeoServer is compliant with OGC GPKG, Revision 1.2.
</small>
</p>
<p class="text-left">
<small>
GeoServer implements OGC Web Map Service, Revision 1.0.</br>
GeoServer implements OGC Web Processing Service, Revision 1.0.</br>
GeoServer implements OGC Catalog Services, Revision 2.0.</br>
GeoServer implements community standards Tile Map Services and WMS-C.
</small>
</p>
<p class="text-left">
<small>
OGC, OGC®, and CERTIFIED OGC COMPLIANT are trademarks or registered trademarks of the Open Geospatial Consortium, Inc. in the United States and other countries.
</small>
</p>
{% include cite-2026-sponsors.html %}
</div>
<div class="col-md-6" id="sponsors">
<h4>Sponsors</h4>
<p class="text-left">
<a href="sponsor/">GeoServer Sponsorship</a> contributes to project sustainability by supporting underfunded <a href="https://github.com/geoserver/geoserver/wiki/Maintenance">maintenance</a>, <a href="https://github.com/geoserver/geoserver/blob/main/SECURITY.md">security</a>, and <a href="https://github.com/geoserver/geoserver/wiki/Restore-CITE-Certification">interoperability</a> activities.
</p>
{% include 2026-sponsors.html %}
<p class="text-left">
Financial support is coordinated via OSGeo <a href="https://www.osgeo.org/about/how-to-become-a-sponsor/">sponsorship program</a> offering increased visibility and promotion beyond this website.
</p>
<a href="mailto:treasurer@osgeo.org?subject=GeoServer Sponsorship&body=We would like to sponsor the GeoServer Project, as a member of the GeoServer community we recognize the value in supporting open source.%0d%0aPlease send us an invoice for $3000 USD. This brings our total sponsorship to the level to be recognized as an OSGeo Silver sponsor.">
<img src="img/osgeo-logo.png" width="75" height="25"/>
</a>
<a href="https://github.com/sponsors/OSGeo">
<img src="img/GitHub_Logo.png" width="60" height="25"/>
</a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4XZ76BZMEWZ24&source=url">
<img src="img/btn_donateCC_LG.gif" width="147" height="47"/>
</a>
</div>
</div>
</section>
<section id="thanks" class="text-center">
<h2>Acknowledgements</h2>
<p class="lead"></p>
<div class="row">
<div class="col-md-6" id="sponsor">
<p class="text-left">
Development tools provided to GeoServer as an open-source project:
</p>
<a href="https://www.yourkit.com/java/profiler/index.jsp"><img src="img/yklogo.png" width="150" height="36"/></a>
<a href="https://www.atlassian.com/software/jira"><img src="img/jira.png" width="150" height="20"/></a>
</div>
<div class="col-md-6" id="books">
<p class="text-left">
Purchase of <a href="https://www.packtpub.com/product/geoserver-beginners-guide-second-edition">GeoServer Beginner's Guide</a>, <a href="https://www.packtpub.com/application-development/geoserver-cookbook">GeoServer Cookbook</a>, <a href="https://www.packtpub.com/networking-and-servers/mastering-geoserver">Mastering GeoServer</a>, <a href="https://www.packtpub.com/application-development/fundamentals-geoserver-video">Fundamentals of GeoServer [Video]</a>, and <a href="https://www.packtpub.com/application-development/expert-geoserver">Expert GeoServer</a> from Packt Publishing help support the GeoServer team.
</p>
<a href="https://subscription.packtpub.com/search?query=geoserver"><img src="img/books.png"/ ></img></a>
</div>
</div>
<a class="masto-link" rel="me" href="https://fosstodon.org/@geoserver">GeoServer on Mastodon</a>
</section>