summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-06-16 16:35:21 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-06-16 16:54:07 +0800
commit508510d29aa7b0aaf946f6565e8040f9895f84c8 (patch)
tree449909fc89b54c006a639a61baa96d2c8938973b /docs
parentc44d01ebd49cd62062cb918ebe99c78d4ec237ba (diff)
downloadpatchwork-508510d29aa7b0aaf946f6565e8040f9895f84c8.tar.bz2
patchwork-508510d29aa7b0aaf946f6565e8040f9895f84c8.tar.xz
js: Add jquery and jquery tablednd plugins
Based on a change from Andreas Bießmann <andreas@biessmann.de>. Rather than requiring a download of the jquery library + tablednd plugin, commit these to the repository. In doing so, we upgrade to version 1.10.1 of jqeury, and the current stable tablednd. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index c63d6f7..cb71cdd 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -81,18 +81,6 @@ in brackets):
cd ../python
ln -s ../packages/django/django ./django
- We also use some Javascript libraries:
-
- cd lib/packages
- mkdir jquery
- cd jquery
- wget http://jqueryjs.googlecode.com/files/jquery-1.3.min.js
- wget http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip
- unzip jquery.tablednd_0_5.js.zip jquery.tablednd_0_5.js
- cd ../../../htdocs/js/
- ln -s ../../lib/packages/jquery/jquery-1.3.min.js ./
- ln -s ../../lib/packages/jquery/jquery.tablednd_0_5.js ./
-
The settings.py file contains default settings for patchwork, you'll
need to configure settings for your own setup.