Skip to content

Commit 2130eb6

Browse files
authored
Merge pull request #1341 from GeoWebCache/peter-i1325-fix-links
Update old geowebcache.org links to geowebcache.osgeo.org
2 parents e2f6559 + d95c9db commit 2130eb6

File tree

28 files changed

+35
-34
lines changed

28 files changed

+35
-34
lines changed

RELEASE_NOTES.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GeoWebCache 1.27.0(2025-03-18)
1+
GeoWebCache 1.27.0 (2025-03-18)
22
------------------------------
33

44
Stable release
@@ -1297,13 +1297,13 @@ This release comes with a number of bug fixes and improvements (check the full l
12971297
- Added an "enabled" property to the layer configuration XML schema, so that it's possible to keep a layer from being listed in the capabilities document or accessed through any of the provided service interfaces, but still being able of seeding it either through the web or the REST interfaces.
12981298
- New embedded, high performance storage mechanism for Disk Quota statistics based on the Berkeley DB JE no-SQL database engine.
12991299
- Possibility to define a GWC_DISKQUOTA_DISABLED=true environment variable to disable the usage of the disk quota module. Useful for load balanced deployments for the same reasons you need to disable the meta-store. This is a work around until "clustering" is supported for the disk quota storage.
1300-
- Improved DiskQuota documentation <http://geowebcache.org/docs/current/configuration/diskquotas.html>
1301-
- REST API to configure the global disk quota settings <http://geowebcache.org/docs/current/rest/diskquota.html>
1300+
- Improved DiskQuota documentation <https://geowebcache.osgeo.org/docs/current/configuration/diskquotas.html>
1301+
- REST API to configure the global disk quota settings <https://geowebcache.osgeo.org/docs/current/rest/diskquota.html>
13021302
- Implemented a CQL_FILTER parameter extension for the Google Maps service interface
13031303
- Fixed the computation of estimated and remaining seeding time and number of tiles to process reported by the web interface
13041304
- Improved the stability of the system by avoiding the unnecessary load of existing tiles into memory when re-seeding
13051305
- Seeding and truncating with parameter filters (i.e. for multiple styles or other WMS parameters)
1306-
- Failure tolerance control for seeding: <http://geowebcache.org/docs/current/production/index.html#seeding-and-truncating-the-cache>
1306+
- Failure tolerance control for seeding: <https://geowebcache.osgeo.org/docs/current/production/index.html#seeding-and-truncating-the-cache>
13071307

13081308

13091309
GeoWebCache 1.2.4 (2011-01-24)
@@ -1324,4 +1324,4 @@ In this release, besides numerous bug fixes, you'll find three new exciting feat
13241324

13251325

13261326
[1] <https://github.com/GeoWebCache/geowebcache>
1327-
[2] <http://geowebcache.org/docs/current>
1327+
[2] <https://geowebcache.osgeo.org/docs/current>

documentation/en/theme/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>This Page</h3>
161161
<div class="wrap selfclear">
162162
<div id="logo"><a href="{{ pathto('index') }}">{{ shorttitle }}</a></div>
163163
<ul id="top-nav">
164-
<li class="first"><a href="http://geowebcache.org">Homepage</a></li>
164+
<li class="first"><a href="https://geowebcache.osgeo.org">Homepage</a></li>
165165
<li><a href="{{ pathto('index') }}">Documentation</a></li>
166166
</ul>
167167

documentation/en/user/source/installation/geowebcache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Installing GeoWebCache
55

66
Once the :ref:`Java Servlet environment <prerequisites>` is in place, installing GeoWebCache is simple.
77

8-
The latest Web ARchive (WAR) file can be downloaded from `geowebcache.org <http://geowebcache.org>`_.
8+
The latest Web ARchive (WAR) file can be downloaded from `GeoWebCache.osgeo.org <https://geowebcache.osgeo.org>`_.
99

1010
Unpack the zip file and make sure to read the software :ref:`license`.
1111

documentation/en/user/source/introduction/community.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GeoWebCache is an open source project and thus it relies on its community of use
88
Homepage
99
--------
1010

11-
The GeoWebCache homepage is `<http://geowebcache.org>`_. This page has the latest information about GeoWebCache, as well as links to documentation, downloads, developer information, issue tracking, and other up-to-the-minute information.
11+
The GeoWebCache homepage is `<https://geowebcache.osgeo.org>`_. This page has the latest information about GeoWebCache, as well as links to documentation, downloads, developer information, issue tracking, and other up-to-the-minute information.
1212

1313
.. _mailinglists:
1414

documentation/en/user/source/production/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ These environment variables can be established by any of the following ways, in
109109
Resource Allocation
110110
-------------------
111111

112-
Also see http://geowebcache.org/trac/wiki/resources for tools that can be used to estimate how much storage you need and how long seeding will take
112+
Also see https://github.com/GeoWebCache/geowebcache/wiki/Estimating-the-number-of-tiles-and-size-on-disk for table that can be used to estimate how much storage you need and how long seeding will take
113113

114114

115115
Clustering

geowebcache/arcgiscache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>gwc-arcgiscache</artifactId>
1313
<packaging>jar</packaging>
1414
<name>ArcGIS Server tile cache support</name>
15-
<url>http://geowebcache.org</url>
15+
<url>https://geowebcache.osgeo.org</url>
1616

1717
<dependencies>
1818
<dependency>

geowebcache/arcgiscache/src/test/java/org/geowebcache/arcgis/layer/ArcGISCacheLayerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void testArcGISCacheLayerInitialization() throws Exception {
4141
// PLEASE DO NOT update the ArcGISCacheLayer GridSetBroker mocking below without first
4242
// confirming any new ArcGISCacheLayer GridSet configuration logic is build tested to work
4343
// with an actual ArcGISCacheLayer configuration test using the GWC tiling scheme steps:
44-
// https://www.geowebcache.org/docs/latest/configuration/layers/arcgistilingschemes.html
44+
// https://geowebcache.osgeo.org/docs/current/configuration/layers/arcgistilingschemes.html
4545

4646
final File configDir = temp.getRoot();
4747
ArcGISCacheLayer layer = new ArcGISCacheLayer("fakeLayerId");

geowebcache/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>gwc-core</artifactId>
1313
<packaging>jar</packaging>
1414
<name>gwc-core</name>
15-
<url>https://www.geowebcache.org</url>
15+
<url>https://www.geowebcache.osgeo.org</url>
1616

1717
<dependencies>
1818
<dependency>

geowebcache/core/src/main/java/org/geowebcache/GeoWebCacheDispatcher.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ private void handleFrontPage(HttpServletRequest request, HttpServletResponse res
467467
+ "<body>\n"
468468
+ ServletUtils.gwcHtmlLogoLink(baseUrl));
469469
str.append("<h3>Welcome to GeoWebCache version " + version + ", build " + commitId + "</h3>\n");
470-
str.append("<p><a href=\"http://geowebcache.org\">GeoWebCache</a> is an advanced tile cache for WMS servers.");
470+
str.append(
471+
"<p><a href=\"https://geowebcache.osgeo.org\">GeoWebCache</a> is an advanced tile cache for WMS servers. ");
471472
str.append(
472473
"It supports a large variety of protocols and formats, including WMS-C, WMTS, KML, Google Maps and Virtual Earth.</p>");
473474
str.append("<h3>Automatically Generated Demos:</h3>\n");
@@ -477,12 +478,12 @@ private void handleFrontPage(HttpServletRequest request, HttpServletResponse res
477478
str.append("<ul><li><a href=\""
478479
+ baseUrl
479480
+ "service/wmts?REQUEST=getcapabilities\">WMTS 1.0.0 GetCapabilities document</a></li>");
481+
str.append("<li><a href=\"" + baseUrl + "service/tms/1.0.0\">TMS 1.0.0 document</a></li>");
480482
str.append(
481483
"<li><a href=\""
482484
+ baseUrl
483485
+ "service/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=getcapabilities&TILED=true\">WMS 1.1.1 GetCapabilities document</a></li>");
484-
str.append("<li><a href=\"" + baseUrl + "service/tms/1.0.0\">TMS 1.0.0 document</a></li>");
485-
str.append("<li>Note that the latter will only work with clients that are ");
486+
str.append("<li>Note that the latter (WMS) will only work with clients that are ");
486487
str.append("<a href=\"http://wiki.osgeo.org/wiki/WMS_Tiling_Client_Recommendation\">WMS-C capable</a>.</li>\n");
487488
str.append("<li>Omitting tiled=true from the URL will omit the TileSet elements.</li></ul>\n");
488489
if (runtimeStats != null) {

geowebcache/diskquota/bdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>gwc-diskquota-bdb</artifactId>
1212
<packaging>jar</packaging>
1313
<name>Disk Quota management module - BerkeleyDB backend</name>
14-
<url>http://geowebcache.org</url>
14+
<url>https://geowebcache.osgeo.org</url>
1515

1616
<dependencies>
1717
<dependency>

0 commit comments

Comments
 (0)