{ "info": { "author": "Simon Baechler", "author_email": "dev@feinheit.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "===============\nFeinCMS Gallery\n===============\n\nIntroduction\n------------\nThis is a gallery app and contenttype for Feincms. It allows for several gallery 'types', each with its own\ntempate, css and javascript files. It comes packed with several pretty types ready for use:\n\n* The classic grid type, with caption, lightbox image and pagination.\n* Image carousel: a single line scrollable strip\n* Slideshow: A simple slideshow\n* Fancy panel: A fancyer slideshow with lots of different transitions\n* Product gallery: One large image with smaller thumbnails. \n\nThe CSS and Javascript files for the galleries are only loaded on demand using the form media class.\n\nThe admin frontend has thumbnail view for the gallery images and drag and drop functionality for image sorting.\n\n\nInstallation\n------------\n\nAt this time, there is no prebundled installation file to install via pip or easy_install. So get\nthe source at: https://github.com/feinheit/feincms_gallery\n\n* Make sure to add the ``gallery`` to your Python path.\n* Add ``gallery`` to your ``INSTALLED_APPS`` in your ``settings.py``\n* Add ``url(r'^gallery/', include('gallery.urls')),`` to your ``urls.py``\n\nIn your ``application/models.py`` create the content type::\n\n from gallery.models import GalleryContent\n\n Page.create_content_type(GalleryContent)\n\n\n* run ``python manage.py syncdb``\n\n* add ``{{ feincms_page.content.media }}`` (or media.js and media.css) to the ```` of your template.\n\n\nUsage\n-----\n\nFor each type, there is a gallery template, a JavaScript and CSS.\nThey are in the folder templates/content/gallery, or static/content/gallery.\nFor the types carousel, panel and product there is a link to the document page as a comment in the JS file.\n\nTo customize the gallery to your site, it's best to copy the CSS and JS in\nyour own media folder and edit it there. The configurations are stored in separate files.\n\nTo be able to adjust fancybox.init(), the gallery.js file from the\ngallery/media folder must be copied to the project media folder.\n\nIt is possible to define a template fallback, if a gallery contains only one image.\nE.g. product.html has the fallback template image_product.html.\n\nYou can use standard types or define your own gallery types like this::\n\n from gallery import specs\n from gallery.models import GalleryContent\n\n GALLERY_TYPES = [\n specs.ClassicLightbox(), # standard type\n specs.Type(\n verbose_name=_('Fancy paginated gallery'),\n paginated=True,\n paginate_by=12,\n orphans=4,\n template_name='fancy_gallery.html',\n media={'css' : {'all' :\n ('gallery/gallery.css',\n 'lib/fancybox/jquery.fancybox-1.3.1.css'),},\n 'js' :\n ('gallery/gallery.js',\n 'lib/fancybox/jquery.fancybox-1.3.1.pack.js')\n }\n )\n ]\n\n Page.create_content_type(GalleryContent, regions=('main',),\n types=GALLERY_TYPES)\n\n\n\nWhen replacing an image file in the admin frontend,\nyou have to save the page for the thumbnail to update itself.\n\n\nRelease History\n---------------\n\n- 1.2.3: Rename popup parameter to be consisten with newer Django versions.\n- 1.2.2: The latest version compatible with Django 1.5", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/feinheit/feincms_gallery", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "feincms-gallery", "package_url": "https://pypi.org/project/feincms-gallery/", "platform": "OS Independent", "project_url": "https://pypi.org/project/feincms-gallery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/feinheit/feincms_gallery" }, "release_url": "https://pypi.org/project/feincms-gallery/1.2.4/", "requires_dist": null, "requires_python": null, "summary": "A gallery for FeinCMS", "version": "1.2.4" }, "last_serial": 2202877, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "09f521d032b37e141791583077a7e7c4", "sha256": "379924f4384225e654ec86ca2b8f22604a8ae04aa72387f4443d2f5139b19cc0" }, "downloads": -1, "filename": "feincms-gallery-1.1.1.tar.gz", "has_sig": false, "md5_digest": "09f521d032b37e141791583077a7e7c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35480, "upload_time": "2013-09-11T08:59:35", "url": "https://files.pythonhosted.org/packages/52/10/a6789c1507a519573b507a530ea3a4ffb6ea4ba8ebd6da663332a31821dd/feincms-gallery-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "abad3c4e7602af36babd7ebc0237fd3f", "sha256": "2fa432ffdfdcf94c4ee016c2fe11a9927cd2f0284423cdf5aefc457d50a3bf40" }, "downloads": -1, "filename": "feincms-gallery-1.1.2.tar.gz", "has_sig": false, "md5_digest": "abad3c4e7602af36babd7ebc0237fd3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35700, "upload_time": "2013-09-11T09:18:42", "url": "https://files.pythonhosted.org/packages/7d/c1/70291cd3ead361f3ed0367051a3f07300dcf1c2399a3053bdd5006aa708e/feincms-gallery-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "c25a56462c97826247b3fcf262bcf020", "sha256": "7bc1277c66ae49521a81d179983a10c466467c7d0c64951d9e25a97b5177ee6d" }, "downloads": -1, "filename": "feincms-gallery-1.1.3.tar.gz", "has_sig": false, "md5_digest": "c25a56462c97826247b3fcf262bcf020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34191, "upload_time": "2013-09-11T09:42:02", "url": "https://files.pythonhosted.org/packages/88/27/2b9c1ba6c678ce84fed4ac861e338f594c7020fd56e931e605d0f4108328/feincms-gallery-1.1.3.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "3703528536f8618f006c9db7f9bbcdd0", "sha256": "da6a12b52e08218738aeb8f9c7b14638c8631142c22227a5ca46454813d07fd7" }, "downloads": -1, "filename": "feincms_gallery-1.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "3703528536f8618f006c9db7f9bbcdd0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 46283, "upload_time": "2014-12-29T18:25:10", "url": "https://files.pythonhosted.org/packages/d0/74/0f377b35ea37954d8ff4af37525066d99d03b0bd4b380ebf5c71ec13c481/feincms_gallery-1.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c4e5b545bd8f440da7562599cc36c78", "sha256": "8a17a90800ca65f1538bcf7fd3ea6d54773aaec9ae5b5a0cec8f6c3927d75839" }, "downloads": -1, "filename": "feincms-gallery-1.2.0.tar.gz", "has_sig": false, "md5_digest": "3c4e5b545bd8f440da7562599cc36c78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35755, "upload_time": "2014-12-29T18:24:51", "url": "https://files.pythonhosted.org/packages/26/2e/91ca54b4ec3ec1fc8737362ddec4ec19248e9d4ec69386c8a78feadbf8ae/feincms-gallery-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "ebbf31b93fcf33177bcfe0ed4401bb03", "sha256": "ca7ad5b3446c194dadd9966596661ddd5098a954ab01c827ddfaf09d7f9208a5" }, "downloads": -1, "filename": "feincms-gallery-1.2.1.tar.gz", "has_sig": false, "md5_digest": "ebbf31b93fcf33177bcfe0ed4401bb03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35828, "upload_time": "2015-05-22T09:35:01", "url": "https://files.pythonhosted.org/packages/71/07/43be27b2abdc7d299723a2a7d47d1328fe7f10fe204df91cf9f5e325a811/feincms-gallery-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "aaceee82d899ded47952b3d7f56b1c03", "sha256": "1a03bbfd0e68c9cc660ca33bb326420b96144eee96b2e01676767b8b060c4f21" }, "downloads": -1, "filename": "feincms-gallery-1.2.2.tar.gz", "has_sig": false, "md5_digest": "aaceee82d899ded47952b3d7f56b1c03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35789, "upload_time": "2015-05-22T11:54:28", "url": "https://files.pythonhosted.org/packages/ec/e9/db86b8ff56ff994f5ca700eb78dbefcfa96d6bd12179e8429f89901e80e1/feincms-gallery-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "c47bce715663517f7c0fe166df3e9ef1", "sha256": "2abe96909f034fd32c1df2dc6846585b1745c9971d7c4e16f7366387984fb02c" }, "downloads": -1, "filename": "feincms-gallery-1.2.3.tar.gz", "has_sig": false, "md5_digest": "c47bce715663517f7c0fe166df3e9ef1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35896, "upload_time": "2015-06-16T11:57:16", "url": "https://files.pythonhosted.org/packages/85/04/35823571695cd0026b00274d145e94cf6c2f8c725807e2a5be1a022c787c/feincms-gallery-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "e3cbc24969fe716ba0ffa422a60d794a", "sha256": "f49b4dd0827c9c48ad65fbb211d838d6c650f1523c56d4b4065f3295b8b7183f" }, "downloads": -1, "filename": "feincms-gallery-1.2.4.tar.gz", "has_sig": false, "md5_digest": "e3cbc24969fe716ba0ffa422a60d794a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35819, "upload_time": "2015-10-14T14:45:18", "url": "https://files.pythonhosted.org/packages/cb/ad/78574914071d7f7ddf282144235f1aa0c03e30f752864fee28967823d280/feincms-gallery-1.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3cbc24969fe716ba0ffa422a60d794a", "sha256": "f49b4dd0827c9c48ad65fbb211d838d6c650f1523c56d4b4065f3295b8b7183f" }, "downloads": -1, "filename": "feincms-gallery-1.2.4.tar.gz", "has_sig": false, "md5_digest": "e3cbc24969fe716ba0ffa422a60d794a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35819, "upload_time": "2015-10-14T14:45:18", "url": "https://files.pythonhosted.org/packages/cb/ad/78574914071d7f7ddf282144235f1aa0c03e30f752864fee28967823d280/feincms-gallery-1.2.4.tar.gz" } ] }