{ "info": { "author": "Simples Consultoria", "author_email": "products@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "*******************\nsc.galleria.support\n*******************\n\n.. contents:: Table of Contents\n\nOverview\n--------\n\n**sc.galleria.support** provides simple gallery integration for Plone.\n\nUsing in a Plone Site\n----------------------\n\nStep 1: Activate it\n^^^^^^^^^^^^^^^^^^^^\n\nGo to the 'Site Setup' page in the Plone interface and click on the\n'Add/Remove Products' link.\n\nChoose the product **sc.galleria.support** (check checkbox at its left side)\nand click the 'Activate' button.\n\nStep 2: Setting preferences\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nIn 'Site setup' below on 'Add-on Configuration' click on 'Galleria' option. In\nthis section you can see several options wich are categorized in different\ntypes. Each type is visualized in a tab. You have options for 'Default',\n'Flickr Plugin', 'Picasa Plugin', 'FaceBook Plugin' and 'History Plugin'.\nTo know how to setup this preferences in a way to go better to your needs see\n`Functionality`_ section.\n\nStep 3: Seeing it in action\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nGalleria will be rendered through a set of the display action in a container\ncontent type. For example, if you have a folder named \"My folder\" and you are\nstanding there, click on \"Display\" (you need permissions for the edit bar) and\nthen in \"Galleria\". Of course, this will only have an effect if you have\nimages inside that folder. If you do, you will see the images render with the\nGalleria plugin.\n\nFor the case that you want to fetch pictures located in flickr or picasa see\n`Flickr, Picasa & Facebook Plugins`_. To activate Galleria in the Link just follow the\nsame procedure with the display action.\n\nFunctionality\n--------------\n\nThe next explanations about different options must be applied in the control\npanel of Galleria add-on. See `Step 2: Setting preferences`_.\n\nDefault options\n^^^^^^^^^^^^^^^\n\nIn this section you have all the basic options to set how the layout of your\ngalleria will look like.\n\n**Auto play:**\n This will start playing the slideshow with 5 seconds interval.\n\n**Show informations:**\n Displays the caption.\n\n**Gallery width:**\n You can use this option to set a gallery width manually. Default is 500\n px.\n\n**Gallery height:**\n You can use this option to set a gallery height manually. Default is 500\n px.\n\n**Image css position:**\n Positions the main image inside the stage container. Works like the CSS\n background-position property, f.ex \u2018top right\u2019 or \u201820% 100%\u2019. You can use keywords, percents or pixels. The first\n value is the horizontal position and the second is the vertical.\n\n - Read more about positioning at http://www.w3.org/TR/REC-CSS1/#background-position\n\n**Enable lightbox:**\n This option acts as a helper for attaching a lightbox when the user clicks\n on an image. If you have a link defined for the image, the link will take\n precedence.\n\n**Show counting:**\n Displays the counter.\n\n**Transitions:**\n The transition that is used when displaying the images. There are\n different transitions in Galleria.\n\n Flavors are:\n - *fade* - crossfade betweens images.\n - *flash* - fades into background color between images.\n - *pulse* - quickly removes the image into background color, then fades the next image.\n - *slide* - slides the images depending on image position.\n - *fadeslide* - fade between images and slide slightly at the same time.\n\n**Transition Speed:**\n The milliseconds used in the animation when applying the transition. The\n higher number, the slower transition.\n\n**Wait:**\n Sets how long Galleria should wait when trying to extract measurements,\n before throwing an error. Default is 5000\n\n**Show image navigation:**\n Displays the image navigation (next/prev arrows).\n\n**Swipe:**\n Enables a swipe movement for flicking through images on touch devices.\n\n**Selector jQuery:**\n Eg. '#content-core' or '#content' or '.galleria'. Do not change if you do\n not know what I mean.\n\n**Show Thumbnails:**\n Sets the creation of thumbnails.\n\n**Enable image crop:**\n Defines how the main image will be cropped inside it\u2019s container. This option\n also is valid to fullscreen mode.\n\n true means that all images will be scaled to fill the stage, centered and cropped.\n false will scale down so the entire image fits.\n\n**Sets Gallery in responsive mode:**\n This option sets thew Gallery in responsive mode. That means that it will resize\n the entire container if your CSS is dynamic. In other words, you can add media\n queries or dynamic proportions in your CSS and the gallery will follow these proportions\n as the window resizes.\n\n**Enable debug mode:**\n This option is for turning debug on/off. By default, Galleria displays\n errors by printing them out in the gallery container and sometimes throw\n exceptions. For deployment you can turn debug off to generate a more\n generic error message if a fatal error is raised.\n\nYouTube, Vimeo & DailyMotion supported\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo use this supports you have to create a 'Link' content type and in the 'url'\nfield set the movie url.\n\n - **YouTube:** Sets options for the YouTube player.\n\n - **Vimeo:** Sets options for the Vimeo player.\n\n - **DailyMotion** Adds player options for the Daliymotion video player.\n\nFlickr, Picasa & Facebook Plugins\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo use this plugins you have to create a 'Link' content type and in the 'url'\nfield set the galleria url that looks something like:\n\n - **Flickr:** 'http://www.flickr.com/photos/user_id/sets/galleria_id/'\n\n - **Picasa:** 'https://picasaweb.google.com/user_id/galleria_id'\n\n - **FaceBook:** 'http://www.facebook.com/media/set/?set=a.album_id'\n\n**Enable plugin:** activate this function.\n\n**Maximum number of photos:** you can set the maximum of photos to show.\n\n**Show description:** Fetch the description. The plugin fetches the title per\ndefault.\n\nHistory Plugin\n^^^^^^^^^^^^^^\n\nThe Galleria History plugin is a simple extension to create Galleria add hash\ntags for permalinks and back button functionality enabled. This is useful on\nfullscreen views and other use cases. The plugin simply adds a #/[id] hash to\nthe URL and then applies the necessary code for all browsers to enable the\nback button. It also makes permalinks possible by simply bookmarking f.ex\nhttp://mygalleria.com/#/4 and the user will be shown the 5th image in the\ngallery (index starts at 0).\n\nBrowser support includes Firefox 2+, IE6+, Ipad, Opera and Chrome.\n\nYou enable it with the **Enable history plugin** option.\n\nMostly Harmless\n---------------\n\n.. image:: https://secure.travis-ci.org/simplesconsultoria/sc.galleria.support.png\n :target: http://travis-ci.org/simplesconsultoria/sc.galleria.support\n\nHave an idea? Found a bug? Let us know by `opening a support ticket`_.\n\n.. _`opening a support ticket`: https://github.com/simplesconsultoria/sc.galleria.support/issues\n\nInstallation\n------------\n\nTo enable this product, on a buildout based installation.\n\nPlone 3.3.x Buildout Installation:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo install ``sc.galleria.support``, the following code to your\nbuildout.cfg::\n\n [buildout]\n ...\n extends =\n http://good-py.appspot.com/release/plone.app.registry/1.0b2?plone=3.3.6\n\n ...\n eggs =\n sc.galleria.support\n\nPlone 4.0.x Buildout Installation:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo install ``sc.galleria.support``, the following code to your\nbuildout.cfg::\n\n [buildout]\n ...\n extends =\n http://good-py.appspot.com/release/plone.app.registry/1.0b2?plone=4.0.2\n\n ...\n eggs =\n sc.galleria.support\n\n\nPlone 4.1.x or greater Buildout Installation:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo install ``sc.galleria.support``, the following code to your\nbuildout.cfg::\n\n [buildout]\n ...\n eggs =\n sc.galleria.support\n\n.. note:: Since Plone 3.3 is not is necessary to explictly inform\n plone.recipe.zope2instance recipe to install the ZCML slug\n\n\nAfter updating the configuration you need to run the ''bin/buildout'',\nwhich will take care of updating your system.\n\nUninstall\n---------\n\nGo to the 'Site Setup' page in the Plone interface and click on the\n'Add/Remove Products' link.\n\nChoose the product **sc.galleria.support**, which should be under *Activated\nadd-ons*, (check checkbox at its left side) and click the 'Deactivate' button.\n\n.. note:: You may have to empty your browser cache and save your resource\n registries in order to see the effects of the product installation.\n\n\nContributors\n------------\n\n- Cleber J. Santos\n- H\u00e9ctor Velarde\n- Gustavo Lepri\n- Alejandro Pereira\n\n* Aino (http://galleria.aino.se) - JavaScript galleria\n\n\nChangelog\n----------\n\n1.0.1 (2017-01-11)\n^^^^^^^^^^^^^^^^^^\n\n- Deprecate package.\n [hvelarde]\n\n- Fix package uninstall.\n [rodfersou, hvelarde]\n\n\n1.0 (2013-01-27)\n^^^^^^^^^^^^^^^^^^^\n\n* Refactor travis-ci integration and tests.\n [cleberjsantos]\n\n* Add upgrade steps.\n [cleberjsantos]\n\n* Refactor to integration of collective.js.galleria.\n [cleberjsantos]\n\n* Fix FaceBook plugin.\n [cleberjsantos]\n\n\n1.0rc1 (2012-09-07)\n^^^^^^^^^^^^^^^^^^^\n\n* Added toggle full screen.\n [cleberjsantos]\n\n* Added FaceBook Plugins.\n [cleberjsantos]\n\n* Galleria upgrade version to 1.2.8 and templates fixes.\n [cleberjsantos]\n\n* Refactoring tests.\n [cleberjsantos]\n\n* Corrected thumb and image generation.\n [cleberjsantos]\n\n* Added Galleria template to new collection.\n [cleberjsantos]\n\n* Upgrade Picasa, Flickr and History Plugins.\n [cleberjsantos]\n\n\n1.0b4 (2012-06-21)\n^^^^^^^^^^^^^^^^^^\n\n* Added image crop and responsive options.\n [cleberjsantos]\n\n* Refactored and optimized code.\n [cleberjsantos]\n\n* Refactoring browser test cases.\n [aleGpereira]\n\n* Fixed Title and Description data, modification of the method call.\n [cleberjsantos]\n\n* Resolves (issue `#25`_).\n [cleberjsantos]\n\n* Added template with ZPT macro.\n [cleberjsantos]\n\n* Updated documentation.\n [cleberjsantos]\n\n* Updated templates.\n [cleberjsantos]\n\n* Some tests were fixed and some others, refactored.\n [hvelarde]\n\n* Fixed package distribution and documentation.\n [hvelarde]\n\n\n1.0b3 (2012-05-28)\n^^^^^^^^^^^^^^^^^^\n\n* Fixed NameError: name 'test' is not defined (issue `#17`_).\n [cleberjsantos]\n\n* PEP 8.\n [hvelarde]\n\n* Portuguese translation updated.\n [lepri]\n\n\n1.0b2 (2012-05-19)\n^^^^^^^^^^^^^^^^^^\n\n* Fixed Picasa and Flickr plugins (issue `#11`_).\n [cleberjsantos]\n\n* Added validation for Vimeo and DailyMotion (issue `#12`_).\n [cleberjsantos]\n\n* Patch for bug in Picasa plugin (issue `#13`_).\n [cleberjsantos]\n\n* Added tests.\n [aleGpereira]\n\n* Updated i18n and Brazilian Portuguese translation.\n [hvelarde]\n\n\n1.0b1 (2012-05-18)\n^^^^^^^^^^^^^^^^^^\n\n* Initial release.\n\n.. _`#11`: https://github.com/simplesconsultoria/sc.galleria.support/issues/11\n.. _`#12`: https://github.com/simplesconsultoria/sc.galleria.support/issues/12\n.. _`#13`: https://github.com/simplesconsultoria/sc.galleria.support/issues/13\n.. _`#17`: https://github.com/simplesconsultoria/sc.galleria.support/issues/17\n.. _`#25`: https://github.com/simplesconsultoria/sc.galleria.support/issues/25", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.simplesconsultoria.com.br", "keywords": "python simples_consultoria plone galleria gallery", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "sc.galleria.support", "package_url": "https://pypi.org/project/sc.galleria.support/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sc.galleria.support/", "project_urls": { "Homepage": "http://www.simplesconsultoria.com.br" }, "release_url": "https://pypi.org/project/sc.galleria.support/1.0.1/", "requires_dist": [ "collective.js.galleria", "plone.app.registry", "setuptools", "plone.app.testing; extra == 'test'", "unittest2; extra == 'test'" ], "requires_python": "", "summary": "Simple gallery for Plone based in http://galleria.io", "version": "1.0.1" }, "last_serial": 2568382, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "6d5e42da51a0e5e34a7b2f6be193dfe1", "sha256": "0e739d3c7b23cc2338b2a7367d12ea0db0b238f97d58357b3a5cd4d28b280498" }, "downloads": -1, "filename": "sc.galleria.support-1.0.zip", "has_sig": false, "md5_digest": "6d5e42da51a0e5e34a7b2f6be193dfe1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65722, "upload_time": "2013-01-27T02:14:14", "url": "https://files.pythonhosted.org/packages/2a/dd/af739fcb2cb7bd4ed2247bc8021a0e8c1f28ab16cb4fab2af41e6c9a5300/sc.galleria.support-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a6b897bc5f45c5cefc7305b7be08c46b", "sha256": "53636c24230e4659283211a86014d2c9a14fc926934ddebf7078f849cb59028c" }, "downloads": -1, "filename": "sc.galleria.support-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "a6b897bc5f45c5cefc7305b7be08c46b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 48920, "upload_time": "2017-01-11T15:50:03", "url": "https://files.pythonhosted.org/packages/ff/b9/6603de51bcd65e8a013edaa5395841802ab74c499cf6c8ba09298be7e4e1/sc.galleria.support-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "305a60d7a6791461dbc247a944edeedd", "sha256": "cc630880df92f8daa8f9dfe121a7e4552b33f36d1bd8963ac6270c64bc2bedec" }, "downloads": -1, "filename": "sc.galleria.support-1.0.1.tar.gz", "has_sig": false, "md5_digest": "305a60d7a6791461dbc247a944edeedd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40638, "upload_time": "2017-01-11T15:50:06", "url": "https://files.pythonhosted.org/packages/f1/7e/fd62229d31c4ffa2b3230e8f18594e022cea4729e7dbaa4ac37251027498/sc.galleria.support-1.0.1.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "8ab4b384464a3f99beb45f9921629034", "sha256": "40b9477068bf8663e265b380db9399ad69471c2e635ac753bb77d926782725a9" }, "downloads": -1, "filename": "sc.galleria.support-1.0b1.tar.gz", "has_sig": false, "md5_digest": "8ab4b384464a3f99beb45f9921629034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104493, "upload_time": "2012-05-18T16:13:35", "url": "https://files.pythonhosted.org/packages/3d/17/52eb764e194aaf22c54e421559b0f35598831ed87bd026e3aabc3d9be32c/sc.galleria.support-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "9d474157f257faec4eb1fc0b607d1d88", "sha256": "31c2f81bef78331d78db8af77aaf799e2f94b7de96ea74fc7dd413c1b7228f74" }, "downloads": -1, "filename": "sc.galleria.support-1.0b2.tar.gz", "has_sig": false, "md5_digest": "9d474157f257faec4eb1fc0b607d1d88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110149, "upload_time": "2012-05-20T02:35:44", "url": "https://files.pythonhosted.org/packages/56/b6/cf2e6c0e3142bf8e33e1a94eb31ad4e6e1955e13f1198520e7d87c3381d2/sc.galleria.support-1.0b2.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "92b06b1da63a841af1f1de0535aa6de8", "sha256": "21df496eca449a9111d66ea9b3cff31f402005abc95f54d83392c78709822b99" }, "downloads": -1, "filename": "sc.galleria.support-1.0b3.tar.gz", "has_sig": false, "md5_digest": "92b06b1da63a841af1f1de0535aa6de8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104852, "upload_time": "2012-05-28T16:52:38", "url": "https://files.pythonhosted.org/packages/8d/24/0bf3512d9a5fe85acdfd25847a0fa2dfc43473aa09dd90de62b46576535f/sc.galleria.support-1.0b3.tar.gz" } ], "1.0b4": [ { "comment_text": "", "digests": { "md5": "117e25d665aed92bf3bd97f04564a966", "sha256": "85e872637bda93cfe23ee7eebc2b58a102b158195f605c11820495321386188b" }, "downloads": -1, "filename": "sc.galleria.support-1.0b4.zip", "has_sig": false, "md5_digest": "117e25d665aed92bf3bd97f04564a966", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147510, "upload_time": "2012-06-21T22:32:45", "url": "https://files.pythonhosted.org/packages/4c/de/143a3f525e2dc5866a2f52f4fafb24db273b8172fecd31c2f7bb567169ab/sc.galleria.support-1.0b4.zip" } ], "1.0rc1": [ { "comment_text": "", "digests": { "md5": "46e941bca0d875d609426a78e429337a", "sha256": "3efc4aaac4ab2971b735f61aaa65ea3d84077eaa1f1259f0610e152cf8eadce9" }, "downloads": -1, "filename": "sc.galleria.support-1.0rc1.zip", "has_sig": false, "md5_digest": "46e941bca0d875d609426a78e429337a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158700, "upload_time": "2012-09-07T19:57:59", "url": "https://files.pythonhosted.org/packages/3a/33/f262267acc5004ecc62d04baf612e3fdad6dc1869c28d1c2a92057ede239/sc.galleria.support-1.0rc1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6b897bc5f45c5cefc7305b7be08c46b", "sha256": "53636c24230e4659283211a86014d2c9a14fc926934ddebf7078f849cb59028c" }, "downloads": -1, "filename": "sc.galleria.support-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "a6b897bc5f45c5cefc7305b7be08c46b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 48920, "upload_time": "2017-01-11T15:50:03", "url": "https://files.pythonhosted.org/packages/ff/b9/6603de51bcd65e8a013edaa5395841802ab74c499cf6c8ba09298be7e4e1/sc.galleria.support-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "305a60d7a6791461dbc247a944edeedd", "sha256": "cc630880df92f8daa8f9dfe121a7e4552b33f36d1bd8963ac6270c64bc2bedec" }, "downloads": -1, "filename": "sc.galleria.support-1.0.1.tar.gz", "has_sig": false, "md5_digest": "305a60d7a6791461dbc247a944edeedd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40638, "upload_time": "2017-01-11T15:50:06", "url": "https://files.pythonhosted.org/packages/f1/7e/fd62229d31c4ffa2b3230e8f18594e022cea4729e7dbaa4ac37251027498/sc.galleria.support-1.0.1.tar.gz" } ] }