--- trunk/bin/checkout-js.sh 2008/10/28 17:06:59 193 +++ trunk/bin/checkout-js.sh 2009/03/03 18:48:37 1041 @@ -1,9 +1,41 @@ +#!/bin/sh + +source bin/checkout-upstream.sh + cd static/js || exit -svn co http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid + wget -nc http://extjs.com/deploy/ext-2.2.zip unzip -u `ls -c ext*.zip | head -1` -wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip -unzip -u sql*.zip -svn checkout http://inputex.googlecode.com/svn/trunk/ inputex -svn checkout http://wireit.googlecode.com/svn/trunk/ wireit -test -d jquery-keyboard-navigation && cd jquery-keyboard-navigation && git pull || git clone git://github.com/BrianTheCoder/jquery-keyboard-navigation.git + +# http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ +wget -m http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip + +#wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip +#unzip -u sql*.zip +svn_upstream http://wwwsqldesigner.googlecode.com/svn/trunk/ sql + +svn_upstream http://qfocuser.googlecode.com/svn/trunk/ qfocuser + +# YUI + +#svn_upstream http://inputex.googlecode.com/svn/trunk/ inputex +#svn_upstream http://wireit.googlecode.com/svn/trunk/ wireit +git_upstream git://github.com/neyric/wireit.git +git_upstream git://github.com/neyric/inputex.git + +# jquery based + +svn_upstream http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid + +git_upstream git://github.com/BrianTheCoder/jquery-keyboard-navigation.git + +git_upstream git://github.com/nostrademons/jquery-combobox.git + +# graphics + +wget -m http://blog.thejit.org/wp-content/jit.zip +unzip -u `ls -c jit*.zip | head -1` + +hg_upstream http://hg.mozilla.org/users/bsmedberg_mozilla.com/wordmap + +svn_upstream http://flot.googlecode.com/svn/trunk/ flot