{ "info": { "author": "Maik Derstappen", "author_email": "maik.derstappen@inqbus.de", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nATMediaPage is a simple and easy to use Plone Page which can contain AT Images with changeable layout.\n\nInstalling\n==========\n\nThis package requires Plone 3.x or later (tested on 3.3.5 and 4.0b3).\n\nInstalling without buildout\n---------------------------\n\nInstall this package in either your system path packages or in the lib/python directory of your Zope instance. You can do this using either easy_install or via the setup.py script.\n\nInstalling with buildout\n------------------------\n\nIf you are using `buildout`_ to manage your instance installing Products.ATMediaPage is even simpler. You can install Products.ATMediaPage by adding it to the eggs line for your instance::\n\n [instance]\n eggs = Products.ATMediaPage\n\nAfter updating the configuration you need to run the ''bin/buildout'', which will take care of updating your system.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n\n\nUsage\n=====\n\n* Add a new MediaPage in the Plone way like a new document.\n* Then you can add some Images into the MediaPage like into a folder.\n* You can also copy images from anywhere in your Plone site.\n* The MediaPage will show the images depended on the layout of the selected page template.\n* You can change the layout by choosing another view on display action-list.\n\nNote\n----\n\nYou must publish the MediaPage and all images inside the MediaPage! If you forget to publish an image it will not show up in the MediaPage!\n\n\nCopyright and Credits\n=====================\n\nThe MediaPage was originally developed by Maik Derstappen, Derstappen IT Consulting (maik.derstappen@inqbus.de, http://www.inqbus-hosting.de) and Torsten Hinze alias HiDeVis (info4hidevis@gmx.de), a programmer from near Cologne.\n\nThe MediaPage was redesigned by Thomas Massmann (thomas.massmann@inqbus.de).\n\n\nChangelog\n=========\n\n0.2.2 (2010-06-03)\n------------------\n\n- Added MediaPage to versioned types.\n [tmassman]\n\n- Removed deprecated files.\n [tmassman]\n\n- Fixed bug for floating images.\n [tmassman]\n\n0.2.1 (2010-05-24)\n------------------\n\n- Added Plone 4 compatibility.\n [tmassman]\n\n- Created new package structure.\n [tmassman]\n\n- Code cleanup.\n [tmassman]\n\n- Added GS profile.\n [tmassman]\n\n- Added custom browser layer.\n [tmassman]\n\n\n0.2a1 (unreleased)\n------------------\n\n- Reviewed templates to support provider for viewlets.\n [tmassman]\n\n\n0.1.16 (2008-01-23)\n-------------------\n\n- Change from import CMFCore.CMFCorePermissions to CMFCore.permissions.\n [Maik Derstappen]\n\n- Fixed: exceptions.ImportError: No module named migrate.\n [Maik Derstappen]\n\n- Changed all views, to show image in all review states (we need this for Plone 3).\n [Maik Derstappen]\n\n\n0.1.15 (2007-05-17)\n-------------------\n\n- Add an new view \"article-style-small\" to show thumb images on bottom with title and description.\n [Maik Derstappen, Torsten Hinze]\n\n\n0.1.14 (2007-05-17)\n-------------------\n\n- Set default_view_fallback = True on install time.\n [Maik Derstappen, Torsten Hinze]\n\n- Rewrite of most CSS styles attributes for cleanup, pleas see style-guidelines in the skin folder!\n [Maik Derstappen, Torsten Hinze]\n\n- Added a new zoom feature for all views.\n [Maik Derstappen, Torsten Hinze]\n\n\n0.1.13 (2007-02-03)\n-------------------\n\n- Added a new checkbox for show images randomized yes/no in autochange views.\n [Maik Derstappen]\n\n\n0.1.12 (2007-02-03)\n-------------------\n\n- Changed js-code in autochangeview, now autochange show all images straightforward, not random.\n [Maik Derstappen]\n\n\n0.1.11 (2007-01-31)\n-------------------\n\n- Added new variants of some views, autochange 1 & 2 and prieview_right with title under images.\n [Maik Derstappen]\n\n- Added new view with preview-sized images on buttom of the page, image title and description.\n [Maik Derstappen]\n\n\n0.1.10 (2007-01-09)\n-------------------\n\n- Bugfix for: #8 \u2014 Now all new JS-variables have a leading var. This fixes the IE JS-Error.\n [Maik Derstappen]\n\n- We have an new autochange view, with Description and autochanged image on right site in an Banner style.\n [Maik Derstappen]\n\n\n0.1.9 (2006-11-09)\n------------------\n\n- Bugfix for: #2 \u2014 show the wrong image on click in autochange_view.\n [Torsten Hinze]\n\n- Now the JS change the src and the href attribute the new image.\n [Torsten Hinze]\n\n\n0.1.8 (2006-10-15)\n------------------\n\n- Optimization css-styles and css-tags, massive code clean up.\n [Maik Derstappen]\n\n- Now you can configure the delay time for image-autochange_view.\n [Maik Derstappen]\n\n\n0.1.7 (2006-10-15)\n------------------\n\n- Optimization css-styles, code clean up, optimization code for default view.\n [Maik Derstappen]\n\n\n0.1.6 (2006-09-10)\n------------------\n\n- Optimization css-styles, code clean up, change the default view.\n [Maik Derstappen]\n\n\n0.1.5.1 (2006-08-10)\n--------------------\n\n- Optimization of css-styles.\n [Maik Derstappen]\n\n\n0.1.5 (2006-08-10)\n------------------\n\n- Bugfixes and some new views.\n [Maik Derstappen]\n\n\n0.1.3 (2006-07-23)\n------------------\n\n- Many Bugfixes, autorename, portal_factory integration, multible views.\n [Maik Derstappen]\n\n\n0.1 (2006-01-20)\n----------------\n\n- Initial release.\n [Maik Derstappen]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/atmediapage", "keywords": "Zope CMF Plone Images Layout Document Article", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.ATMediaPage", "package_url": "https://pypi.org/project/Products.ATMediaPage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.ATMediaPage/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/atmediapage" }, "release_url": "https://pypi.org/project/Products.ATMediaPage/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Simple and easy to use Plone page with predefined layouts.", "version": "0.2.2" }, "last_serial": 878973, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "395e82c73205667636f5cb962f264d9b", "sha256": "f9f94d51880aadc61c1b26a5f9d9fcfc6a863269db513cf5595473721eea6f36" }, "downloads": -1, "filename": "Products.ATMediaPage-0.2.1-py2.6.egg", "has_sig": false, "md5_digest": "395e82c73205667636f5cb962f264d9b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 105401, "upload_time": "2010-05-24T16:39:57", "url": "https://files.pythonhosted.org/packages/2e/2c/83259a583bcb3932d9497269c6cd585e9bc0719f46cca40b3a28a3014b6d/Products.ATMediaPage-0.2.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "5e3091453565d1079c8a7e4295281b2d", "sha256": "6c3717845f59a673362a4c8a82d34f6ceb47cea3caf3358e67e723fe0003e7c8" }, "downloads": -1, "filename": "Products.ATMediaPage-0.2.1.tar.gz", "has_sig": false, "md5_digest": "5e3091453565d1079c8a7e4295281b2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49759, "upload_time": "2010-05-24T16:39:47", "url": "https://files.pythonhosted.org/packages/4c/f3/debd993f1ad715d30023c332d4faea19a3aedc5201a36901c8d5c90d1be7/Products.ATMediaPage-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "b26f57351a2e5eb50be92cf05ab1b4f2", "sha256": "bf3dfddb8e4a998d26fc9188b73fb0dba25ae9070d6631a5348a52e56105f707" }, "downloads": -1, "filename": "Products.ATMediaPage-0.2.2-py2.6.egg", "has_sig": false, "md5_digest": "b26f57351a2e5eb50be92cf05ab1b4f2", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 46665, "upload_time": "2010-06-03T20:28:24", "url": "https://files.pythonhosted.org/packages/30/3a/f58b965db40d5a3c7314cefd71536685c6de369b2701ae33088f04262bc6/Products.ATMediaPage-0.2.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "976d2fd2921c27f4e8d904862d5dac3a", "sha256": "6bd6d25d015fdde0d53e5366980a2252edab08057774b00b20ba3fda10504b03" }, "downloads": -1, "filename": "Products.ATMediaPage-0.2.2.tar.gz", "has_sig": false, "md5_digest": "976d2fd2921c27f4e8d904862d5dac3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25976, "upload_time": "2010-06-03T20:28:22", "url": "https://files.pythonhosted.org/packages/9d/4d/e3bcc19f59c3d5340218d33ff8d5e7c05395505f194da78d003b783d746b/Products.ATMediaPage-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b26f57351a2e5eb50be92cf05ab1b4f2", "sha256": "bf3dfddb8e4a998d26fc9188b73fb0dba25ae9070d6631a5348a52e56105f707" }, "downloads": -1, "filename": "Products.ATMediaPage-0.2.2-py2.6.egg", "has_sig": false, "md5_digest": "b26f57351a2e5eb50be92cf05ab1b4f2", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 46665, "upload_time": "2010-06-03T20:28:24", "url": "https://files.pythonhosted.org/packages/30/3a/f58b965db40d5a3c7314cefd71536685c6de369b2701ae33088f04262bc6/Products.ATMediaPage-0.2.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "976d2fd2921c27f4e8d904862d5dac3a", "sha256": "6bd6d25d015fdde0d53e5366980a2252edab08057774b00b20ba3fda10504b03" }, "downloads": -1, "filename": "Products.ATMediaPage-0.2.2.tar.gz", "has_sig": false, "md5_digest": "976d2fd2921c27f4e8d904862d5dac3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25976, "upload_time": "2010-06-03T20:28:22", "url": "https://files.pythonhosted.org/packages/9d/4d/e3bcc19f59c3d5340218d33ff8d5e7c05395505f194da78d003b783d746b/Products.ATMediaPage-0.2.2.tar.gz" } ] }