Mercurial > prosody-modules
comparison mod_admin_web/admin_web/get_deps.sh @ 547:f0ef6e285d69
mod_adhoc_web: fade instead of scrolling
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Thu, 12 Jan 2012 20:26:16 +0100 |
parents | 99465bbfa205 |
children | 817322323fea |
comparison
equal
deleted
inserted
replaced
546:0afe88f9bdde | 547:f0ef6e285d69 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 JQUERY_VERSION="1.7.1" | 2 JQUERY_VERSION="1.7.1" |
3 STROPHE_VERSION="1.0.2" | 3 STROPHE_VERSION="1.0.2" |
4 cd www_files/js | 4 cd www_files/js |
5 test -e jquery-$JQUERY_VERSION.min.js || wget http://code.jquery.com/jquery-$JQUERY_VERSION.min.js | 5 test -e jquery-$JQUERY_VERSION.min.js || wget http://code.jquery.com/jquery-$JQUERY_VERSION.min.js |
6 test -e adhoc.js || wget http://cgit.babelmonkeys.de/cgit.cgi/adhocweb/plain/js/adhoc.js | 6 test -e adhoc.js || wget -O adhoc.js "http://cgit.babelmonkeys.de/cgit.cgi/adhocweb/plain/js/adhoc.js?id=e55b23864a9911c15d930b43ed9afe1df5943bf7" |
7 test -e strophe.min.js || (wget https://github.com/downloads/metajack/strophejs/strophejs-$STROPHE_VERSION.tar.gz && tar xzf strophejs-$STROPHE_VERSION.tar.gz strophejs-$STROPHE_VERSION/strophe.min.js --strip-components=1 && rm strophejs-$STROPHE_VERSION.tar.gz) | 7 test -e strophe.min.js || (wget https://github.com/downloads/metajack/strophejs/strophejs-$STROPHE_VERSION.tar.gz && tar xzf strophejs-$STROPHE_VERSION.tar.gz strophejs-$STROPHE_VERSION/strophe.min.js --strip-components=1 && rm strophejs-$STROPHE_VERSION.tar.gz) |