public
Description: git repository for extjs to be used as a git-submodule in projects
Homepage: http://www.extjs.com
Clone URL: git://github.com/probonogeek/extjs.git
extjs /
name age message
file INCLUDE_ORDER.txt Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
file README Thu Apr 23 17:14:26 -0700 2009 provide installation instructions [probonogeek]
directory adapter/ Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
directory docs/ Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
directory examples/ Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
file ext-all-debug.js Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
file ext-all.js Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
file license.txt Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
directory pkgs/ Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
directory resources/ Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
directory src/ Mon Aug 10 10:58:17 -0700 2009 Upgrade to ExtJS 3.0.0 - Released 07/06/2009 [Sean Kellogg]
README
Read This First
---------------

The ExtJS library is available from this git repository for inclusion as a 
git-submodule in your project so long as you are using the library in 
accordance with the ExtJS license:

http://extjs.com/products/license.php

Installation
------------

To pull this repository into your own git repository as a git-submodule,
run the following from within the root of your project. Change the public/extjs
portion to relative path where you would like to install ExtJS.

  git submodule add git://github.com/probonogeek/extjs.git public/extjs