[Commits] r2457 - in core/branches/1.0/docsrc: _theme/geoext builder
commits at geoext.org
commits at geoext.org
Mon Oct 11 21:48:39 CEST 2010
Author: ahocevar
Date: 2010-10-11 21:48:39 +0200 (Mon, 11 Oct 2010)
New Revision: 2457
Added:
core/branches/1.0/docsrc/builder/v1.0.rst
Modified:
core/branches/1.0/docsrc/_theme/geoext/layout.html
Log:
added missing builder pieces for 1.0
Modified: core/branches/1.0/docsrc/_theme/geoext/layout.html
===================================================================
--- core/branches/1.0/docsrc/_theme/geoext/layout.html 2010-10-11 19:29:08 UTC (rev 2456)
+++ core/branches/1.0/docsrc/_theme/geoext/layout.html 2010-10-11 19:48:39 UTC (rev 2457)
@@ -45,6 +45,9 @@
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
<script src="{{ pathto('_static/examples.js', 1) }}"></script>
+ <script>
+ var docversion = "{{ version }}";
+ </script>
{% endif %}
{% if pagename == "builder/v0.6" %}
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
Added: core/branches/1.0/docsrc/builder/v1.0.rst
===================================================================
--- core/branches/1.0/docsrc/builder/v1.0.rst (rev 0)
+++ core/branches/1.0/docsrc/builder/v1.0.rst 2010-10-11 19:48:39 UTC (rev 2457)
@@ -0,0 +1,21 @@
+GeoExt 1.0 Builder
+==================
+
+Customize Your Build
+--------------------
+
+.. cssclass:: builder-form-text
+
+Choose the components used by your application from the form below.
+
+Download
+--------
+
+.. cssclass:: download-button-text
+
+When you are finished, click the "download" link to build a customized version
+of the library for your application.
+
+.. cssclass:: credit
+
+Custom build tool hosted by `OpenGeo <http://opengeo.org>`__.
More information about the Commits
mailing list