Changes between Version 13 and Version 14 of maestro


Ignore:
Timestamp:
Jan 24, 2013, 5:30:21 PM (11 years ago)
Author:
davidwilhelmsson
Comment:

Created a separate "Developer Information" category

Legend:

Unmodified
Added
Removed
Modified
  • maestro

    v13 v14  
    11
    2 == Welcome to the home of !MapGuide Maestro ==
     2= Welcome to the home of !MapGuide Maestro =
    33!MapGuide Maestro is an Open Source ([http://www.gnu.org/copyleft/lgpl.html LGPL]) map authoring tool for !MapGuide Open Source.
    44
     
    77Currently !MapGuide Maestro has specialized editor interfaces for editing the following components of !MapGuide Open Source: Feature sources, Layer definitions, Map Definitions, Web Layouts and Fusion Layouts. There are specialized editors avalible for all the [http://fdo.osgeo.org/OSProviderOverviews.html official FDO providers], as well as a fallback editor for unknown types.
    88
    9 !MapGuide Maestro is written in 100% managed C#, targeting the .Net 2.0 Framework. It consists of a user interface, and an API (MaestroAPI). The API wraps server communication and Xml formats, in easily accesible, fully managed classes. It can use the official !MapGuide API for fast access on the local network, or a fully managed http-only connection.
     9!MapGuide Maestro is written in 100% managed C#, targeting the .Net framework. It consists of a user interface, and an API (MaestroAPI). The API wraps server communication and Xml formats, in easily accesible, fully managed classes. It can use the official !MapGuide API for fast access on the local network, or a fully managed http-only connection.
    1010
    1111!MapGuide Maestro aims to support all features avalible in the !MapGuide Open Source server, but is currently under development, and does not directly support some of the !MapGuide Open Source features, such as Symbol libraries and Print layouts.
     
    1717
    1818 *  '''[wiki:maestro/Downloads Download MapGuide Maestro]'''. !MapGuide Maestro currently runs on windows, linux and mac os.
    19  *  '''[wiki:maestro/SDK Download the Maestro SDK]''' if you want to create applications using the Maestro API.
    2019 *  '''[wiki:maestro/Sourcecode Download source code]'''. You may access the current version of the code through SVN.
    2120 *  '''[wiki:maestro/Screenshots View MapGuide Maestro screenshots]'''. You can view the application user interface here.
    2221 *  '''[wiki:maestro/UserGuide User guides and manual]'''. A user guide is currently being written.
    23  *  '''[wiki:maestro/MaestroAPI Developer Documentation]'''. Learn how to use the MaestroAPI for your own !MapGuide applications.
    2422 *  '''[wiki:maestro/Translation How to translate MapGuide Maestro]''' Find out how to translate !MapGuide Maestro to your native language.
    2523
    2624!MapGuide Maestro was previously named [http://code.google.com/p/mapstudioos/ MapStudio Open Source].
     25
     26== Developer Information ==
     27
     28 *  '''[wiki:maestro/SDK Download the Maestro SDK]''' if you want to create applications using the Maestro API.
     29 *  '''[wiki:maestro/MaestroAPI Developer Documentation]'''. Learn how to use the MaestroAPI for your own !MapGuide applications.