[Commits] r701 - sandbox/docsrc

commits at geoext.org commits at geoext.org
Wed May 13 00:45:07 CEST 2009


Author: tschaub
Date: 2009-05-13 00:45:07 +0200 (Wed, 13 May 2009)
New Revision: 701

Modified:
   sandbox/docsrc/conf.py
   sandbox/docsrc/index.rst
Log:
Body content from rst.

Modified: sandbox/docsrc/conf.py
===================================================================
--- sandbox/docsrc/conf.py	2009-05-12 22:44:31 UTC (rev 700)
+++ sandbox/docsrc/conf.py	2009-05-12 22:45:07 UTC (rev 701)
@@ -136,7 +136,7 @@
 # Additional templates that should be rendered to pages, maps page names to
 # template names.
 html_additional_pages = {
-    'index': 'front_page.html'
+    'index.rst': 'front_page.html'
 }
 
 # If false, no module index is generated.

Modified: sandbox/docsrc/index.rst
===================================================================
--- sandbox/docsrc/index.rst	2009-05-12 22:44:31 UTC (rev 700)
+++ sandbox/docsrc/index.rst	2009-05-12 22:45:07 UTC (rev 701)
@@ -1,19 +1,50 @@
-.. The content here is not actually used.  The config html_additional_pages
-    determines the source for index.
+======
+GeoExt
+======
 
-Contents
-========
+JavaScript Toolkit for Rich Web Mapping Applications
+====================================================
 
-.. toctree::
+GeoExt extends widgets and data utilities from ExtJS with mapping functionality
+from OpenLayers.  Nunc non est eu nisl interdum condimentum eget vitae leo.
+Curabitur ac consectetur justo. Duis a velit ligula. Proin a faucibus lorem.
+Quisque ac molestie tellus.
 
-    docs
 
-.. toctree::
+Download
+--------
 
-    downloads
+Current release: 0.1
+[ link to download page ]
 
 
-.. toctree::
+Using GeoExt
+------------
 
-   examples/index
-   
\ No newline at end of file
+See GeoExt in action.
+
+.. code-block:: javascript
+
+    var win = new Ext.Window({
+        title: "GeoExt",
+        items: [
+            new GeoExt.MapPanel({
+                border: false,
+                map: {
+                    maxExtent: new OpenLayers.Bounds(-90, -45, 90, 45)
+                }
+            })
+        ]
+    });
+    win.show();
+
+Learn more about using GeoExt in your application by reading the
+`documentation <docs>`_.
+
+
+GeoExt is Open Source
+---------------------
+
+GeoExt is available under the BSD license and is supported by a growing
+community of individuals, businesses and organizations.
+



More information about the Commits mailing list