[Commits] r2378 - in core/trunk: docsrc docsrc/lib docsrc/primers docsrc/tutorials geoext geoext/build

commits at geoext.org commits at geoext.org
Tue Sep 21 11:16:06 CEST 2010


Author: ahocevar
Date: 2010-09-21 11:16:06 +0200 (Tue, 21 Sep 2010)
New Revision: 2378

Removed:
   core/trunk/geoext/build/ext-license.js
Modified:
   core/trunk/docsrc/index.rst
   core/trunk/docsrc/lib/index.rst
   core/trunk/docsrc/primers/ext-primer.rst
   core/trunk/docsrc/primers/openlayers-primer.rst
   core/trunk/docsrc/tutorials/layertree-tutorial.rst
   core/trunk/docsrc/tutorials/mappanel-tutorial.rst
   core/trunk/docsrc/tutorials/quickstart.rst
   core/trunk/geoext/license.txt
Log:
changed extjs.com links to the according sencha.com locations (see #342)


Modified: core/trunk/docsrc/index.rst
===================================================================
--- core/trunk/docsrc/index.rst	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/docsrc/index.rst	2010-09-21 09:16:06 UTC (rev 2378)
@@ -7,7 +7,7 @@
 
 GeoExt brings together the geospatial know how of
 `OpenLayers <http://openlayers.org>`_ with the user interface savvy of `Ext JS
-<http://extjs.com>`_ to help you build powerful desktop style GIS apps on
+<http://www.sencha.com/products/js/>`_ to help you build powerful desktop style GIS apps on
 the web with JavaScript.
 
 `Documentation <./docs.html>`_ | 

Modified: core/trunk/docsrc/lib/index.rst
===================================================================
--- core/trunk/docsrc/lib/index.rst	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/docsrc/lib/index.rst	2010-09-21 09:16:06 UTC (rev 2378)
@@ -14,7 +14,7 @@
 methods and properties provided by these objects, see the
 `OpenLayers API Documentation`_.
 
-.. _`Ext API Documentation`: http://extjs.com/deploy/dev/docs/
+.. _`Ext API Documentation`: http://www.sencha.com/deploy/dev/docs/
 .. _`OpenLayers API Documentation`: http://dev.openlayers.org/apidocs
 
 .. module:: GeoExt

Modified: core/trunk/docsrc/primers/ext-primer.rst
===================================================================
--- core/trunk/docsrc/primers/ext-primer.rst	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/docsrc/primers/ext-primer.rst	2010-09-21 09:16:06 UTC (rev 2378)
@@ -4,7 +4,7 @@
  Primer: Ext
 =============
 
-GeoExt extends `Ext JS <http://extjs.com/>`_, a rich library of web UI
+GeoExt extends `Ext JS <http://http://www.sencha.com/deploy/dev/docs//>`_, a rich library of web UI
 widgets and helper classes.  Using GeoExt requires a working knowledge
 of Ext's idioms.  This tutorial provides a quick overview of core Ext concepts.
 
@@ -14,13 +14,13 @@
 ===============
 
 To start using Ext, you will first have to `download
-<http://www.extjs.com/products/extjs/download.php>`_ it.
+<http://www.http://www.sencha.com/deploy/dev/docs//products/extjs/download.php>`_ it.
 For more complete instructions about how configure a web page to use
 Ext, you can check the :doc:`../tutorials/quickstart` tutorial.
 
 When you download Ext, you also get their excellent
-`Examples <http://www.extjs.com/deploy/dev/examples/>`_ and
-`API Documentation <http://www.extjs.com/deploy/dev/docs/>`_, which you can also
+`Examples <http://www.http://www.sencha.com/deploy/dev/docs//deploy/dev/examples/>`_ and
+`API Documentation <http://www.http://www.sencha.com/deploy/dev/docs//deploy/dev/docs/>`_, which you can also
 look at on-line for education and reference.
 
 In order to get Ext running on a page you will need to have something
@@ -129,6 +129,6 @@
 Ext provides a variety of other layouts, including a Tab layout and a
 Wizard layout.  The best way to explore these layouts is using the `Ext
 Layout Browser
-<http://extjs.com/deploy/dev/examples/layout-browser/layout-browser.html>`_
+<http://http://www.sencha.com/deploy/dev/docs//deploy/dev/examples/layout-browser/layout-browser.html>`_
 , which demonstrates each layout and provides sample code.
 

Modified: core/trunk/docsrc/primers/openlayers-primer.rst
===================================================================
--- core/trunk/docsrc/primers/openlayers-primer.rst	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/docsrc/primers/openlayers-primer.rst	2010-09-21 09:16:06 UTC (rev 2378)
@@ -381,5 +381,5 @@
 More information about both event types can be found at the links below:
 
 * `OpenLayers Events Class Documentation <http://dev.openlayers.org/docs/files/OpenLayers/Events-js.html>`_
-* `Ext.util.Observable Class Documentation <http://extjs.com/deploy/ext/docs/output/Ext.util.Observable.html>`_
+* `Ext.util.Observable Class Documentation <http://http://www.sencha.com/deploy/dev/docs//deploy/ext/docs/output/Ext.util.Observable.html>`_
 * `Ext.util.Observable SlideShare <http://www.slideshare.net/sdhjl2000/ext-j-s-observable>`_

Modified: core/trunk/docsrc/tutorials/layertree-tutorial.rst
===================================================================
--- core/trunk/docsrc/tutorials/layertree-tutorial.rst	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/docsrc/tutorials/layertree-tutorial.rst	2010-09-21 09:16:06 UTC (rev 2378)
@@ -193,6 +193,6 @@
     handlers.
 
 .. seealso:: The ExtJS TreePanel `documentation
-    <http://extjs.com/deploy/dev/docs/?class=Ext.tree.TreePanel>`_ and `examples
-    <http://extjs.com/deploy/dev/examples/samples.html#sample-4>`_ for more
+    <http://http://www.sencha.com/deploy/dev/docs//deploy/dev/docs/?class=Ext.tree.TreePanel>`_ and `examples
+    <http://http://www.sencha.com/deploy/dev/docs//deploy/dev/examples/samples.html#sample-4>`_ for more
     information about customizing tree panels.

Modified: core/trunk/docsrc/tutorials/mappanel-tutorial.rst
===================================================================
--- core/trunk/docsrc/tutorials/mappanel-tutorial.rst	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/docsrc/tutorials/mappanel-tutorial.rst	2010-09-21 09:16:06 UTC (rev 2378)
@@ -98,7 +98,7 @@
 
 More information on the :class:`Ext.grid.GridPanel` is available from the `ExtJS
 API documentation
-<http://extjs.com/deploy/dev/docs/?class=Ext.grid.GridPanel>`_.
+<http://http://www.sencha.com/deploy/dev/docs//deploy/dev/docs/?class=Ext.grid.GridPanel>`_.
 
 .. note:: 
   This code is only meant as an example to demonstrate the map panel's

Modified: core/trunk/docsrc/tutorials/quickstart.rst
===================================================================
--- core/trunk/docsrc/tutorials/quickstart.rst	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/docsrc/tutorials/quickstart.rst	2010-09-21 09:16:06 UTC (rev 2378)
@@ -20,7 +20,7 @@
 
 #.  Download OpenLayers 2.8 or later from http://openlayers.org/. 
 
-#.  Download ExtJS 2.2 from `the ExtJS website <http://extjs.com/products/extjs/download.php>`_.
+#.  Download ExtJS 2.2 from `the ExtJS website <http://http://www.sencha.com/deploy/dev/docs//products/extjs/download.php>`_.
 
 #.  Place both unpacked libraries in a directory that is published by your web
     server. For this tutorial, I will assume that this is the root of your web

Deleted: core/trunk/geoext/build/ext-license.js
===================================================================
--- core/trunk/geoext/build/ext-license.js	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/geoext/build/ext-license.js	2010-09-21 09:16:06 UTC (rev 2378)
@@ -1,6 +0,0 @@
-/*!
- * Ext JS Library 3.2.1
- * Copyright(c) 2006-2010 Ext JS, Inc.
- * licensing at extjs.com
- * http://www.extjs.com/license
- */

Modified: core/trunk/geoext/license.txt
===================================================================
--- core/trunk/geoext/license.txt	2010-09-21 09:03:56 UTC (rev 2377)
+++ core/trunk/geoext/license.txt	2010-09-21 09:16:06 UTC (rev 2378)
@@ -40,5 +40,5 @@
 ==================
 
 The GeoExt library is for use with the ExtJS library.  ExtJS is distributed
-under the terms of the GPL v3.  See http://www.sencha.com/products/license.php for
-details on ExtJS licensing.
+under the terms of the GPL v3.  See http://www.sencha.com/products/license.php
+for details on ExtJS licensing.



More information about the Commits mailing list