[mapserver-commits] r8277 - in trunk/docs: . redirection

svn at osgeo.org svn at osgeo.org
Tue Dec 23 11:53:18 EST 2008


Author: hobu
Date: 2008-12-23 11:53:18 -0500 (Tue, 23 Dec 2008)
New Revision: 8277

Added:
   trunk/docs/redirection/
   trunk/docs/redirection/index.html
   trunk/docs/redirection/mapserver-redirect.conf
Modified:
   trunk/docs/conf.py
Log:
Add Daniel's redirects

Modified: trunk/docs/conf.py
===================================================================
--- trunk/docs/conf.py	2008-12-23 16:47:46 UTC (rev 8276)
+++ trunk/docs/conf.py	2008-12-23 16:53:18 UTC (rev 8277)
@@ -65,7 +65,7 @@
 
 # List of directories, relative to source directory, that shouldn't be searched
 # for source files.
-exclude_trees = ['howto']
+exclude_trees = ['howto', 'redirection', 'users-manual']
 
 # The reST default role (used for this markup: `text`) to use for all documents.
 #default_role = None

Added: trunk/docs/redirection/index.html
===================================================================
--- trunk/docs/redirection/index.html	                        (rev 0)
+++ trunk/docs/redirection/index.html	2008-12-23 16:53:18 UTC (rev 8277)
@@ -0,0 +1,47 @@
+<HTML>
+
+<head>
+  <title>Now Hosted on mapserver.osgeo.org</title>
+  <meta http-equiv="Refresh" content="10;URL=http://mapserver.osgeo.org/">
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+
+<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
+
+<table width="439" border="0" align="center" cellpadding="0" cellspacing="0">
+  <tr>
+    <td><img src="http://mapserver.osgeo.org/_static/mapserver.jpg" width="439" height="68"></td>
+  </tr>
+  <tr>
+    <td>&nbsp;</td>
+  </tr>
+  <tr>
+    <td>
+      <H1>The MapServer site has moved</H1>
+
+      <p>
+        The document you have requested can no longer be found here.
+      </p>
+      <p>
+        <b>The MapServer website has moved, and is now hosted at
+        <a href="http://mapserver.osgeo.org">http://mapserver.osgeo.org/</a>.</b>
+      </p>
+
+      <p>
+        This page should automatically take you to the new home page in a few seconds.
+        If not, please follow this link <a href="http://mapserver.osgeo.org">http://mapserver.osgeo.org/</a>.</b>
+        and from there you will hopefully be able to locate the document you were interested in.
+      </p>
+
+      <p>
+        Please update your bookmarks.
+      </p>
+
+      <p>&nbsp;</p>
+    </td>
+  </tr>
+</table>
+
+</body>
+
+</HTML>

Added: trunk/docs/redirection/mapserver-redirect.conf
===================================================================
--- trunk/docs/redirection/mapserver-redirect.conf	                        (rev 0)
+++ trunk/docs/redirection/mapserver-redirect.conf	2008-12-23 16:53:18 UTC (rev 8277)
@@ -0,0 +1,62 @@
+
+RewriteEngine On
+RewriteBase /
+# Redirect home page to keep search engine ranking
+RewriteRule ^$					http://mapserver.osgeo.org/ [R=301,L]
+RewriteRule ^License				http://mapserver.osgeo.org/copyright.html [R=301,L]
+RewriteRule ^download				http://mapserver.osgeo.org/download.html [R=301,L]
+RewriteRule ^community				http://mapserver.osgeo.org/community/ [R=301,L]
+RewriteRule ^new_users				http://mapserver.osgeo.org/introduction.html [R=301,L]
+RewriteRule ^docs/tutorial			http://mapserver.osgeo.org/introduction.html#tutorial [R=301,L]
+
+RewriteRule ^development/rfc/ms-rfc-(.*)/	http://mapserver.osgeo.org/development/rfc/ms-rfc-$1.html [R=301,L]
+RewriteRule ^development/rfc/ms-rfc-(.*)	http://mapserver.osgeo.org/development/rfc/ms-rfc-$1.html [R=301,L]
+RewriteRule ^development/rfc/			http://mapserver.osgeo.org/development/rfc/ [R=301,L]
+# Catch-all for development, must come last
+RewriteRule ^development			http://mapserver.osgeo.org/development/ [R=301,L]
+
+RewriteRule ^docs/reference/mapfile		http://mapserver.osgeo.org/mapfile/ [R=301,L]
+RewriteRule ^docs/reference/cgi			http://mapserver.osgeo.org/cgi/ [R=301,L]
+RewriteRule ^docs/reference/php-mapscript-class	http://mapserver.osgeo.org/mapscript/php/ [R=301,L]
+RewriteRule ^docs/reference/mapscript		http://mapserver.osgeo.org/mapscript/ [R=301,L]
+RewriteRule ^docs/reference/symbology/examples	http://mapserver.osgeo.org/mapfile/symbology/examples.html [R=301,L]
+RewriteRule ^docs/reference/symbology		http://mapserver.osgeo.org/mapfile/symbol.html [R=301,L]
+RewriteRule ^docs/reference/templatereference	http://mapserver.osgeo.org/mapfile/template.html [R=301,L]
+RewriteRule ^docs/reference/utilityreference	http://mapserver.osgeo.org/utilities/ [R=301,L]
+RewriteRule ^docs/reference/vector_data		http://mapserver.osgeo.org/input/vector/ [R=301,L]
+RewriteRule ^docs/reference/systemmanage	http://mapserver.osgeo.org/utilities/manage.html [R=301,L]
+RewriteRule ^docs/howto/fastcgi			http://mapserver.osgeo.org/optimization/fastcgi.html [R=301,L]
+RewriteRule ^docs/howto/html_legend		http://mapserver.osgeo.org/output/html_legend.html [R=301,L]
+RewriteRule ^docs/howto/ogr_howto		http://mapserver.osgeo.org/input/vector/ogr.html [R=301,L]
+RewriteRule ^docs/howto/ogrmysql		http://mapserver.osgeo.org/input/vector/mysql.html [R=301,L]
+RewriteRule ^docs/howto/raster_data		http://mapserver.osgeo.org/input/raster.html [R=301,L]
+RewriteRule ^docs/howto/optimizevector		http://mapserver.osgeo.org/optimization/vector.html [R=301,L]
+RewriteRule ^docs/howto/optimizeraster		http://mapserver.osgeo.org/optimization/raster.html [R=301,L]
+RewriteRule ^docs/howto/cartosymbols		http://mapserver.osgeo.org/mapfile/symbology/construction.html [R=301,L]
+RewriteRule ^docs/howto/tileindex		http://mapserver.osgeo.org/optimization/tileindex.html [R=301,L]
+RewriteRule ^docs/howto/msexpressions		http://mapserver.osgeo.org/mapfile/expressions.html [R=301,L]
+RewriteRule ^docs/howto/pdf-output		http://mapserver.osgeo.org/output/pdf.html [R=301,L]
+RewriteRule ^docs/howto/imagemaps		http://mapserver.osgeo.org/output/imagemaps.html [R=301,L]
+RewriteRule ^docs/howto/mapfiletuning		http://mapserver.osgeo.org/optimization/mapfile.html [R=301,L]
+RewriteRule ^docs/howto/antialias		http://mapserver.osgeo.org/output/antialias.html [R=301,L]
+RewriteRule ^docs/howto/dynamic-charting	http://mapserver.osgeo.org/output/dynamic_charting.html [R=301,L]
+RewriteRule ^docs/howto/agg-rendering-specifics	http://mapserver.osgeo.org/output/agg.html [R=301,L]
+RewriteRule ^docs/howto/flash_output		http://mapserver.osgeo.org/output/flash.html [R=301,L]
+RewriteRule ^docs/howto/mapscript_imagery	http://mapserver.osgeo.org/mapscript/imagery.html [R=301,L]
+RewriteRule ^docs/howto/mapscript_map_config	http://mapserver.osgeo.org/mapscript/mapfile.html [R=301,L]
+RewriteRule ^docs/howto/phpmapscript-byexample	http://mapserver.osgeo.org/mapscript/php/by_example.html [R=301,L]
+RewriteRule ^docs/howto/mapscript_querying	http://mapserver.osgeo.org/mapscript/querying.html [R=301,L]
+RewriteRule ^docs/howto/wxs_mapscript		http://mapserver.osgeo.org/ogc/mapscript.html [R=301,L]
+RewriteRule ^docs/howto/filterencoding		http://mapserver.osgeo.org/ogc/filter_encoding.html [R=301,L]
+RewriteRule ^docs/howto/mapcontext		http://mapserver.osgeo.org/ogc/mapcontext.html [R=301,L]
+RewriteRule ^docs/howto/svg-howto		http://mapserver.osgeo.org/output/svg.html [R=301,L]
+RewriteRule ^docs/howto/sos_server		http://mapserver.osgeo.org/ogc/sos_server.html [R=301,L]
+RewriteRule ^docs/howto/sldhowto		http://mapserver.osgeo.org/ogc/sld.html [R=301,L]
+RewriteRule ^docs/howto/wcs_server		http://mapserver.osgeo.org/ogc/wcs_server.html [R=301,L]
+RewriteRule ^docs/howto/wms_server		http://mapserver.osgeo.org/ogc/wms_server.html [R=301,L]
+RewriteRule ^docs/howto/wms_client		http://mapserver.osgeo.org/ogc/wms_client.html [R=301,L]
+RewriteRule ^docs/howto/wms_time_support	http://mapserver.osgeo.org/ogc/wms_time.html [R=301,L]
+RewriteRule ^docs/howto/wfs_server		http://mapserver.osgeo.org/ogc/wfs_server.html [R=301,L]
+RewriteRule ^docs/howto/wfs_client		http://mapserver.osgeo.org/ogc/wfs_client.html [R=301,L]
+# Catch-all for docs, must come last
+RewriteRule ^docs				http://mapserver.osgeo.org/documentation.html [R=301,L]



More information about the mapserver-commits mailing list