[mapserver-commits] r8214 - in trunk/docs: . _templates

svn at osgeo.org svn at osgeo.org
Tue Dec 9 01:43:24 EST 2008


Author: hobu
Date: 2008-12-09 01:43:23 -0500 (Tue, 09 Dec 2008)
New Revision: 8214

Added:
   trunk/docs/documentation.txt
   trunk/docs/download.txt
Modified:
   trunk/docs/_templates/indexsidebar.html
   trunk/docs/_templates/layout.html
   trunk/docs/index.txt
Log:
tweak layout, add download link

Modified: trunk/docs/_templates/indexsidebar.html
===================================================================
--- trunk/docs/_templates/indexsidebar.html	2008-12-08 20:20:22 UTC (rev 8213)
+++ trunk/docs/_templates/indexsidebar.html	2008-12-09 06:43:23 UTC (rev 8214)
@@ -1 +1 @@
-<script type="text/javascript" src="http://www.ohloh.net/projects/3692/widgets/project_basic_stats"></script>
\ No newline at end of file
+<script type="text/javascript" src="http://www.ohloh.net/p/3692/widgets/project_partner_badge"></script>
\ No newline at end of file

Modified: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html	2008-12-08 20:20:22 UTC (rev 8213)
+++ trunk/docs/_templates/layout.html	2008-12-09 06:43:23 UTC (rev 8214)
@@ -1,16 +1,23 @@
 {% extends "!layout.html" %}
 
 {% block rootrellink %}
-        <li><a href="{{ pathto('index') }}">MapServer home </a> |&nbsp;</li>
+        <li><a href="{{ pathto('index') }}">Home </a> |&nbsp;</li>
+        <li><a href="{{ pathto('download') }}">Download </a> |&nbsp;</li>
+        <li><a href="{{ pathto('documentation') }}">Documentation </a> <a href="./MapServer.pdf">(PDF) </a>|&nbsp;</li>
+        <li><a href="http://mapserver.gis.umn.edu/community">Community</a> |&nbsp;</li>
 {% endblock %}
 
 {% block relbar1 %}
-<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
-<img src="{{ pathto("_static/mapserver.jpg", 1) }}" alt="MapServer logo" />
+<div style="padding: 10px 10px 15px 15px; background-color: white; text-align: left;">
+<a href="{{ pathto('index') }}">
+    <img src="{{ pathto("_static/mapserver.jpg", 1) }}" alt="MapServer logo" border=0 />
+</a>
 </div>
 {{ super() }}
 {% endblock %}
 
+
+
 {# put the sidebar before the body #}
 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
 {% block sidebar2 %}{% endblock %}

Added: trunk/docs/documentation.txt
===================================================================
--- trunk/docs/documentation.txt	                        (rev 0)
+++ trunk/docs/documentation.txt	2008-12-09 06:43:23 UTC (rev 8214)
@@ -0,0 +1,21 @@
+.. _documentation:
+
+***************************************************
+ MapServer Documentation
+***************************************************
+
+.. toctree::
+   :maxdepth: 1
+
+   new_users
+   installation/index
+   mapfile/index
+   mapscript/index
+   input/index
+   output/index
+   ogc/index
+
+   optimization/index
+   utilities/index
+   cgi/index
+   development/index
\ No newline at end of file


Property changes on: trunk/docs/documentation.txt
___________________________________________________________________
Name: svn:mime-type
   + text/x-rst
Name: svn:keywords
   + Id Rev Author Date

Added: trunk/docs/download.txt
===================================================================
--- trunk/docs/download.txt	                        (rev 0)
+++ trunk/docs/download.txt	2008-12-09 06:43:23 UTC (rev 8214)
@@ -0,0 +1,107 @@
+.. _download:
+
+***************************************************
+ Download
+***************************************************
+
+Source
+------------------------------------------------------------------------------
+
+Current Release
+..............................................................................
+
+* **2008-12-08** `mapserver-5.2.1.tar.gz`_ 
+  `Changelog <http://trac.osgeo.org/mapserver/browser/tags/rel-5-2-1/mapserver/HISTORY.TXT>`__
+
+.. _`mapserver-5.2.1.tar.gz`: http://download.osgeo.org/mapserver/mapserver-5.2.1.tar.gz
+
+
+Past Releases
+..............................................................................
+
+* **2008-7-16** `mapserver-5.2.0.tar.gz`_ 
+  `Changelog <http://trac.osgeo.org/mapserver/browser/tags/rel-5-2-0/mapserver/HISTORY.TXT>`__
+
+.. _`mapserver-5.2.0.tar.gz`: http://download.osgeo.org/mapserver/mapserver-5.2.0.tar.gz
+
+* **2008-6-24** `mapserver-5.0.3.tar.gz`_ 
+  `Changelog <http://trac.osgeo.org/mapserver/browser/tags/rel-5-0-3/mapserver/HISTORY.TXT>`__
+
+.. _`mapserver-5.0.3.tar.gz`: http://download.osgeo.org/mapserver/mapserver-5.0.3.tar.gz
+
+* **2008-1-28** `mapserver-5.0.2.tar.gz`_ 
+  `Changelog <http://trac.osgeo.org/mapserver/browser/tags/rel-5-0-2/mapserver/HISTORY.TXT>`__
+
+.. _`mapserver-5.0.2.tar.gz`: http://download.osgeo.org/mapserver/mapserver-5.0.2.tar.gz
+
+* **2008-1-23** `mapserver-5.0.1.tar.gz`_ 
+  `Changelog <http://trac.osgeo.org/mapserver/browser/tags/rel-5-0-1/mapserver/HISTORY.TXT>`__
+
+.. _`mapserver-5.0.1.tar.gz`: http://download.osgeo.org/mapserver/mapserver-5.0.1.tar.gz
+
+Binaries
+------------------------------------------------------------------------------
+
+Windows
+..............................................................................
+
+`MS4W`_
+    MapServer for Windows from MapTools.org. If you are a beginner looking for
+    a complete MapServer solution in the Windows platform, or an advanced user
+    looking to avoid compiling your own, this is what you're looking for. MS4W
+    is a complete HTTPD/PHP/MapScript/MapServer (and then some) package--you
+    only get to install the beast once and you get a complete web mapping
+    environment. MS4W includes PHP MapScript, C# MapScript, Python 2.4
+    MapScript, Java 1.4 MapScript, and additional dlls for SDE (9.1) and
+    Oracle (10.2) support.
+
+.. _`MS4W`: http://maptools.org/ms4w/
+
+`FWTools`_
+    A collection of Open Source GIS tools provided by Frank Warmerdam. This
+    goes beyond your basic web mapping tools and include many useful utilities
+    for creating, manipulating, and serving geo-spatial data.
+
+.. _`FWTools`: http://fwtools.maptools.org/
+
+
+`OSGeo4W`_
+    OSGeo4W is a binary distribution of a broad set of open source geospatial
+    software for Win32 environments (Windows XP, Vista, etc). OSGeo4W includes
+    GDAL/OGR, GRASS, MapServer, OpenEV, uDig, as well as many other packages
+    (about 70 as of summer 2008).
+    
+.. _`OSGeo4W`: http://trac.osgeo.org/osgeo4w/
+
+Linux
+..............................................................................
+
+`FGS`_
+    The FGS Linux Installer is a self-extracting file that will install
+    MapServer with PHP/MapScript and all of their dependencies on your Linux
+    system. It provides a stand-alone environment with all the required
+    software (incl. Apache and PHP) to run PHP/MapScript webmapping
+    applications. The bundled version of Apache can be configured to run on
+    any port so it will not interfere with previous installations of Apache or
+    other web servers on your system.
+
+.. _`FGS`: http://maptools.org/fgs/
+
+`DebianGIS`_
+    DebianGIS provides a number of packages including MapServer, PostGIS, 
+    GDAL, QGIS, and GEOS.  It sometimes lags a little bit behind the absolute 
+    latest release, but DebianGIS provides a solid integration environment 
+    for a giant slug of Open Source GIS software.
+    
+.. _`DebianGIS`: http://wiki.debian.org/DebianGis
+
+Mac OS X
+..............................................................................
+
+`Kyng Chaos`_
+    William Kyngesburye provides excellent, up-to-date packages for Mac OS X.
+    Most of the Open Source GIS stack is provided, including GEOS, GDAL, QGIS, 
+    and PostGIS.
+
+.. _`Kyng Chaos`: http://www.kyngchaos.com/wiki/software:mapserver
+


Property changes on: trunk/docs/download.txt
___________________________________________________________________
Name: svn:mime-type
   + text/x-rst
Name: svn:keywords
   + Id Rev Author Date

Modified: trunk/docs/index.txt
===================================================================
--- trunk/docs/index.txt	2008-12-08 20:20:22 UTC (rev 8213)
+++ trunk/docs/index.txt	2008-12-09 06:43:23 UTC (rev 8214)
@@ -1,14 +1,77 @@
-.. MapServer documentation master file, created by sphinx-quickstart on Fri Nov 21 09:49:43 2008.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
+.. _home:
 
-Welcome to MapServer's documentation!
-=====================================
+*****************************************************************************
+ Welcome to MapServer
+*****************************************************************************
 
-Contents:
 
+Welcome to the home of MapServer. MapServer is an `Open Source
+<http://www.opensource.org>`__ development environment for building
+spatially-enabled internet applications. MapServer is *not* a full-featured
+`GIS <http://www.gis.com/whatisgis/whatisgis.pdf>`__ system, nor does it
+aspire to be. Instead, MapServer excels at rendering spatial data (maps,
+images, and vector data) for the web.
+
+Beyond browsing GIS data, MapServer allows you create "geographic image maps",
+that is, maps that can direct users to content. For example, the Minnesota DNR
+`Recreation Compass <http://www.dnr.state.mn.us/maps/compass.html>`__ provides
+users with more than 10,000 web pages, reports and maps via a single
+application. The same application serves as a "map engine" for other portions
+of the site, providing spatial context where needed.
+
+MapServer was originally developed by the University of Minnesota (UMN) ForNet
+project in cooperation with NASA, and the Minnesota Department of Natural
+Resources (MNDNR). Later it was hosted by the TerraSIP project, a NASA
+sponsored project between the UMN and a consortium of land management
+interests.
+
+MapServer is now a project of `OSGeo <http://www.osgeo.org>`__, and is
+maintained by a growing number of developers (nearing 20) from around the
+world. It is supported by a diverse group of organizations that fund
+enhancements and maintenance, and administered within OSGeo by the MapServer
+:ref:`Project Steering Committee <rfc23>` made up of developers and other
+contributors.
+
+Features
+=============================
+
+- Advanced cartographic output
+
+  - Scale dependent feature drawing and application execution
+  - Feature labeling including label collision mediation
+  - Fully customizable, template driven output
+  - TrueType fonts
+  - Map element automation (scalebar, reference map, and legend)
+  - Thematic mapping using logical- or regular expression-based classes
+
+- Support for popular scripting and development environments
+
+- PHP, Python, Perl, Ruby, Java, and C#
+
+- Cross-platform support
+
+  - Linux, Windows, Mac OS X, Solaris, and more
+
+- A multitude of raster and vector data formats
+
+  - TIFF/GeoTIFF, EPPL7, and many others via `GDAL
+    <http://gdal.maptools.org/formats_list.html>`__
+  - ESRI shapfiles, PostGIS, ESRI ArcSDE, Oracle Spatial, MySQL and many
+    others via `OGR <http://ogr.maptools.org/ogr_formats.html>`__
+  - `Open Geospatial Consortium <http://www.opengeospatial.org>`__ (OGC) web
+    specifications
+      
+    - WMS (client/server), non-transactional WFS (client/server), WMC, WCS,
+      Filter Encoding, SLD, GML, SOS
+
+- Map projection support
+
+  - On-the-fly map projection with 1000s of projections through the 
+    `Proj.4 <http://proj.maptools.org>`__ library
+
+
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
 
    new_users
    installation/index
@@ -22,10 +85,3 @@
    utilities/index
    cgi/index
    development/index
-    
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`search`
-



More information about the mapserver-commits mailing list