[Commits] r569 - core/trunk/docsrc
commits at geoext.org
commits at geoext.org
Fri May 1 16:45:59 CEST 2009
Author: whit
Date: 2009-05-01 16:45:59 +0200 (Fri, 01 May 2009)
New Revision: 569
Modified:
core/trunk/docsrc/docs.rst
Log:
initial breakdown of tutorials from notes
Modified: core/trunk/docsrc/docs.rst
===================================================================
--- core/trunk/docsrc/docs.rst 2009-05-01 14:34:41 UTC (rev 568)
+++ core/trunk/docsrc/docs.rst 2009-05-01 14:45:59 UTC (rev 569)
@@ -3,16 +3,73 @@
This page will list documentation sections.
-Quick Start
------------
-
-Link to quick start.
-
Tutorials
---------
-Link to tutorials
+[expository intro to tutorials]
+
+ **QuickStart**
+ Jump in the deepend with GeoExt
+
+Basic (Core Concepts)
+~~~~~~~~~~~~~~~~~~~~~
+
+ **Primer: Ext**
+ Pointers on getting started w/ Ext with an emphasis on
+ important concepts in GeoExt derived from Ext.
+
+ - Basic Layour (put panels in a viewport)
+ - Trees, Nodes, and Childnodes
+ - Grid and Store (records from reader)
+ - Events in Ext from a GeoExt perspective
+
+ **Primer: OpenLayers**
+ Essential OpenLayers for working with GeoExt
+
+ - Layer types
+ - Controls
+ - Events from a GeoExt perspective
+
+ **Map in a Panel**
+ Getting a basic map inside an Ext panel. For those familiar w/ Ext
+ or OL.
+
+ **Layer Tree and Map Panel**
+ Working with OpenLayers layers and the Ext TreePanel
+
+ **Configuring map tools**
+ Working with OpenLayers Controls and Ext Button to create elements
+ for user interaction.
+
+ **Remote features**
+ Fetching features and displaying in grid. Covers working OpenLayers
+ Vector Feature with Ext Store and Grid
+
+
+Advanced (Application Development)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ **Web Applications**
+ Pulling it altogether
+
+ **Deployment**
+ GeoExt WebApps in Production (broader topic)
+
+ - Customizing app appearance and interaction
+ - Extending GeoExt: (working with the framework)
+
+
+Examples and Explanations
+-------------------------
+
+ one example page per class (component, widget, etc)
+ http://geoext.opengeo.org/geoexplorer/trunk/externals/geoext/examples
+ priority: serve, index, parse and integrate
+ [use cog for index, interlinking??]
+ [how to do the rst?? how to pull in??]
+ need lots of flexibility
+
Library Reference
-----------------
@@ -22,3 +79,20 @@
:hidden:
lib
+
+
+GeoExt Developer Documentation
+------------------------------
+
+Standard and practices for developing GeoExt
+
+ * GeoExt Developer Docs (wiki->rst)
+ * Best Practices
+ * Coding Standards
+ * Getting Involved / Community
+ - PSC/Governance
+
+ * Infrastructure
+
+
+
More information about the Commits
mailing list