/[Frey]/trunk/bin/checkout-js.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/bin/checkout-js.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1026 - (hide annotations)
Wed Jan 28 19:54:40 2009 UTC (15 years, 3 months ago) by dpavlin
File MIME type: application/x-sh
File size: 1111 byte(s)
added Table Drag and Drop JQuery plugin

http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
1 dpavlin 888 #!/bin/sh
2 dpavlin 828
3 dpavlin 888 source bin/checkout-upstream.sh
4 dpavlin 828
5 dpavlin 888 cd static/js || exit
6 dpavlin 856
7 dpavlin 193 wget -nc http://extjs.com/deploy/ext-2.2.zip
8     unzip -u `ls -c ext*.zip | head -1`
9 dpavlin 828
10 dpavlin 1026 # http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
11     wget -m http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip
12    
13 dpavlin 1023 #wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip
14     #unzip -u sql*.zip
15     svn_upstream http://wwwsqldesigner.googlecode.com/svn/trunk/ sql
16 dpavlin 828
17 dpavlin 856 # YUI
18 dpavlin 828
19 dpavlin 1023 #svn_upstream http://inputex.googlecode.com/svn/trunk/ inputex
20     #svn_upstream http://wireit.googlecode.com/svn/trunk/ wireit
21     git_upstream git://github.com/neyric/wireit.git
22     git_upstream git://github.com/neyric/inputex.git
23 dpavlin 828
24 dpavlin 856 # jquery based
25    
26     svn_upstream http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid
27    
28 dpavlin 828 git_upstream git://github.com/BrianTheCoder/jquery-keyboard-navigation.git
29    
30 dpavlin 856 git_upstream git://github.com/nostrademons/jquery-combobox.git
31    
32     # graphics
33    
34 dpavlin 1023 wget -m http://blog.thejit.org/wp-content/jit.zip
35 dpavlin 284 unzip -u `ls -c jit*.zip | head -1`
36 dpavlin 828
37 dpavlin 856 hg_upstream http://hg.mozilla.org/users/bsmedberg_mozilla.com/wordmap
38 dpavlin 828
39 dpavlin 856 svn_upstream http://flot.googlecode.com/svn/trunk/ flot

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26