{
"info": {
"author": "Hector Velarde",
"author_email": "hector.velarde@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 4.3",
"Framework :: Plone :: 5.1",
"Framework :: Plone :: 5.2",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "********************\ncollective.lazysizes\n********************\n\n.. contents:: Table of Contents\n\nLife, the Universe, and Everything\n==================================\n\nThis package integrates `lazysizes `_, a lightweight lazy loader, into Plone.\n\n`lazysizes`_ is a fast, SEO-friendly and self-initializing lazyloader for images (including responsive images picture/srcset), iframes, scripts/widgets and much more.\nIt also prioritizes resources by differentiating between crucial in view and near view elements to make perceived performance even faster.\n\nBy using this package you can expect reductions of up to 80% in load time, 75% in page size and 50% in number of requests.\n\nMostly Harmless\n===============\n\n.. image:: https://img.shields.io/pypi/v/collective.lazysizes.svg\n :target: https://pypi.python.org/pypi/collective.lazysizes\n\n.. image:: https://img.shields.io/travis/collective/collective.lazysizes/master.svg\n :target: https://travis-ci.org/collective/collective.lazysizes\n\n.. image:: https://img.shields.io/codacy/grade/13edd837b059493ab64d8186f5fe6cf4.svg\n :target: https://app.codacy.com/project/hvelarde/collective.lazysizes/dashboard\n\n.. image:: https://img.shields.io/coveralls/collective/collective.lazysizes/master.svg\n :target: https://coveralls.io/r/collective/collective.lazysizes\n\nThese are some sites using ``collective.lazysizes``:\n\n* `Brazilian Government `_ (BR)\n* `Brazilian Presidency `_ (BR)\n* `CartaCapital `_ (BR)\n* `Conversa Afiada `_ (BR)\n* `Portal Brasil 2016 `_ (BR)\n\nAs long as `we have tested `_, `lazysizes`_ seems not to interfere with image indexing made by crawlers like Googlebot.\n\nGot an idea? Found a bug? Let us know by `opening a support ticket `_.\n\nDon't Panic\n===========\n\nInstallation\n------------\n\nTo enable this package in a buildout-based installation:\n\n#. Edit your buildout.cfg and add ``collective.lazysizes`` to the list of eggs to install:\n\n.. code-block:: ini\n\n [buildout]\n ...\n eggs =\n collective.lazysizes\n\nAfter updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.\n\nGo to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.\n\nCheck the box next to ``collective.lazysizes`` and click the 'Activate' button.\n\nHow does it work\n----------------\n\nThis package adds a transformer to the transform chain to integrate `lazysizes`_ into Plone.\n\nThe transformer looks for all the ``
``, ``