Skip to content

Commit 8a39976

Browse files
authored
Merge pull request #876 from cvvergara/remove-double-space-warning-from-weblate
Remove double space warning from weblate
2 parents a1d5bdc + 5f8cff1 commit 8a39976

File tree

988 files changed

+11276
-2898
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

988 files changed

+11276
-2898
lines changed

doc/conf.py

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,21 @@
183183

184184
linkcheck_retries = 3 # default is 1
185185

186+
# About User-Agent:
187+
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent
188+
linkcheck_request_headers = {
189+
"*": { 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0' },
190+
}
191+
186192
linkcheck_ignore = [
187193
# currently SSL_ERROR_BAD_CERT_DOMAIN
188194
# TODO remove this line when the CERT is fixed
189195
r'https://www.rspatial.org',
190196

197+
198+
# NewConnectionError looks like information is wrong
199+
r'http://udig.refractions.net',
200+
191201
# link exists but does not accept robots and linkchecker is a robot
192202
# used in overview/mapserver_overview
193203
'http://www.dnr.state.mn.us/maps/compass.html',
@@ -200,10 +210,6 @@
200210
'https://www.iso.org',
201211
r'https://inspire.ec.europa.eu',
202212

203-
# 403 Client Error: Forbidden for url
204-
r'https://www.intel.com/',
205-
r'https://www.mydigitallife.net/',
206-
207213
# HTTPSConnectionPool
208214
r'https://worldwind.arc.nasa.gov/java/',
209215
r'https://r-spatial.org',
@@ -218,14 +224,15 @@
218224
r'https://live.osgeo.org/archive/15.0',
219225
r'https://live.osgeo.org/archive/16.0',
220226

227+
# For the following an appropiate user agent is needed
221228
# 403 Client Error
229+
r'https://www.intel.com',
230+
r'https://www.mydigitallife.net',
222231
r'https://docs.etf-validator.net',
223232
r'https://etf-validator.net',
224233
r'https://www.ogc.org',
225-
r'https://external.ogc.org',
226-
r'https://www.safe.com',
227-
r'https://www.geowebcache.org',
228-
r'https://www.geoext.org',
234+
r'https://sourceforge.net',
235+
r'https://opensource.org',
229236

230237
# link exists but when many link checks are done link checker fails
231238
# ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You may use attribution text similar to one of the following:
6060
**Concise CC-By-SA and attribution:**
6161

6262
© 2011 [Your Name] under a `CC By SA License
63-
<https://creativecommons.org/licenses/by-sa/3.0/>`__. [Derived
63+
<https://creativecommons.org/licenses/by-sa/3.0/>`__. [Derived
6464
from|Includes|Extends] :doc:`OSGeoLive <index>` documentation by
6565
:doc:`OSGeoLive contributors <copyright>`.
6666

doc/overview/52nSOS_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Core Features
3131
This provides means for administration and configuration of the service
3232
instance, as well as sending test requests for SOS operations; appropriate
3333
sample requests are included.
34-
* **Helgoland**: The SOS contains the Helgoland application for the exploration,
34+
* **Helgoland**: The SOS contains the Helgoland application for the exploration,
3535
analysis and visualization of Sensor Web data in various fields of use, e.g.
3636
hydrology, meteorology, environmental monitoring, traffic management.
3737
* **Specifications**: The 52°North SOS implements the current specification version 2.0.0 and the

doc/overview/cesium_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Details
5555

5656
**Software Version:** |version-cesium|
5757

58-
**Supported Platforms:** Platform independent, depends only on a browser which supports WebGL
58+
**Supported Platforms:** Platform independent, depends only on a browser which supports WebGL
5959

6060
**Community Support:** Forum at https://community.cesium.com
6161

doc/overview/geomoose_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
Web GIS Portal
1616
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1717

18-
GeoMoose is a browser based mapping framework for displaying distributed cartographic data. It is particularly useful for managing spatial and non-spatial data within county, city and municipal offices (from which GeoMoose originated). It extends the functionality of MapServer and OpenLayers to provide built in services, like drill-down identify operations for viewing and organising many layers, selection operations and dataset searches.
18+
GeoMoose is a browser based mapping framework for displaying distributed cartographic data. It is particularly useful for managing spatial and non-spatial data within county, city and municipal offices (from which GeoMoose originated). It extends the functionality of MapServer and OpenLayers to provide built in services, like drill-down identify operations for viewing and organising many layers, selection operations and dataset searches.
1919

20-
GeoMoose is fast, performing well with hundreds of layers and/or services at a time. Data from multiple custodians can be maintained with different tools and on different schedules as each map layer has its own set of configuration files for publishing, symbols, templates as well as source data.
20+
GeoMoose is fast, performing well with hundreds of layers and/or services at a time. Data from multiple custodians can be maintained with different tools and on different schedules as each map layer has its own set of configuration files for publishing, symbols, templates as well as source data.
2121

2222
The user interface is easily configurable, and additional services can be added through a modular architecture.
2323

doc/overview/geoserver_overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Core Features
5656
Implemented Standards
5757
--------------------------------------------------------------------------------
5858

59-
Support of numerous Open Geospatial Consortium (OGC) standards:
59+
Support of numerous Open Geospatial Consortium (OGC) standards:
6060

6161
* |WMS| (client/server)
6262
* |WMTS|

doc/overview/gpsprune_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ GPS Track-Editing
1515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

1717
`GpsPrune <@WEB_gpsprune@>`_ is a tool for viewing,
18-
editing and converting coordinate data from GPS systems. It can be used for planning
18+
editing and converting coordinate data from GPS systems. It can be used for planning
1919
trips in advance, or for analysing the tracks recorded by GPS receivers.
2020

2121
It uses :doc:`OpenStreetMap <osm_dataset_overview>`
2222
imagery to show recorded tracks and waypoints, and provides a variety of tools
23-
to let you edit, crop and prune the data points. It also has functions for
23+
to let you edit, crop and prune the data points. It also has functions for
2424
correlating photos and audio files to the coordinates using the file timestamps.
2525

2626
GpsPrune uses GPSBabel, if available, to read data directly from a GPS receiver,

doc/overview/gvsig_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Core Features
3333

3434
* Interoperable: able to work with most known data formats:
3535

36-
* raster : ecw, ENVI hdr, ERDAS img, (Geo)TIFF, GRASS, NetCDF...
36+
* raster : ecw, ENVI hdr, ERDAS img, (Geo)TIFF, GRASS, NetCDF...
3737
* vector & CAD: shapefile, NetCDF, GML, KML, DGN, DXF, DWG
3838
* databases: PostGIS, MySQL, Oracle, ArcSDE
3939
* remote: OGC standards (WMS, WMTS, WFS, WCS), OSM, ECWP, ArcIMS
@@ -84,7 +84,7 @@ Advanced client support of numerous Open Geospatial Consortium (OGC) standards
8484
* Load WMS, WMTS, WFS and WCS layers
8585
* Export/import of SLD legends
8686
* Export/import of Web Map Context (WMC)
87-
* Search on catalogues with CSW (ISO/19115 and ebRIM)
87+
* Search on catalogues with CSW (ISO/19115 and ebRIM)
8888
* Search on gazetteers using WFS-G recommendation
8989

9090
Details

doc/overview/jts_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
================================================================================
1212

1313
JTS is an open source library of spatial predicates and functions for
14-
processing geometries. It provides a complete, consistent, and robust implementation of fundamental
14+
processing geometries. It provides a complete, consistent, and robust implementation of fundamental
1515
algorithms for processing linear geometry on the 2-dimensional Cartesian plane.
1616

1717
JTS includes the "JTS Test Builder" which allows users to
@@ -20,7 +20,7 @@ JTS stability is ensured through an extensive test suite.
2020

2121
JTS is used by most java based Open Source geospatial applications, and
2222
:doc:`geos_overview`, which is a C++ port of JTS, is used by most
23-
C based applications. Additional ports are available for C# and JavaScript.
23+
C based applications. Additional ports are available for C# and JavaScript.
2424

2525
@SCREENSHOT_jts@
2626

doc/overview/leaflet_overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
Browser/Mobile Map Library
1616
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1717

18-
Leaflet is an JavaScript library for browser based, mobile-friendly, interactive maps. It is light weight, yet has all the features most developers ever need for online maps.
18+
Leaflet is an JavaScript library for browser based, mobile-friendly, interactive maps. It is light weight, yet has all the features most developers ever need for online maps.
1919

2020
Leaflet is designed with simplicity, performance and usability in mind.
2121
It works efficiently across all major desktop and mobile platforms out of
22-
the box, taking advantage of HTML5 and CSS3 on modern browsers while
23-
being accessible on older ones too. It can be extended with many
22+
the box, taking advantage of HTML5 and CSS3 on modern browsers while
23+
being accessible on older ones too. It can be extended with many
2424
plugins, has a beautiful, easy to use and well-documented API and a
2525
simple, readable source code that is a joy to contribute to.
2626

0 commit comments

Comments
 (0)