[Commits] r780 - sandbox/docsrc/advanced

commits at geoext.org commits at geoext.org
Fri May 15 20:27:07 CEST 2009


Author: whit
Date: 2009-05-15 20:27:07 +0200 (Fri, 15 May 2009)
New Revision: 780

Modified:
   sandbox/docsrc/advanced/custom-theming.rst
   sandbox/docsrc/advanced/geoext-extensions.rst
   sandbox/docsrc/advanced/production-deployment.rst
Log:
link stub notes to 'getintouch'

Modified: sandbox/docsrc/advanced/custom-theming.rst
===================================================================
--- sandbox/docsrc/advanced/custom-theming.rst	2009-05-15 18:15:52 UTC (rev 779)
+++ sandbox/docsrc/advanced/custom-theming.rst	2009-05-15 18:27:07 UTC (rev 780)
@@ -4,7 +4,7 @@
 Custom Theming
 ==============
 
-.. note:: This section of the site is still under construction.  For more information on this topic, please contact the GeoExt team.  Information on getting in touch is available from :doc:`/developer/community`.
+.. note:: This section of the site is still under construction.  For more information on this topic, please contact the GeoExt team.  Information on getting in touch is available from :doc:`/developer/getintouch`.
 
 Following the ExtJS theming convention, themes for GeoExt are written entirely in CSS (with corresponding image assets if necessary.)  Switching themes is accomplished simply by setting the appropriate class on the document's ``body`` tag::
    

Modified: sandbox/docsrc/advanced/geoext-extensions.rst
===================================================================
--- sandbox/docsrc/advanced/geoext-extensions.rst	2009-05-15 18:15:52 UTC (rev 779)
+++ sandbox/docsrc/advanced/geoext-extensions.rst	2009-05-15 18:27:07 UTC (rev 780)
@@ -4,7 +4,7 @@
 Extending GeoExt
 ================
 
-.. note:: This section of the site is still under construction.  For more information on this topic, please contact the GeoExt team.  Information on getting in touch is available from :doc:`/developer/community`.
+.. note:: This section of the site is still under construction.  For more information on this topic, please contact the GeoExt team.  Information on getting in touch is available from :doc:`/developer/getintouch`.
 
 Extensions to GeoExt fall generally into two categories, **Ext components**\ , such as customized widgets or data access classes, and **OpenLayers tools**\ , such as custom ``Layer`` types or new ``Controls`` for interacting with maps.  In either case, the GeoExt team recommends namespacing such classes to ensure that they do not interfere with the existing libraries. 
 

Modified: sandbox/docsrc/advanced/production-deployment.rst
===================================================================
--- sandbox/docsrc/advanced/production-deployment.rst	2009-05-15 18:15:52 UTC (rev 779)
+++ sandbox/docsrc/advanced/production-deployment.rst	2009-05-15 18:27:07 UTC (rev 780)
@@ -2,7 +2,7 @@
 Production Deployment
 =====================
 
-.. note:: This section of the site is still under construction.  For more information on this topic, please contact the GeoExt team.  Information on getting in touch is available from :doc:`/developer/community`.
+.. note:: This section of the site is still under construction.  For more information on this topic, please contact the GeoExt team.  Information on getting in touch is available from :doc:`/developer/getintouch`.
 
 Before deploying GeoExt applications in a production environment, there are several steps you should take to make sure your application can stand up to a high volume of users and provide a nice, fast experience to all of them.  In addition, some features of your application may fail when you change hosts.
 



More information about the Commits mailing list