From 508510d29aa7b0aaf946f6565e8040f9895f84c8 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sun, 16 Jun 2013 16:35:21 +0800 Subject: js: Add jquery and jquery tablednd plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on a change from Andreas Bießmann . 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 --- docs/INSTALL | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3