Skip to content

Commit 561bdaa

Browse files
authored
Merge pull request #932 from MapServer/backport-931-to-branch-8-0
[Backport branch-8-0] remove www.mapserver references
2 parents 60b333e + f1e54c6 commit 561bdaa

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

en/MIGRATION_GUIDE.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ MapServer 6.4 to 7.0 Migration
310310

311311
- Layer opacity is now deprecated a result of RFC 113 - Layer Compositing. The mapfile parser
312312
and MapScript getter/setter functions will continue to function but unpredictable results will
313-
occur if used in conjunction with COMPOSITE blocks. For more information see http://www.mapserver.org/development/rfc/ms-rfc-113.html.
313+
occur if used in conjunction with COMPOSITE blocks. For more information see https://mapserver.org/development/rfc/ms-rfc-113.html.
314314

315315
::
316316

@@ -338,14 +338,14 @@ MapServer 6.4 to 7.0 Migration
338338
OGR remains an alternative for those that really need it although the OGR/SDE driver suffers from the
339339
same issues that prompted the removal from MapServer.
340340

341-
- GD graphics library support was removed (http://www.mapserver.org/development/rfc/ms-rfc-99.html) and
341+
- GD graphics library support was removed (https://mapserver.org/development/rfc/ms-rfc-99.html) and
342342
had been optional since 6.2.
343343

344344
- GIF output cannot be produced from MapServer although 8-bit PNG output can be be produced using the AGG/PNG8 driver.
345345

346-
- Bitmap fonts have been replaced with an embedded TrueType font (see http://www.mapserver.org/development/rfc/ms-rfc-104.html)
346+
- Bitmap fonts have been replaced with an embedded TrueType font (see https://mapserver.org/development/rfc/ms-rfc-104.html)
347347

348-
- RFC 98 - Label/Text Rendering Overhaul (http://www.mapserver.org/development/rfc/ms-rfc-98.html) may
348+
- RFC 98 - Label/Text Rendering Overhaul (https://mapserver.org/development/rfc/ms-rfc-98.html) may
349349
result in subtle label/character placement changes. Support for negative MAXLENGTH that implied forced
350350
linebreaks is not supported anymore, workaround implies pre-processing such labels to include linebreaks
351351
or wrap characters.
@@ -990,7 +990,7 @@ AGG rendering changes
990990
see `the AGG rendering specifics`_ for the changes relating to the addition
991991
of the `Antigrain Geometry`_ rendering engine.
992992

993-
.. _`the AGG rendering specifics`: https://www.mapserver.org/output/agg.html
993+
.. _`the AGG rendering specifics`: https://mapserver.org/output/agg.html
994994
.. _`Antigrain Geometry`: https://en.wikipedia.org/wiki/Anti-Grain_Geometry
995995

996996
---------------------------------------------------

en/faq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ are definitely very welcome. These contributions are handled through
596596
the same issue tracker used to track software bugs and enhancements.
597597

598598
Follow the directions for submitting bugs at:
599-
http://www.mapserver.org/development/bugs.html.
599+
https://mapserver.org/development/bugs.html.
600600
When creating a ticket, in the Component field, select `MapServer
601601
Documentation`. If our ticket pertains to a specific web page, please
602602
include the URL to that page.

en/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ tracker`_.
955955
Tutorial
956956
...............................................................................
957957

958-
`Here <http://www.mapserver.org/tutorial/>`__ is a quick tutorial for new users.
958+
`Here <https://mapserver.org/tutorial/>`__ is a quick tutorial for new users.
959959

960960

961961
Test Suite

en/tinyows/openlayershowto.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Sample: WFS-T with TinyOWS and OpenLayers
4444
title="TinyOWS Server - WFS-T Frida Service" />
4545

4646
<contact name="TinyOWS Server"
47-
site="http://www.mapserver.org/tinyows/"
47+
site="https://mapserver.org/tinyows/"
4848
email="[email protected]" />
4949

5050
<layer retrievable="1"
5151
writable="1"
5252
ns_prefix="tows"
53-
ns_uri="http://www.mapserver.org/tinyows/"
53+
ns_uri="https://mapserver.org/tinyows/"
5454
name="frida"
5555
title="Frida Parks" />
5656

@@ -283,7 +283,7 @@ Sample: WFS-T with TinyOWS and OpenLayers
283283
version: "1.1.0",
284284
srsName: "EPSG:31467",
285285
url: "http://127.0.0.1/cgi-bin/tinyows",
286-
featureNS : "http://www.mapserver.org/tinyows/",
286+
featureNS : "https://mapserver.org/tinyows/",
287287
featureType: "frida",
288288
geometryName: "geom",
289289
schema: "http://127.0.0.1/cgi-bin/tinyows?service=wfs&request=DescribeFeatureType&version=1.1.0&typename=tows:frida"

en/tutorial/example1-4-map.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Example1-4.map
7575
# MapServer has a very flexible labeling system. With that flexibility
7676
# comes complexity, specially when using truetype fonts. Please read
7777
# through the LABEL section of the MapServer map file documentation at
78-
# http://www.mapserver.org/mapfile for more information.
78+
# https://mapserver.org/mapfile for more information.
7979
LABEL
8080
COLOR 132 31 31
8181
SHADOWCOLOR 218 218 218

en/tutorial/example1-5-map.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Example1-5.map
7575
# MapServer has a very flexible labeling system. With that flexibility
7676
# comes complexity, specially when using truetype fonts. Please read
7777
# through the LABEL section of the MapServer map file documentation at
78-
# http://www.mapserver.org/mapfile for more information.
78+
# https://mapserver.org/mapfile for more information.
7979
LABEL
8080
COLOR 132 31 31
8181
SHADOWCOLOR 218 218 218

en/tutorial/example1-6-map.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Example1-6.map
116116
# MapServer has a very flexible labeling system. With that flexibility
117117
# comes complexity, specially when using truetype fonts. Please read
118118
# through the LABEL section of the MapServer map file documentation at
119-
# http://www.mapserver.org/mapfile for more information.
119+
# https://mapserver.org/mapfile for more information.
120120
LABEL
121121
COLOR 132 31 31
122122
SHADOWCOLOR 218 218 218

en/tutorial/example1-7-map.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Example1-7.map
121121
# MapServer has a very flexible labeling system. With that flexibility
122122
# comes complexity, specially when using truetype fonts. Please read
123123
# through the LABEL section of the MapServer map file documentation at
124-
# http://www.mapserver.org/mapfile for more information.
124+
# https://mapserver.org/mapfile for more information.
125125
LABEL
126126
COLOR 132 31 31
127127
SHADOWCOLOR 218 218 218

en/tutorial/example1-8-map.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Example1-8.map
170170
# MapServer has a very flexible labeling system. With that flexibility
171171
# comes complexity, specially when using truetype fonts. Please read
172172
# through the LABEL section of the MapServer map file documentation at
173-
# http://www.mapserver.org/mapfile for more information.
173+
# https://mapserver.org/mapfile for more information.
174174
LABEL
175175
COLOR 255 255 255
176176
TYPE TRUETYPE

0 commit comments

Comments
 (0)