[Commits] r546 - in core/trunk/docsrc: . _templates lib
commits at geoext.org
commits at geoext.org
Thu Apr 30 07:43:24 CEST 2009
Author: tschaub
Date: 2009-04-30 07:43:23 +0200 (Thu, 30 Apr 2009)
New Revision: 546
Added:
core/trunk/docsrc/_templates/front_page.html
core/trunk/docsrc/docs.rst
core/trunk/docsrc/lib/index.rst
Removed:
core/trunk/docsrc/index.rst
core/trunk/docsrc/lib.rst
Modified:
core/trunk/docsrc/conf.py
Log:
shuffling files
Added: core/trunk/docsrc/_templates/front_page.html
===================================================================
--- core/trunk/docsrc/_templates/front_page.html (rev 0)
+++ core/trunk/docsrc/_templates/front_page.html 2009-04-30 05:43:23 UTC (rev 546)
@@ -0,0 +1,23 @@
+<div class="section" id="geoext">
+ <h1>GeoExt</h1>
+ <p>Download: [Latest Release, Development]</p>
+ <div class="section" id="javascript-toolkit-for-rich-web-mapping-applications">
+ <h2>JavaScript Toolkit for Rich Web Mapping Applications</h2>
+ <p>GeoExt extends widgets and data utilities from ExtJS with mapping
+ functionality from OpenLayers.</p>
+ <p>See GeoExt in action (code block could be collapsible):</p>
+ <div class="highlight-javascript">
+ <div class="highlight"><pre>// some script here</pre></div>
+ </div>
+ <p>[ Click button to launch map in a window ]</p>
+ <p>GeoExt is available under the BSD license and is supported by a growing
+ community of individuals, businesses and organizations.</p>
+ <blockquote>
+ [ List of supporters ]
+ </blockquote>
+ </div>
+ <div class="section" id="documentation">
+ <h2>Documentation</h2>
+ <p>Read the <a class="reference external" href="docs/">documentation page</a>.</p>
+ </div>
+</div>
Modified: core/trunk/docsrc/conf.py
===================================================================
--- core/trunk/docsrc/conf.py 2009-04-30 05:19:50 UTC (rev 545)
+++ core/trunk/docsrc/conf.py 2009-04-30 05:43:23 UTC (rev 546)
@@ -135,7 +135,9 @@
# Additional templates that should be rendered to pages, maps page names to
# template names.
-#html_additional_pages = {}
+html_additional_pages = {
+ 'index': 'front_page.html'
+}
# If false, no module index is generated.
#html_use_modindex = True
Copied: core/trunk/docsrc/docs.rst (from rev 539, core/trunk/docsrc/index.rst)
===================================================================
--- core/trunk/docsrc/docs.rst (rev 0)
+++ core/trunk/docsrc/docs.rst 2009-04-30 05:43:23 UTC (rev 546)
@@ -0,0 +1,9 @@
+GeoExt Documentation
+====================
+
+This page will list documentation sections.
+
+.. toctree::
+ :maxdepth: 1
+
+ lib/index
Deleted: core/trunk/docsrc/index.rst
===================================================================
--- core/trunk/docsrc/index.rst 2009-04-30 05:19:50 UTC (rev 545)
+++ core/trunk/docsrc/index.rst 2009-04-30 05:43:23 UTC (rev 546)
@@ -1,9 +0,0 @@
-GeoExt Documentation
-====================
-
-This page will list documentation sections.
-
-.. toctree::
- :maxdepth: 1
-
- lib
Copied: core/trunk/docsrc/lib/index.rst (from rev 539, core/trunk/docsrc/lib.rst)
===================================================================
--- core/trunk/docsrc/lib/index.rst (rev 0)
+++ core/trunk/docsrc/lib/index.rst 2009-04-30 05:43:23 UTC (rev 546)
@@ -0,0 +1,29 @@
+.. _api-reference:
+
+API Reference
+=============
+
+GeoExt components and data utility classes extend map related functionality to
+equivalent classes in Ext. The API reference here documents the properties,
+methods, and events that are extensions or modifications to the Ext parent
+classes. Documentation for each class contains links to the Ext parent class,
+and for a full picture of the API, it is essential to have a copy of the
+`Ext API Documentation`_ at hand.
+
+GeoExt classes are typically configured with OpenLayers objects. For detail on
+methods and properties provided by these objects, see the
+`OpenLayers API Documentation`_.
+
+.. _`Ext API Documentation`: http://extjs.com/deploy/dev/docs/
+.. _`OpenLayers API Documentation`: http://dev.openlayers.org/apidocs
+
+
+:mod:`GeoExt`
+-------------
+
+.. toctree::
+ :glob:
+
+ GeoExt
+ GeoExt/*
+
Deleted: core/trunk/docsrc/lib.rst
===================================================================
--- core/trunk/docsrc/lib.rst 2009-04-30 05:19:50 UTC (rev 545)
+++ core/trunk/docsrc/lib.rst 2009-04-30 05:43:23 UTC (rev 546)
@@ -1,36 +0,0 @@
-.. _api-reference:
-
-API Reference
-=============
-
-GeoExt components and data utility classes extend map related functionality to
-equivalent classes in Ext. The API reference here documents the properties,
-methods, and events that are extensions or modifications to the Ext parent
-classes. Documentation for each class contains links to the Ext parent class,
-and for a full picture of the API, it is essential to have a copy of the
-`Ext API Documentation`_ at hand.
-
-GeoExt classes are typically configured with OpenLayers objects. For detail on
-methods and properties provided by these objects, see the
-`OpenLayers API Documentation`_.
-
-.. _`Ext API Documentation`: http://extjs.com/deploy/dev/docs/
-.. _`OpenLayers API Documentation`: http://dev.openlayers.org/apidocs
-
-
-:mod:`GeoExt`
--------------
-
-.. toctree::
- :glob:
-
- lib/GeoExt/*
-
-
-.. the toctree below is intentionally hidden
-
-.. toctree::
- :glob:
- :hidden:
-
- lib/*
\ No newline at end of file
More information about the Commits
mailing list