debian/0000755000000000000000000000000011732150376007173 5ustar debian/README.Debian0000644000000000000000000000172111716311336011232 0ustar 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/changelog0000644000000000000000000000056411731745434011056 0ustar 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/control0000644000000000000000000000216411731745434010605 0ustar 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/copyright0000644000000000000000000000754511716311336011136 0ustar 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/install0000644000000000000000000000020511716311336010556 0ustar jquery.lazyload.js usr/share/javascript/jquery-lazyload debian/tmp-build/jquery.lazyload.min.js usr/share/javascript/jquery-lazyload debian/rules0000755000000000000000000000054011716642673010262 0ustar #!/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/watch0000644000000000000000000000014311716311336010217 0ustar version=3 http://githubredir.debian.net/github/tuupola/jquery_lazyload /(.+).tar.gz debian uupdate debian/compat0000644000000000000000000000000211716311336010366 0ustar 8 debian/source/0000755000000000000000000000000011716311336010470 5ustar debian/source/format0000644000000000000000000000001411716311336011676 0ustar 3.0 (quilt)