[mapserver-commits] r8239 - in trunk/docs: . development/tests
installation utilities
svn at osgeo.org
svn at osgeo.org
Fri Dec 12 13:08:59 EST 2008
Author: hobu
Date: 2008-12-12 13:08:58 -0500 (Fri, 12 Dec 2008)
New Revision: 8239
Modified:
trunk/docs/conf.py
trunk/docs/development/tests/autotest.txt
trunk/docs/installation/oracle.txt
trunk/docs/utilities/msencrypt.txt
Log:
ignore howto directory, clean up a few warnings
Modified: trunk/docs/conf.py
===================================================================
--- trunk/docs/conf.py 2008-12-11 06:12:26 UTC (rev 8238)
+++ trunk/docs/conf.py 2008-12-12 18:08:58 UTC (rev 8239)
@@ -65,7 +65,7 @@
# List of directories, relative to source directory, that shouldn't be searched
# for source files.
-exclude_trees = []
+exclude_trees = ['howto']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
Modified: trunk/docs/development/tests/autotest.txt
===================================================================
--- trunk/docs/development/tests/autotest.txt 2008-12-11 06:12:26 UTC (rev 8238)
+++ trunk/docs/development/tests/autotest.txt 2008-12-12 18:08:58 UTC (rev 8239)
@@ -41,7 +41,7 @@
The autotest also requires that the executables built with MapServer, notably
:ref:`shp2img`, :ref:`legend <legend_utility>`, :ref:`mapserv` and
-:ref:`scalebar <scalebar_utility>, are available in the path. I generally
+:ref:`scalebar <scalebar_utility>`, are available in the path. I generally
accomplish this by adding the MapServer build directory to my path.
csh::
@@ -206,6 +206,7 @@
-o [RESULT]".
::
+
RUN_PARMS: tr_scalebar.png [SCALEBAR] [MAPFILE] [RESULT]
For testing things as they would work from an HTTP request, use the RUN_PARMS
@@ -213,6 +214,7 @@
redirected to a file.
::
+
# RUN_PARMS: wcs_cap.xml [MAPSERV] QUERY_STRING='map=[MAPFILE]&SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCapabilities' > [RESULT]
For web services that generate images that would normally be prefixed with the
Modified: trunk/docs/installation/oracle.txt
===================================================================
--- trunk/docs/installation/oracle.txt 2008-12-11 06:12:26 UTC (rev 8238)
+++ trunk/docs/installation/oracle.txt 2008-12-12 18:08:58 UTC (rev 8239)
@@ -195,6 +195,7 @@
* CONNECTIONTYPE oraclespatial
* CONNECTION 'user/password at MY_ORACLE'
* DATA 'GEOM FROM MY_LAYER USING SRID 82032'
+
[...]
Where:
Modified: trunk/docs/utilities/msencrypt.txt
===================================================================
--- trunk/docs/utilities/msencrypt.txt 2008-12-11 06:12:26 UTC (rev 8238)
+++ trunk/docs/utilities/msencrypt.txt 2008-12-12 18:08:58 UTC (rev 8239)
@@ -106,8 +106,8 @@
3656026A23DBAFC04C402EDFAB7CE714
3. Edit the mapfile to make sure the 'mykey.txt' can be found, using the
- "MS_ENCRYPTION_KEY" environment variable. The CONFIG parameter inside the
- MAP object can be used to set an environment variable inside a mapfile:
+ "MS_ENCRYPTION_KEY" environment variable. The CONFIG parameter inside the
+ MAP object can be used to set an environment variable inside a mapfile:
::
More information about the mapserver-commits
mailing list