diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-24 16:25:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-24 16:25:03 -0400 |
commit | 73eb892ba2639447ef6fbd5157c719a7bc0e65a4 (patch) | |
tree | 5070438ae30152bf006ed06a336dcbb66faf2b90 /debian/copyright | |
parent | e92f292525c615daf98c3bcf6a10a252bc77ebaa (diff) | |
download | ikiwiki-73eb892ba2639447ef6fbd5157c719a7bc0e65a4.tar ikiwiki-73eb892ba2639447ef6fbd5157c719a7bc0e65a4.tar.gz |
jquery source cleanup
* Add unminified jquery js and css files to source.
* Update to jquery 1.6.2, and jquery-ui 1.8.14.
The full files are included in the source but not the binary.
I'm not minifying the files as part of build because I don't want ikiwiki
to build depend on a javascript minifier. (Let alone need one at runtime).
Nor do I want to deal with any breakage caused by the minifier. These
files were taken from the debian packages.
The jquery-tmpl full file was taken from revision
66bb852217c49ae8c9a8f2522150354ae80463de of its git repository, which
matches the minified file I already had. I did not want to deal with possible
breakage in newer versions; this thing claims to need an ancient version of
jquery (1.4.2), and is perhaps only working by luck with the newer versions
as it is.
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index bcd9642b6..72074d813 100644 --- a/debian/copyright +++ b/debian/copyright @@ -213,7 +213,7 @@ Copyright: © 2008 Paul Bakaus © 2011 the jQuery UI Authors (http://jqueryui.com/about) License: GPL-2 -Files: underlays/attachments/ikiwiki/jquery.tmpl.min.js +Files: underlays/attachments/ikiwiki/jquery.tmpl* Copyright: © Boris Moore License: GPL-2 |