diff --git a/src/components/FeatureList/index.js b/src/components/FeatureList/index.js
index 8c99d11..04e13ea 100644
--- a/src/components/FeatureList/index.js
+++ b/src/components/FeatureList/index.js
@@ -82,7 +82,7 @@ const FeatureList = [
items: [
'fine-grained control over the seed area with Shapefiles, GeoJSON, PostGIS or WKT geometries',
'multi-threaded requests, meta-tile splitting and image encoding',
- 'optimized seeding strategy (to work _with_ your database cache)'
+ 'optimized seeding strategy'
]
}
]
diff --git a/src/data/_features.js b/src/data/_features.js
index 980a93b..bd3ddd7 100644
--- a/src/data/_features.js
+++ b/src/data/_features.js
@@ -53,7 +53,7 @@ export const features = [
{
descriptions: [It also supports combinations of cached and cascaded layers. Other features:],
items: [
- respond to GetLegendGraphic requests',
+ respond to GetLegendGraphic requests,
cascade GetFeatureInfo requests with optional XSL transformations',
limit sources to polygon areas',
convert WMS versions and image formats',
diff --git a/src/pages/development.md b/src/pages/development.md
index ec563e3..286b5dd 100644
--- a/src/pages/development.md
+++ b/src/pages/development.md
@@ -6,7 +6,7 @@ You want to improve MapProxy, found a bug and want to fix it? Great! This docume
#### Source
-Releases are available from the [PyPI project page of MapProxy](http://pypi.python.org/pypi/MapProxy). There is also [an archive of all official releases](http://pypi.python.org/packages/source/M/MapProxy/), unofficial releases and pre-releases [can be found here](https://mapproxy.org/static/rel/).
+Releases are available from the [PyPI project page of MapProxy](http://pypi.python.org/pypi/MapProxy).
MapProxy uses [Git](http://git-scm.com/) as a source control management tool. If you are new to distributed SCMs or Git we recommend to read [Pro Git](http://git-scm.com/book).
@@ -18,12 +18,15 @@ To get a copy of the repository call:
#### Continuous integration
-We use Travis-CI to automatically run the MapProxy test suite against different Python versions. The test results [can be found here](https://travis-ci.org/mapproxy/mapproxy/). Travis-CI is connected with our GitHub repository and the integration tests are run for each commit and pull-request.
+We use github actions to automatically run the MapProxy test suite against different Python versions and also to automatically deploy new releases. 👉 https://github.com/mapproxy/mapproxy/actions
#### How to contribute
+Questions? 👉 [mailing list](support) or [issues](https://github.com/mapproxy/mapproxy/issues)
+Code enhancements / bugs 👉 [github](https://github.com/mapproxy/mapproxy)
+
You can post patches to the mailing list or create a new ticket. Or better, [create a fork](http://help.github.com/fork-a-repo/) instead and send a pull request. Feel free to post to the [mailing list first](support), if you have any question.
#### More information
-There is a [whole chapter about development in the documentation](https://mapproxy.org/docs/latest/development.html). It covers most aspects of the MapProxy development including the source code, documentation, tests, etc.
+There is a [whole chapter about development in the documentation](https://mapproxy.github.io/mapproxy/development.html). It covers most aspects of the MapProxy development including the source code, documentation, tests, etc.
diff --git a/src/pages/download.md b/src/pages/download.md
index d917824..f65adee 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -4,7 +4,9 @@ title: Download
MapProxy releases are available from the [PyPI project page of MapProxy](http://pypi.python.org/pypi/MapProxy). There is also [an archive of all official releases](https://pypi.python.org/packages/source/M/MapProxy/), unofficial releases and pre-releases [can be found here](https://mapproxy.org/static/rel/).
-However, downloading is often not necessary, because you can install MapProxy with the Python tools `easy_install` or `pip`. Read the [installation instructions](https://mapproxy.github.io/docs/latest/install.html) for more information.
+However, downloading is often not necessary, because you can install MapProxy with the Python tools `easy_install` or `pip`. Read the [installation instructions](https://mapproxy.github.io/mapproxy/install.html) for more information.
+
+There are several ready-to-use docker images for development/testing and production use. Please check the docs for more information.
## Releases
@@ -47,6 +49,7 @@ There are no nightly build packages, but you can directly install from the devel
pip install https://github.com/mapproxy/mapproxy/tarball/master
+