-
Notifications
You must be signed in to change notification settings - Fork 46
/
index.html
261 lines (243 loc) · 9.94 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
---
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 <a href="{% post_url 2024-01-03-roadmap%}">roadmap challenge</a>
with a bold <a href="/sponsor/gs3-crowdfunding">GeoServer 3 Crowdfunding</a>.
Express interest or pledge support using <a href="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="https://docs.google.com/spreadsheets/d/e/2PACX-1vRDiW5o0JloWBboIF2ENwWfmQwCJesfQ_MXgNB5iWuB45oQpy_zktRhaO-ZAQaEcMMO27H68exIhkwh/pubchart?oid=626067055&format=image"/>
</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}}">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>
{%- if site.dev_branch != 'main' -%}
<li><a href="/release/{{site.dev_branch}}">Nightly</a></li>
{% endif %}
<li><a href="/release/main">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="" class="text-center">
<div class="row">
<div class="col-md-6">
<h4>OGC Implementation</h4>
<p class="text-left">
GeoServer implements industry standard OGC protocols such as Web Feature Service (WFS), Web Map Service (WMS), and Web Coverage Service (WCS). Additional formats and publication options are available as extensions including Web Processing Service (WPS), and Web Map Tile Service (WMTS).
</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"/>
</a>
<a href="https://foss4g.org/">
<img src="img/foss4g.png" width="90" height="50">
</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" id="core-contributors">
<p class="text-left">
Core contributors take on an ongoing responsibility for the GeoServer project.
</p>
<a href="https://www.geosolutionsgroup.com">
<img src="support/img/core-geosolutions.png" width="179" height="80"
title="GeoSolutions"/>
</a>
<a href="https://www.geocat.net/">
<img src="support/img/core-geocat.png" width="179" height="80"
title="GeoCat BV"/>
</a>
<p class="text-left">
Access <a href="support/">commercial support</a> from these and other companies.
</p>
</div>
<div class="col-md-6" id="sponsors">
<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>
<p class="text-left">
2024 <a href="sponsor/">Sponsors</a>:
</p>
<a href="https://www.how2map.com">
<img style=""
src="sponsor/img/how2map-logo.png"
title="How 2 Map"/>
</a>
<a href="https://illustreets.com">
<img style="height: auto; width: auto; max-width: 140px; max-height: 52px;"
src="sponsor/img/illustreets.svg"
title="illustreets"/>
</a>
<a href="https://route4me.com">
<img style="height: auto; width: auto; max-width: 140px; max-height: 52px;"
src="sponsor/img/route4me-logo.svg"
title="Route4Me"/>
</a>
<a href="https://github.com/bourgesl/marlin-renderer">
<img style="height: auto; width: auto; max-width: 140px; max-height: 52px;"
src="sponsor/img/marlin.png"
title="Marlin-renderer"/>
</a>
<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>