{ "info": { "author": "Raptus AG", "author_email": "dev@raptus.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nProvides support for flash movies\n\nThe following features for raptus.article are provided by this package:\n\nContent\n-------\n * Flash - add your flash files in an article.\n\nComponents\n----------\n * Flash (displays flash files contained in the article over the whole width)\n * Flash left (displays flash files contained in the article on the left side)\n * Flash right (displays flash files contained in the article on the right side) \n * Flash teaser (displays flash files contained in the article over the whole width and displayed above the columns)\n\nDependencies\n------------\n * hexagonit.swfheader\n * Products.ContentTypeValidator\n * raptus.article.core\n\nInstallation\n============\n\nTo install raptus.article.flash into your Plone instance, locate the file\nbuildout.cfg in the root of your Plone instance directory on the file system,\nand open it in a text editor.\n\nAdd the actual raptus.article.flash add-on to the \"eggs\" section of\nbuildout.cfg. Look for the section that looks like this::\n\n eggs =\n Plone\n\nThis section might have additional lines if you have other add-ons already\ninstalled. Just add the raptus.article.flash on a separate line, like this::\n\n eggs =\n Plone\n raptus.article.flash\n\nNote that you have to run buildout like this::\n\n $ bin/buildout\n\nThen go to the \"Add-ons\" control panel in Plone as an administrator, and\ninstall or reinstall the \"raptus.article.default\" product.\n\nNote that if you do not use the raptus.article.default package you have to\ninclude the zcml of raptus.article.flash either by adding it\nto the zcml list in your buildout or by including it in another package's\nconfigure.zcml.\n\nUsage\n=====\n\nAdd flash\n---------\nYou may now add flash files in your article. Click the \"Add new\" menu and select \"Flash\" in the pull down menu.\nYou get the standard plone form to add your flash file. \n\nComponents\n----------\nNavigate to the \"Components\" tab of your article, select one of the flash components\nand press \"save and view\". Note that at least one flash file has to be contained\nin the article in which this component is active.\n\nCopyright and credits\n=====================\n\nraptus.article is copyrighted by `Raptus AG `_ and licensed under the GPL. \nSee LICENSE.txt for details.\n\nDeveloper Manual\n================\n\nNote: You find a developer manual for raptus.article at \n`raptus.article.core `_.\nPlease have look there if you need more information.\n\nCode overview\n=============\n\nAdapters\n--------\n\nfile: adapters.py\n`````````````````\n\n- Flashs (Provider for flash movies contained in an article)\n - interface: IFlashs\n - adapts: IArticle\n - getFlashs - method (Returns a list of flash movies (catalog brains))\n\n- FlashSize (Handler for image thumbing and captioning)\n - interface: IFlashSize\n - adapts:IFlash\n - getSize - method (Returns the width and height registered for the specific size\n The sizes are taken from the raptus_article properties sheet and are formed by the \n following name schema: flash__(height|width))\n\nComponents\n----------\n\nplone.abovecontentbody\n``````````````````````\n- raptus.article.flash.right\n- raptus.article.flash.left\n- raptus.article.flash.full\n\nplone.portaltop\n```````````````\n- raptus.article.flash.teaser\n\nInterfaces\n----------\n\nfile: interfaces.py\n```````````````````\n\n- IFlashs (Provider for flash movies contained in an article)\n - getFlashs - method (Returns a list of flash movies (catalog brains))\n\n- IFlashSize (Handler for sizing of flash files)\n - getSize - method (Returns the width and height registered for the specific size\n The sizes are taken from the raptus_article properties sheet and are formed by the \n following name schema: flash__(height|width)\n\n- IFlash (Marker interface for the flash content type)\n\nChangelog\n=========\n\n2.0b4 (2010-11-10)\n------------------\n\n* Added French translations\n\n2.0b3 (2010-10-21)\n------------------\n\n* Updated readme and manual\n\n2.0b2 (2010-10-20)\n------------------\n\n* First public release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://raptus.com", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "raptus.article.flash", "package_url": "https://pypi.org/project/raptus.article.flash/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/raptus.article.flash/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://raptus.com" }, "release_url": "https://pypi.org/project/raptus.article.flash/2.0b4/", "requires_dist": null, "requires_python": null, "summary": "Provides support for flash movies", "version": "2.0b4" }, "last_serial": 798490, "releases": { "2.0b2": [ { "comment_text": "", "digests": { "md5": "fc82c291fcd209026935cd9198705415", "sha256": "08a8219072e6ead21ac850603b4e35c9699c979a169e8e7bc7c392244917a3b1" }, "downloads": -1, "filename": "raptus.article.flash-2.0b2.tar.gz", "has_sig": false, "md5_digest": "fc82c291fcd209026935cd9198705415", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24134, "upload_time": "2010-10-20T16:10:54", "url": "https://files.pythonhosted.org/packages/ac/7e/b9cfe160c781066826d06641439b14d35e089ff79478fba5627bad106b3e/raptus.article.flash-2.0b2.tar.gz" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "a8b75ca23f1d22e4c9117c4893d0a533", "sha256": "e26e7c94c6c9dd16db6352be9702684572e68eb1dac532428734df0953b7c1bd" }, "downloads": -1, "filename": "raptus.article.flash-2.0b3.tar.gz", "has_sig": false, "md5_digest": "a8b75ca23f1d22e4c9117c4893d0a533", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24228, "upload_time": "2010-10-21T16:15:36", "url": "https://files.pythonhosted.org/packages/04/c6/0b8ebefa26b353c6aefe8c641d2149dbdf73e9b9a5746beb0c8756660eb0/raptus.article.flash-2.0b3.tar.gz" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "206a0fe33a08ad245ead0acd458a12c2", "sha256": "ec1631f5510c84de03f4790699e9f73433ca974085f4f4dbf22f0734a5bfd7fa" }, "downloads": -1, "filename": "raptus.article.flash-2.0b4.tar.gz", "has_sig": false, "md5_digest": "206a0fe33a08ad245ead0acd458a12c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24596, "upload_time": "2010-11-10T11:44:38", "url": "https://files.pythonhosted.org/packages/50/d9/3733e11768018c3785b6935d574e7e008cb5dcd07be76b67e2f4c2f4e041/raptus.article.flash-2.0b4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "206a0fe33a08ad245ead0acd458a12c2", "sha256": "ec1631f5510c84de03f4790699e9f73433ca974085f4f4dbf22f0734a5bfd7fa" }, "downloads": -1, "filename": "raptus.article.flash-2.0b4.tar.gz", "has_sig": false, "md5_digest": "206a0fe33a08ad245ead0acd458a12c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24596, "upload_time": "2010-11-10T11:44:38", "url": "https://files.pythonhosted.org/packages/50/d9/3733e11768018c3785b6935d574e7e008cb5dcd07be76b67e2f4c2f4e041/raptus.article.flash-2.0b4.tar.gz" } ] }