Changes between Initial Version and Version 2 of Ticket #1614
- Timestamp:
- 02/28/11 16:59:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1614
- Property Version 2.1.0
-
Ticket #1614 – Description
initial v2 5 5 2. The document is essentially a blob, making it unsuitable for storage under source control as changes cannot be tracked. 6 6 7 3. The document does not exist in source form (related to point #2). Having the document source allows us to "compile" it into multiple different forms (html, pdf, chm, etc)7 3. The document does not exist in source form (related to point 2). Having the document source allows us to "compile" it into multiple different forms (html, pdf, chm, etc) and integrate it as part of the build process 8 8 9 9 4. The document has evidently not been updated in a while to reflect the addition of newer MapGuide APIs and the addition of Fusion and support in OpenLayers … … 13 13 With the second phase being updating the existing PHP devguide samples to match current APIs. 14 14 15 The third phase would be to port this updated sample to Java and .net15 The third phase would be to port this updated PHP sample to Java and .net while respecting the development style of the respective languages. 16 16 17 17 The final phase would be to update the devguide content and associated samples with usage examples of newer APIs and examples involving fusion and OpenLayers.