{
"info": {
"author": "Simples Consutoria",
"author_email": "produtos@simplesconsultoria.com.br",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 4.3",
"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",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "*************\nPhoto Gallery\n*************\n\n.. contents:: Table of Contents\n\nLife, the Universe, and Everything\n==================================\n\nA Photo Gallery content type with a slideshow view.\n\nMostly Harmless\n===============\n\n.. image:: http://img.shields.io/pypi/v/sc.photogallery.svg\n :target: https://pypi.python.org/pypi/sc.photogallery\n\n.. image:: https://img.shields.io/travis/collective/sc.photogallery/master.svg\n :target: http://travis-ci.org/collective/sc.photogallery\n\n.. image:: https://img.shields.io/coveralls/collective/sc.photogallery/master.svg\n :target: https://coveralls.io/r/collective/sc.photogallery\n\nThese are some sites using ``sc.photogallery``:\n\n* `Portal Brasil 2016 `_ (BR)\n\nGot an idea? Found a bug? Let us know by `opening a support ticket`_.\n\n.. _`opening a support ticket`: https://github.com/collective/sc.photogallery/issues\n\nKnown issues\n------------\n\n* `ZIP functionality doesn't seem to support Dexterity based images `_.\n\nSee the `complete list of bugs on GitHub `_.\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 add the following to it::\n\n [buildout]\n ...\n eggs =\n sc.photogallery\n\nAfter updating the configuration you need to run ''bin/buildout'', which will\ntake 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 ``Photo Gallery`` and click the 'Activate' button.\n\n.. Note::\n You may have to empty your browser cache and save your resource registries\n in order to see the effects of the product installation.\n\nUsage\n-----\n\nOriginal images in a Photo Gallery can be easily downloaded by enabling the display of an explicit link.\nTo use this feature, go to the Photo Gallery control panel configlet and select 'Enable download?'.\n\nIf `ftw.zipexport`_ is installed, you will also be able to download all images on a ZIP file.\n\n.. _`ftw.zipexport`: https://pypi.python.org/pypi/ftw.zipexport\n\nInternals\n---------\n\n``Photo Gallery`` uses Cycle2 slideshow plugin for jQuery and it can load its resources from the Plone JS registry if they are present there.\n\nIf you're using ``Photo Gallery`` with other packages that use Cycle2 also (like `collective.nitf`_ or `covertile.cycle2`_),\nit is highly recommended that you register those resources to load them once and avoid conflicts.\n\nYou can use a ``jsregistry.xml`` file that includes the following:\n\n.. code-block:: xml\n\n \n \n \n\n.. _`collective.nitf`: https://pypi.python.org/pypi/collective.nitf\n.. _`covertile.cycle2`: https://pypi.python.org/pypi/covertile.cycle2\n\nNot Entirely Unlike\n===================\n\n`collective.plonetruegallery`_\n A gallery/slideshow product for Plone that can aggregate from Picasa and Flickr or use Plone images.\n\n.. _`collective.plonetruegallery`: https://pypi.python.org/pypi/collective.plonetruegallery\n\nShare and Enjoy\n===============\n\n`sc.photogallery` would not have been possible without the contribution of the following people:\n\n- Andr\u00e9 Nogueira\n- H\u00e9ctor Velarde\n- Rodrigo Ferreira de Souza\n- `Cycle2 slideshow plugin for jQuery`_\n- Font Awesome (`icon`_)\n- Wolfgang Beyer (`Mandelbrot image set`_ used in tests)\n\nDevelopment sponsored by Simples Consultoria.\n\n.. _`Cycle2 slideshow plugin for jQuery`: http://jquery.malsup.com/cycle2/\n.. _`icon`: http://fontawesome.io/icon/picture-o/\n.. _`Mandelbrot image set`: https://commons.wikimedia.org/wiki/File:Mandel_zoom_00_mandelbrot_set.jpg\n\nChangelog\n=========\n\nThere's a frood who really knows where his towel is.\n\n1.0b3 (2018-01-30)\n------------------\n\n- Fix brown bag release.\n [hvelarde]\n\n\n1.0b2 (2018-01-29)\n------------------\n\n- Remove indirect dependency on five.grok.\n [hvelarde]\n\n- Add compatibility with Python 3.\n [hvelarde]\n\n- Fix human readable file sizes (fixes `#23 `_).\n [hvelarde]\n\n- Process static resources using webpack.\n [rodfersou]\n\n- Fix registration of Photo Gallery views.\n [hvelarde]\n\n- Use HTML entities in Unicode Normalization Form C to avoid warnings when validating.\n [hvelarde]\n\n\n1.0b1 (2016-03-15)\n------------------\n\n- Remove hard dependency on plone.app.referenceablebehavior as Archetypes is no longer the default framework in Plone 5.\n Under Plone < 5.0 you should now explicitly add it to the `eggs` part of your buildout configuration to avoid issues while upgrading.\n [hvelarde]\n\n- Avoid photo distorting when landscape format is used.\n [rodfersou]\n\n- The Photo Gallery content type now includes a new `allow_download` field to restrict the downloading of images on an item (closes `#24`_).\n [hvelarde]\n\n- Add Brazilian Portuguese and Spanish translations.\n [hvelarde]\n\n- Make control panel configlet accesible to Site Administrator role (closes `#20`_).\n [hvelarde]\n\n- Add download functionality to Photo Gallery;\n if enabled, users will be able to easily download original images by using an explicit link.\n If ``ftw.zipexport`` is installed, they will be also able to download a ZIP file containing all images (closes `#14`_).\n [rodfersou, hvelarde]\n\n- Implement lead image to be used in folder and collection views (closes `#17`_).\n [hvelarde]\n\n- Load Cycle2 resources from the JS registry if available (closes `#10`_).\n [hvelarde]\n\n- Add Photo Gallery tile for collective.cover.\n [rodfersou, hvelarde]\n\n- Remove dependency on five.grok (closes `#7`_).\n [hvelarde]\n\n- Update template with carousel pager and more layout control (closes `#4`_).\n [rodfersou, agnogueira]\n\n- Drop support for Plone 4.2.\n [hvelarde]\n\n- A Photo Gallery can now be set as the default page view on a container (closes `#1`_).\n [hvelarde]\n\n\n1.0a1 (2014-08-04)\n------------------\n\n- Initial release.\n\n.. _`#1`: https://github.com/collective/sc.photogallery/issues/1\n.. _`#4`: https://github.com/collective/sc.photogallery/issues/4\n.. _`#7`: https://github.com/collective/sc.photogallery/issues/7\n.. _`#10`: https://github.com/collective/sc.photogallery/issues/10\n.. _`#14`: https://github.com/collective/sc.photogallery/issues/14\n.. _`#17`: https://github.com/collective/sc.photogallery/issues/17\n.. _`#20`: https://github.com/collective/sc.photogallery/issues/20\n.. _`#24`: https://github.com/collective/sc.photogallery/issues/24\n",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/collective/sc.photogallery",
"keywords": "plone photo gallery content type dexterity",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "sc.photogallery",
"package_url": "https://pypi.org/project/sc.photogallery/",
"platform": "",
"project_url": "https://pypi.org/project/sc.photogallery/",
"project_urls": {
"Homepage": "https://github.com/collective/sc.photogallery"
},
"release_url": "https://pypi.org/project/sc.photogallery/1.0b3/",
"requires_dist": null,
"requires_python": "",
"summary": "A Photo Gallery content type with a slideshow view.",
"version": "1.0b3"
},
"last_serial": 3534671,
"releases": {
"1.0b1": [
{
"comment_text": "",
"digests": {
"md5": "ca4421c97e19ef507a5d3e99203aae1d",
"sha256": "a68feaec2514374d911e8de00ce4bb92d602fee7690205385d27812ed56c0c4f"
},
"downloads": -1,
"filename": "sc.photogallery-1.0b1.tar.gz",
"has_sig": false,
"md5_digest": "ca4421c97e19ef507a5d3e99203aae1d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 472012,
"upload_time": "2016-03-15T15:10:49",
"url": "https://files.pythonhosted.org/packages/e1/f3/e22a5f54b74aa03bd1b0dfd32d9a691b0549eb93e98bc1503e65bfa70e77/sc.photogallery-1.0b1.tar.gz"
}
],
"1.0b2": [
{
"comment_text": "",
"digests": {
"md5": "50b313443c0bf361c6c369dde914af92",
"sha256": "bc94839057da47701a8bc8a34e03bdd640f47c47ad727d89149da6644eaeacca"
},
"downloads": -1,
"filename": "sc.photogallery-1.0b2.tar.gz",
"has_sig": false,
"md5_digest": "50b313443c0bf361c6c369dde914af92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 469362,
"upload_time": "2018-01-29T22:36:11",
"url": "https://files.pythonhosted.org/packages/66/7a/ee522c27efbbfe31cda3bda408c954010721abaa7503d1d958116cf23865/sc.photogallery-1.0b2.tar.gz"
}
],
"1.0b3": [
{
"comment_text": "",
"digests": {
"md5": "53586e94e8cdf0f2df28e19ed947263f",
"sha256": "68217e7ed1bc6915a12ac4aea1b9e37fd7c9ac08ec0347e12bde13f4cda8564a"
},
"downloads": -1,
"filename": "sc.photogallery-1.0b3.zip",
"has_sig": false,
"md5_digest": "53586e94e8cdf0f2df28e19ed947263f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 535339,
"upload_time": "2018-01-30T11:35:59",
"url": "https://files.pythonhosted.org/packages/63/d3/af5caf2262d62bf43984772bbc98fef6abcd4c38af94af5a7a2b28017278/sc.photogallery-1.0b3.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "53586e94e8cdf0f2df28e19ed947263f",
"sha256": "68217e7ed1bc6915a12ac4aea1b9e37fd7c9ac08ec0347e12bde13f4cda8564a"
},
"downloads": -1,
"filename": "sc.photogallery-1.0b3.zip",
"has_sig": false,
"md5_digest": "53586e94e8cdf0f2df28e19ed947263f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 535339,
"upload_time": "2018-01-30T11:35:59",
"url": "https://files.pythonhosted.org/packages/63/d3/af5caf2262d62bf43984772bbc98fef6abcd4c38af94af5a7a2b28017278/sc.photogallery-1.0b3.zip"
}
]
}