[mapguide-commits] r8956 - trunk/MgDev/Doc/devguide/source

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu May 12 07:57:37 PDT 2016


Author: jng
Date: 2016-05-12 07:57:37 -0700 (Thu, 12 May 2016)
New Revision: 8956

Modified:
   trunk/MgDev/Doc/devguide/source/revision_history.rst
   trunk/MgDev/Doc/devguide/source/supplemental_development.rst
Log:
devguide: Fix malformed revision history table and add a section about mapguide-rest in supplemental_development.rst

Modified: trunk/MgDev/Doc/devguide/source/revision_history.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/revision_history.rst	2016-05-12 14:42:00 UTC (rev 8955)
+++ trunk/MgDev/Doc/devguide/source/revision_history.rst	2016-05-12 14:57:37 UTC (rev 8956)
@@ -10,9 +10,12 @@
 +---------+-----------------+-----------------+--------------------------------------------------------------+
 | Version | Authors         | Date            | Summary of Changes                                           |
 +=========+=================+=================+==============================================================+
+| 2.0.2   | Jackie Ng       | May 2016        | Fix malformed revision history table and add section about   |
+|         |                 |                 | mapguide-rest in supplemental development options            |
++---------+-----------------+-----------------+--------------------------------------------------------------+
 | 2.0.1   | Jackie Ng       | Jul 2014        | Updated code sample in section "Working with Feature Data"   |
 |         |                 |                 | to reflect the updated Sheboygan sample data set             |
-+=========+=================+=================+==============================================================+
++---------+-----------------+-----------------+--------------------------------------------------------------+
 | 2.0     | Jackie Ng       |                 | First version of developer's guide in source form            |
 |         |                 |                 |                                                              |
 |         |                 |                 | Added .net and Java code samples to match PHP examples       |

Modified: trunk/MgDev/Doc/devguide/source/supplemental_development.rst
===================================================================
--- trunk/MgDev/Doc/devguide/source/supplemental_development.rst	2016-05-12 14:42:00 UTC (rev 8955)
+++ trunk/MgDev/Doc/devguide/source/supplemental_development.rst	2016-05-12 14:57:37 UTC (rev 8956)
@@ -35,4 +35,21 @@
 
 This library is used by the MapGuide Maestro application, and can be used in your own applications.
 
-Visit `the Maestro project homepage <http://trac.osgeo.org/mapguide/wiki/maestro>`_ for more information
\ No newline at end of file
+Visit `the Maestro project homepage <http://trac.osgeo.org/mapguide/wiki/maestro>`_ for more information
+
+.. _mapguiderest:
+
+mapguide-rest
+-------------
+
+mapguide-rest provides a REST API for MapGuide and includes a framework for easy publishing of spatial data.
+
+The REST API allows for any library capable of making HTTP request to work with MapGuide.
+
+mapguide-rest can be deployed on both Windows and Linux instances of MapGuide.
+
+Visit `the mapguide-rest homepage <https://github.com/jumpinjackie/mapguide-rest>`_ for more information
+
+.. note::
+
+    mapguide-rest requires a version of MapGuide that bundles PHP 5.3 or newer.
\ No newline at end of file



More information about the mapguide-commits mailing list