[mapserver-commits] r12627 - trunk/docs/en/mapcache

svn at osgeo.org svn at osgeo.org
Thu Oct 6 11:01:47 EDT 2011


Author: tbonfort
Date: 2011-10-06 08:01:47 -0700 (Thu, 06 Oct 2011)
New Revision: 12627

Modified:
   trunk/docs/en/mapcache/mapcache_install.txt
Log:
switch pygments highlighting from console to bash


Modified: trunk/docs/en/mapcache/mapcache_install.txt
===================================================================
--- trunk/docs/en/mapcache/mapcache_install.txt	2011-10-06 12:44:04 UTC (rev 12626)
+++ trunk/docs/en/mapcache/mapcache_install.txt	2011-10-06 15:01:47 UTC (rev 12627)
@@ -47,7 +47,7 @@
 For unix users where all packages are in the default locations, the compilation
 process should resume to:
 
-.. code-block:: console
+.. code-block:: bash
 
   $ ./configure
   $ make
@@ -77,7 +77,7 @@
 
 Finally, restart apache to take the modified configuration into account
 
-.. code-block:: console
+.. code-block:: bash
 
    $ sudo apachectl restart
 
@@ -95,7 +95,7 @@
 Apache apxs
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-apxs=/path/to/apxs
 
@@ -109,7 +109,7 @@
 Apr
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-apr-config=/path/to/apr-config
 
@@ -124,7 +124,7 @@
 Apr-Util
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-apu-config=/path/to/apu-config
 
@@ -134,7 +134,7 @@
 Libcurl
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-curl-config=/path/to/curl-config
 
@@ -143,7 +143,7 @@
 Libpng
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-png=/path/to/png/prefix
 
@@ -156,7 +156,7 @@
 Libjpeg
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-jpeg=/path/to/jpeg/prefix
 
@@ -169,7 +169,7 @@
 Pixman (recommended)
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-pixman=[yes|no|/path/to/pkgconfig/pixman.pc]
 
@@ -185,7 +185,7 @@
 Sqlite (optional)
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-sqlite[=yes|no|/path/to/sqlite-prefix]
 
@@ -197,7 +197,7 @@
 GDAL/OGR (optional, also requires geos)
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-gdal[=yes|no|/path/to/gdal-config]
 
@@ -210,7 +210,7 @@
 GEOS (optional)
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-geos=/path/to/geos-config
 
@@ -225,7 +225,7 @@
 PCRE (optional)
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-pcre=/path/to/pcre-prefix
 
@@ -240,7 +240,7 @@
 FastCGI Support (optional)
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-fastcgi=/path/to/fastcgi-prefix
 
@@ -254,7 +254,7 @@
 TIFF Readonly Cache Support (optional)
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-tiff=/path/to/libtiff-prefix
 
@@ -262,7 +262,7 @@
 Debug Mode
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --enable-debug
 
@@ -279,7 +279,7 @@
 other external libraries (support is obtained through apr-util). You can
 optionally disable it if you have no need for it.
 
-.. code-block:: console
+.. code-block:: bash
 
    --disable-memcache
 
@@ -289,14 +289,14 @@
 You can disable the apache module building if you only plan on using the
 fastcgi executable or the seeder.
 
-.. code-block:: console
+.. code-block:: bash
 
    --disable-module
 
 MapCache adds itself to the version string reported by the apache server. This
 can be disabled with
 
-.. code-block:: console
+.. code-block:: bash
 
    --disable-version-string
 
@@ -316,7 +316,7 @@
 enabled on local filesystems, with a prefork mpm or fastcgi MapCache install.
 
 
-.. code-block:: console
+.. code-block:: bash
 
    --enable-tiff-write-support
 
@@ -331,7 +331,7 @@
 not be enabled for general use.
 
 
-.. code-block:: console
+.. code-block:: bash
 
    --enable-mapserver
 
@@ -344,7 +344,7 @@
 File Locking
 ================================================================================
 
-.. code-block:: console
+.. code-block:: bash
 
    --with-lock-mechanism=file|semaphore
 



More information about the mapserver-commits mailing list