{% extends "!layout.html" %} {% block relbar1 %}
MapServer banner Home | Docs | Issue Tracker | FAQ | Download
{%- for lng in languages.split(' ') %} {%- if lng == language %} {{ lng }} {%- else %} {# just a hack to keep the current url for English docs; they start at www.mapserver.org/ instead of www.mapserver.org/ #} {% if target == 'mapserverorg' %} {% if lng == 'en' %} {{ lng }} {% else %} {{ lng }} {% endif %} {% else %} {{ lng }} {% endif %} {%- endif %} {%- endfor %}
{{ super() }} {% endblock %} {# create a custom sidebar TOC -> see the templating reference http://sphinx.pocoo.org/templating.html#working-with-the-builtin-templates #} {% block sidebartoc %}

Community

Mailing Lists
IRC chat
Wiki

Development


Documentation

Introduction
FAQ
Mapfile Reference
MapScript

Downloads


Issue Tracker


{{ super() }} {% endblock %}