[mapserver-commits] r8242 - in trunk/docs: . _templates community
svn at osgeo.org
svn at osgeo.org
Tue Dec 16 11:05:35 EST 2008
Author: hobu
Date: 2008-12-16 11:05:35 -0500 (Tue, 16 Dec 2008)
New Revision: 8242
Added:
trunk/docs/community/
trunk/docs/community/index.txt
trunk/docs/community/lists.txt
Modified:
trunk/docs/_templates/layout.html
trunk/docs/conf.py
trunk/docs/index.txt
Log:
add community section
Modified: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html 2008-12-16 03:58:54 UTC (rev 8241)
+++ trunk/docs/_templates/layout.html 2008-12-16 16:05:35 UTC (rev 8242)
@@ -4,7 +4,7 @@
<li><a href="{{ pathto('index') }}">Home </a> | </li>
<li><a href="{{ pathto('download') }}">Download </a> | </li>
<li><a href="{{ pathto('documentation') }}">Documentation </a> <a href="/MapServer.pdf">(PDF) </a>| </li>
- <li><a href="http://mapserver.gis.umn.edu/community">Community</a> | </li>
+ <li><a href="{{ pathto('community/index') }}">Community</a> | </li>
{% endblock %}
{% block relbar1 %}
Added: trunk/docs/community/index.txt
===================================================================
--- trunk/docs/community/index.txt (rev 0)
+++ trunk/docs/community/index.txt 2008-12-16 16:05:35 UTC (rev 8242)
@@ -0,0 +1,11 @@
+.. _community:
+
+*****************************************************************************
+ Community Activities
+*****************************************************************************
+
+.. toctree::
+ :maxdepth: 2
+
+ lists
+
Added: trunk/docs/community/lists.txt
===================================================================
--- trunk/docs/community/lists.txt (rev 0)
+++ trunk/docs/community/lists.txt 2008-12-16 16:05:35 UTC (rev 8242)
@@ -0,0 +1,92 @@
+.. _lists:
+
+*****************************************************************************
+ Mailing Lists
+*****************************************************************************
+
+
+mapserver-announce
+-----------------------------------------------------------------------------
+
+The mapserver-announce listserv is used to announce MapServer software updates
+or security issues. It is a very low-traffic volume list.
+
+Subscribing to mapserver-announce
+.............................................................................
+
+To subscribe to the mapserver-announce listserv visit
+http://lists.osgeo.org/mailman/listinfo/mapserver-announce and enter your
+subscription information. You can later change your subscription information
+or leave the list at this website.
+
+.. note::
+ If your are subscribed to the mapserver-users listserv, you need not
+ subscribe to mapserver-announce: all messages sent to mapserver-announce
+ are also copied to mapserver-users.
+
+Submitting Questions to mapserver-announce
+.............................................................................
+
+The mapserver-announce mailing list is "read only" - subscribers are not
+permitted to post to this list.
+
+mapserver-users
+-----------------------------------------------------------------------------
+
+The mapserver-users is the primary means for MapServer users and
+developers to exchange application ideas, discuss potential software
+improvements, and ask questions.
+
+Subscribing to mapserver-users
+.............................................................................
+
+To subscribe to the mapserver-users listserv visit
+http://lists.osgeo.org/mailman/listinfo/mapserver-users. You can later change
+your subscription information or leave the list at this website.
+
+Submitting Questions to mapserver-users
+.............................................................................
+
+To submit questions to the mapserver-users listserv, first join the list by
+following the subscription procedure above. Then post questions to the list by
+sending an email message to mapserver-users at lists.osgeo.org.
+
+List Archives
+.............................................................................
+
+All MapServer-Users archives are now located in
+http://lists.osgeo.org/pipermail/mapserver-users/. You no longer need to login
+to view the archives.
+
+mapserver-dev
+-----------------------------------------------------------------------------
+
+A separate listserv is available for MapServer developers. It is meant to be
+used by individuals working on MapServer source code and related libraries to
+discuss issues that would not be of interest to the entire mapserver-users
+listserv.
+
+Subscribing to mapserver-dev
+.............................................................................
+
+To subscribe to the mapserver-dev listserv visit
+http://lists.osgeo.org/mailman/listinfo/mapserver-dev, enter your e-mail
+address, name, and create a password and click subscribe. You can later change
+your subscription information or leave the list at this website.
+
+Submitting Questions to mapserver-dev
+.............................................................................
+
+To submit questions to the mapserver-dev listserv, first join the list by
+following the subscription procedure above. Then post questions to the list by
+sending an email message to mapserver-dev at lists.osgeo.org.
+
+MapServer mailing lists in languages other than English
+-----------------------------------------------------------------------------
+
+* `MapServer-DE (German) <http://freegis.org/mailman/listinfo/mapserver-de>`__
+
+ .. note::
+ Please send a note to Howard Butler if you know of more MapServer
+ mailing lists in additional languages
+
Modified: trunk/docs/conf.py
===================================================================
--- trunk/docs/conf.py 2008-12-16 03:58:54 UTC (rev 8241)
+++ trunk/docs/conf.py 2008-12-16 16:05:35 UTC (rev 8242)
@@ -35,7 +35,7 @@
#source_encoding = 'utf-8'
# The master toctree document.
-master_doc = 'index'
+master_doc = 'documentation'
# General information about the project.
project = u'MapServer'
Modified: trunk/docs/index.txt
===================================================================
--- trunk/docs/index.txt 2008-12-16 03:58:54 UTC (rev 8241)
+++ trunk/docs/index.txt 2008-12-16 16:05:35 UTC (rev 8242)
@@ -67,20 +67,3 @@
`Proj.4 <http://proj.maptools.org>`__ library
-.. 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
- download
- glossary
More information about the mapserver-commits
mailing list