debian/ 0000755 0000000 0000000 00000000000 11732150376 007173 5 ustar debian/README.Debian 0000644 0000000 0000000 00000001721 11716311336 011232 0 ustar jquery-lazyload for Debian
--------------------------
In order to make use of jquerylazyload in your html, include the
following lines in your html header:
You can find the non minified version of the file in the same directory.
If you're generating files which are going to be served via the
filesystem (such that no HTTP server is used) instead you should
access them via the filesystem path :
-- Emilien Klein Sat, 11 Feb 2012 08:38:04 +0100
debian/changelog 0000644 0000000 0000000 00000000564 11731745434 011056 0 ustar jquery-lazyload (1.7.2-1) unstable; urgency=low
* New upstream release
* debian/control: Update Standards-Version to 3.9.3
-- Emilien Klein Mon, 27 Feb 2012 20:47:47 +0100
jquery-lazyload (1.7.0-1) unstable; urgency=low
* Initial release (Closes: #659408)
-- Emilien Klein Sat, 11 Feb 2012 08:38:04 +0100
debian/control 0000644 0000000 0000000 00000002164 11731745434 010605 0 ustar Source: jquery-lazyload
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers
Uploaders: Emilien Klein
Build-Depends: debhelper (>= 8.0.0), node-uglify
Standards-Version: 3.9.3
Homepage: http://www.appelsiini.net/projects/lazyload
Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jquery-lazyload.git
Vcs-Git: git://git.debian.org/pkg-javascript/jquery-lazyload.git
Package: libjs-jquery-lazyload
Architecture: all
Depends: ${misc:Depends}, libjs-jquery
Suggests: javascript-common
Description: Lazy Load Plugin for jQuery
Lazy Load is a jQuery plugin written in JavaScript. It delays loading of
images in long web pages. Images outside of viewport (visible part of web
page) wont be loaded before user scrolls to them. This is opposite of image
preloading.
.
Using Lazy Load on long web pages containing many large images makes the page
load faster. Browser will be in ready state after loading visible images.
In some cases it can also help to reduce server load.
.
Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.
debian/copyright 0000644 0000000 0000000 00000007545 11716311336 011136 0 ustar Format: http://dep.debian.net/deps/dep5
Upstream-Name: Lazy Load Plugin for jQuery
Upstream-Contact: Mika Tuupola
Source: http://www.appelsiini.net/projects/lazyload
Files: *
Copyright: 2007-2012 Mika Tuupola
License: Expat
Files: jquery.scrollstop*.js
Copyright: 2010 James Padolsey
License: public-domain
Comment: This jQuery plugin was retrieved from
http://james.padolsey.com/javascript/special-scroll-events-for-jquery/
The website states the following at http://james.padolsey.com/terms-conditions/
.
All code shared within blog posts, unless otherwise stated, is shared under
the unlicense.org “license”:
[content moved to the "License: public-domain" section]
Files: debian/*
Copyright: 2012 Emilien Klein
License: GPL-2+
License: Expat
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
License: public-domain
This is free and unencumbered software released into the public domain.
.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
.
For more information, please refer to
debian/install 0000644 0000000 0000000 00000000205 11716311336 010556 0 ustar jquery.lazyload.js usr/share/javascript/jquery-lazyload
debian/tmp-build/jquery.lazyload.min.js usr/share/javascript/jquery-lazyload
debian/rules 0000755 0000000 0000000 00000000540 11716642673 010262 0 ustar #!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
override_dh_installchangelogs:
dh_installchangelogs README.textile
override_dh_auto_build:
mkdir -p debian/tmp-build
uglifyjs -o debian/tmp-build/jquery.lazyload.min.js --no-copyright jquery.lazyload.js
override_dh_auto_clean:
rm -rf debian/tmp-build
debian/watch 0000644 0000000 0000000 00000000143 11716311336 010217 0 ustar version=3
http://githubredir.debian.net/github/tuupola/jquery_lazyload /(.+).tar.gz debian uupdate
debian/compat 0000644 0000000 0000000 00000000002 11716311336 010366 0 ustar 8
debian/source/ 0000755 0000000 0000000 00000000000 11716311336 010470 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11716311336 011676 0 ustar 3.0 (quilt)