[mapserver-commits] r12501 - in branches/branch-6-0/docs/en:
installation mapfile mapfile/symbology mapscript mapscript/php ogc
svn at osgeo.org
svn at osgeo.org
Sun Aug 28 05:51:27 EDT 2011
Author: havatv
Date: 2011-08-28 02:51:27 -0700 (Sun, 28 Aug 2011)
New Revision: 12501
Modified:
branches/branch-6-0/docs/en/installation/dotnet.txt
branches/branch-6-0/docs/en/installation/oracle.txt
branches/branch-6-0/docs/en/installation/unix.txt
branches/branch-6-0/docs/en/installation/win32.txt
branches/branch-6-0/docs/en/mapfile/Include.txt
branches/branch-6-0/docs/en/mapfile/class.txt
branches/branch-6-0/docs/en/mapfile/cluster.txt
branches/branch-6-0/docs/en/mapfile/expressions.txt
branches/branch-6-0/docs/en/mapfile/feature.txt
branches/branch-6-0/docs/en/mapfile/fontset.txt
branches/branch-6-0/docs/en/mapfile/grid.txt
branches/branch-6-0/docs/en/mapfile/join.txt
branches/branch-6-0/docs/en/mapfile/labelencoding.txt
branches/branch-6-0/docs/en/mapfile/layer.txt
branches/branch-6-0/docs/en/mapfile/legend.txt
branches/branch-6-0/docs/en/mapfile/map.txt
branches/branch-6-0/docs/en/mapfile/projection.txt
branches/branch-6-0/docs/en/mapfile/reference.txt
branches/branch-6-0/docs/en/mapfile/scalebar.txt
branches/branch-6-0/docs/en/mapfile/symbol.txt
branches/branch-6-0/docs/en/mapfile/symbology/construction.txt
branches/branch-6-0/docs/en/mapfile/symbology/examples.txt
branches/branch-6-0/docs/en/mapfile/template.txt
branches/branch-6-0/docs/en/mapfile/union.txt
branches/branch-6-0/docs/en/mapfile/variable_sub.txt
branches/branch-6-0/docs/en/mapscript/introduction.txt
branches/branch-6-0/docs/en/mapscript/mapfile.txt
branches/branch-6-0/docs/en/mapscript/mapscript.txt
branches/branch-6-0/docs/en/mapscript/php/class-intro.txt
branches/branch-6-0/docs/en/mapscript/php/index.txt
branches/branch-6-0/docs/en/mapscript/querying.txt
branches/branch-6-0/docs/en/mapscript/variables.txt
branches/branch-6-0/docs/en/ogc/filter_encoding.txt
branches/branch-6-0/docs/en/ogc/mapcontext.txt
branches/branch-6-0/docs/en/ogc/mapscript.txt
branches/branch-6-0/docs/en/ogc/sld.txt
branches/branch-6-0/docs/en/ogc/sos_server.txt
branches/branch-6-0/docs/en/ogc/wcs_format.txt
branches/branch-6-0/docs/en/ogc/wcs_server.txt
branches/branch-6-0/docs/en/ogc/wfs_client.txt
branches/branch-6-0/docs/en/ogc/wfs_server.txt
branches/branch-6-0/docs/en/ogc/wms_client.txt
branches/branch-6-0/docs/en/ogc/wms_server.txt
branches/branch-6-0/docs/en/ogc/wms_time.txt
Log:
Fixed labels / cross references after corrupting them by inserting index entries incorrectly when working on #4001
Modified: branches/branch-6-0/docs/en/installation/dotnet.txt
===================================================================
--- branches/branch-6-0/docs/en/installation/dotnet.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/installation/dotnet.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _dotnet_compile:
-
.. index::
triple: MapScript; .NET; Compilation
+.. _dotnet_compile:
+
*****************************************************************************
.NET MapScript Compilation
*****************************************************************************
Modified: branches/branch-6-0/docs/en/installation/oracle.txt
===================================================================
--- branches/branch-6-0/docs/en/installation/oracle.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/installation/oracle.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _oci_install:
-
.. index::
pair: Oracle; Installation
+.. _oci_install:
+
*****************************************************************************
Oracle Installation
*****************************************************************************
Modified: branches/branch-6-0/docs/en/installation/unix.txt
===================================================================
--- branches/branch-6-0/docs/en/installation/unix.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/installation/unix.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _unix:
-
.. index::
pair: Unix; Installation
+.. _unix:
+
*****************************************************************************
Compiling on Unix
*****************************************************************************
Modified: branches/branch-6-0/docs/en/installation/win32.txt
===================================================================
--- branches/branch-6-0/docs/en/installation/win32.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/installation/win32.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,11 +1,11 @@
-.. _win32:
-
.. index::
pair: Win32; Installation
.. index::
pair: Win32; Compilation
+.. _win32:
+
*****************************************************************************
Compiling on Win32
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/Include.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/Include.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/Include.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,3 +1,6 @@
+.. index::
+ single: Include
+
.. _include:
*****************************************************************************
@@ -95,4 +98,4 @@
COLOR 0 0 255
END
END
- END
\ No newline at end of file
+ END
Modified: branches/branch-6-0/docs/en/mapfile/class.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/class.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/class.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _class:
-
.. index::
single: CLASS
+.. _class:
+
*****************************************************************************
CLASS
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/cluster.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/cluster.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/cluster.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _cluster:
-
.. index::
single: CLUSTER
+.. _cluster:
+
*****************************************************************************
CLUSTER
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/expressions.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/expressions.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/expressions.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,9 +1,8 @@
-
-.. _expressions:
-
.. index::
single: Expressions
+.. _expressions:
+
*****************************************************************************
Expressions
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/feature.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/feature.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/feature.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _feature:
-
.. index::
single: FEATURE
+.. _feature:
+
*****************************************************************************
FEATURE
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/fontset.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/fontset.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/fontset.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _fontset:
-
.. index::
single: FONTSET
+.. _fontset:
+
*****************************************************************************
FONTSET
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/grid.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/grid.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/grid.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _grid:
-
.. index::
single: GRID
+.. _grid:
+
*****************************************************************************
GRID
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/join.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/join.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/join.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,3 +1,5 @@
+.. index:: JOIN
+
.. _join:
*****************************************************************************
@@ -4,8 +6,9 @@
JOIN
*****************************************************************************
-.. index:: JOIN
-
+.. index::
+ pair: JOIN; LAYER
+
Description
===========
Modified: branches/branch-6-0/docs/en/mapfile/labelencoding.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/labelencoding.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/labelencoding.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _labelencoding:
-
.. index::
single: International characters
+.. _labelencoding:
+
*****************************************************************************
Display of International Characters in MapServer
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/layer.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/layer.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/layer.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _layer:
-
.. index::
single: LAYER
+.. _layer:
+
*****************************************************************************
LAYER
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/legend.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/legend.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/legend.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,7 +1,7 @@
+.. index:: LEGEND
+
.. _legend:
-.. index:: LEGEND
-
*****************************************************************************
LEGEND
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/map.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/map.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/map.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _map:
-
.. index::
single: MAP
+.. _map:
+
*****************************************************************************
MAP
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/projection.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/projection.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/projection.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _projection:
-
.. index::
single: PROJECTION
+.. _projection:
+
*****************************************************************************
PROJECTION
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/reference.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/reference.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/reference.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,6 @@
.. index::
single: REFERENCE
-
-
.. _reference:
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/scalebar.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/scalebar.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/scalebar.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _scalebar:
-
.. index::
single: SCALEBAR
+.. _scalebar:
+
*****************************************************************************
SCALEBAR
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/symbol.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/symbol.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/symbol.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,3 +1,6 @@
+.. index::
+ single: SYMBOL
+
.. _symbol:
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/symbology/construction.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/symbology/construction.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/symbology/construction.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _sym_construction:
-
.. index::
single: Symbol construction
+.. _sym_construction:
+
*****************************************************************************
Cartographical Symbol Construction with MapServer
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/symbology/examples.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/symbology/examples.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/symbology/examples.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _sym_examples:
-
.. index::
single: Symbology examples
+.. _sym_examples:
+
*****************************************************************************
Symbology Examples
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/template.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/template.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/template.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _template:
-
.. index::
single: Templating
+.. _template:
+
*****************************************************************************
Templating
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/union.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/union.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/union.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _union:
-
.. index::
single: Union layer
+.. _union:
+
*****************************************************************************
Union Layer
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapfile/variable_sub.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/variable_sub.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapfile/variable_sub.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _variable_sub:
-
.. index::
single: Variable substitution
+.. _variable_sub:
+
*****************************************************************************
Variable Substitution
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapscript/introduction.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/introduction.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapscript/introduction.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _mapscript_introduction:
-
.. index::
pair: MapScript; Introduction
+.. _mapscript_introduction:
+
=============================================================================
Introduction
=============================================================================
Modified: branches/branch-6-0/docs/en/mapscript/mapfile.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/mapfile.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapscript/mapfile.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. ms_mapscript:
-
.. index::
pair: MapScript; Mapfile
+.. ms_mapscript:
+
*****************************************************************************
Mapfile Manipulation
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapscript/mapscript.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/mapscript.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapscript/mapscript.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _swig:
-
.. index::
pair: MapScript; API
+.. _swig:
+
*****************************************************************************
SWIG MapScript API Reference
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapscript/php/class-intro.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/php/class-intro.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapscript/php/class-intro.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _php_introduction:
-
.. index::
triple: MapScript; PHP; Introduction
+.. _php_introduction:
+
*****************************************************************************
Introduction
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapscript/php/index.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/php/index.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapscript/php/index.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,4 +1,4 @@
- .. _php:
+.. _php:
*****************************************************************************
PHP MapScript
Modified: branches/branch-6-0/docs/en/mapscript/querying.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/querying.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapscript/querying.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _querying:
-
.. index::
pair: MapScript; Querying
+.. _querying:
+
*****************************************************************************
Querying
*****************************************************************************
Modified: branches/branch-6-0/docs/en/mapscript/variables.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/variables.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/mapscript/variables.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. variables:
-
.. index::
pair: MapScript; Variables
+.. variables:
+
*****************************************************************************
MapScript Variables
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/filter_encoding.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/filter_encoding.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/filter_encoding.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _filter_encoding:
-
.. index::
pair: WFS; Filter encoding
+.. _filter_encoding:
+
*****************************************************************************
WFS Filter Encoding
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/mapcontext.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/mapcontext.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/mapcontext.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _map_context:
-
.. index::
pair: WMS; Web map context
+.. _map_context:
+
*****************************************************************************
Map Context
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/mapscript.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/mapscript.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/mapscript.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _mapscript_ows:
-
.. index::
pair: WxS Services; Mapscript wrappers
+.. _mapscript_ows:
+
*****************************************************************************
MapScript Wrappers for WxS Services
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/sld.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/sld.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/sld.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _sld:
-
.. index::
single: SLD
+.. _sld:
+
*****************************************************************************
SLD
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/sos_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/sos_server.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/sos_server.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _sos_server:
-
.. index::
single: SOS Server
+.. _sos_server:
+
*****************************************************************************
SOS Server
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/wcs_format.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wcs_format.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/wcs_format.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _wcs_format:
-
.. index::
pair: WCS; Use cases
+.. _wcs_format:
+
*****************************************************************************
WCS Use Cases
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/wcs_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wcs_server.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/wcs_server.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _WCS_server:
-
.. index::
single: WCS Server
+.. _WCS_server:
+
*****************************************************************************
WCS Server
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/wfs_client.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wfs_client.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/wfs_client.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _wfs_client:
-
.. index::
single: WFS Client
+.. _wfs_client:
+
*****************************************************************************
WFS Client
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/wfs_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wfs_server.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/wfs_server.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _wfs_server:
-
.. index::
single: WFS Server
+.. _wfs_server:
+
*****************************************************************************
WFS Server
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/wms_client.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_client.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/wms_client.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _wms_client:
-
.. index::
single: WMS Client
+.. _wms_client:
+
*****************************************************************************
WMS Client
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/wms_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_server.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/wms_server.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _wms_server:
-
.. index::
single: WMS Server
+.. _wms_server:
+
*****************************************************************************
WMS Server
*****************************************************************************
Modified: branches/branch-6-0/docs/en/ogc/wms_time.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_time.txt 2011-08-28 09:42:06 UTC (rev 12500)
+++ branches/branch-6-0/docs/en/ogc/wms_time.txt 2011-08-28 09:51:27 UTC (rev 12501)
@@ -1,8 +1,8 @@
-.. _wms_time:
-
.. index::
pair: WMS Server; Time requests
+.. _wms_time:
+
*****************************************************************************
WMS Time
*****************************************************************************
More information about the mapserver-commits
mailing list