{ "info": { "author": "Simples Consultoria", "author_email": "products@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Framework :: Zope3", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. contents:: Table of Contents\n :depth: 2\n\nsc.contentrules.movebyattribute\n**********************************\n\nOverview\n--------\n **sc.contentrules.movebyattribute** is a content rule action used to \n organize content by moving it under a folderish object with the same id as \n the value returned by a selected attribute.\n\nUse case\n---------\n\n In a portal content is created in a folder /post and must be moved to a \n new location when it is published. This new location will be under another \n folder /blogs where every user has its own sub folder \n \n A portal manager will add a content rule that when a Page is published\n inside /post it will lookup the value of the method Creator and then move \n the published content to a folderish under /blog. The id of this folderish \n will match the value extracted from the Creator method.\n \n So, a user with username kirk, will add a new Page in /post and wait for \n publication. When a reviewer publishes the content, it will be moved under \n /blog/kirk, which **must** already exist.\n\nRequirements\n------------\n\n * Plone 3.3.x and above (http://plone.org/products/plone)\n \n \nInstallation\n------------\n \nTo enable this product,on a buildout based installation:\n\n 1. Edit your buildout.cfg and add ``sc.contentrules.movebyattribute``\n to the list of eggs to install ::\n\n [buildout]\n ...\n eggs = \n sc.contentrules.movebyattribute\n\nAfter updating the configuration you need to run the ''bin/buildout'',\nwhich will take care of updating your system.\n\nSponsoring\n----------\n\nDevelopment of this product was sponsored by:\n \n * `Simples Consultoria `_.\n \n * `Associacao PythonBrasil `_.\n\n\nCredits\n-------\n\n * Erico Andrei (erico at simplesconsultoria dot com dot br)\n\nChangelog\n=========\n\n0.5 (2011-06-23)\n----------------\n\n* Brazilian Portuguese translation [erico_andrei]\n\n* Initial release [erico_andrei]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.simplesconsultoria.com.br", "keywords": "contentrules action plone attribute", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "sc.contentrules.movebyattribute", "package_url": "https://pypi.org/project/sc.contentrules.movebyattribute/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sc.contentrules.movebyattribute/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.simplesconsultoria.com.br" }, "release_url": "https://pypi.org/project/sc.contentrules.movebyattribute/0.5/", "requires_dist": null, "requires_python": null, "summary": "Plone content rule to move an item based on an attribute", "version": "0.5" }, "last_serial": 799244, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "0a9834a9a4e13aeb69c1acdd78cac1a8", "sha256": "3c32d1b824f58d0a9ed4afdc24b535c1580848850964e7f6a36b5ed272448af9" }, "downloads": -1, "filename": "sc.contentrules.movebyattribute-0.5.tar.gz", "has_sig": false, "md5_digest": "0a9834a9a4e13aeb69c1acdd78cac1a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17308, "upload_time": "2011-06-23T18:15:54", "url": "https://files.pythonhosted.org/packages/14/b2/6cf8c7c85bb3ca75d3c243414e34ec22e6f89445bda40ed71a3a102d8260/sc.contentrules.movebyattribute-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0a9834a9a4e13aeb69c1acdd78cac1a8", "sha256": "3c32d1b824f58d0a9ed4afdc24b535c1580848850964e7f6a36b5ed272448af9" }, "downloads": -1, "filename": "sc.contentrules.movebyattribute-0.5.tar.gz", "has_sig": false, "md5_digest": "0a9834a9a4e13aeb69c1acdd78cac1a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17308, "upload_time": "2011-06-23T18:15:54", "url": "https://files.pythonhosted.org/packages/14/b2/6cf8c7c85bb3ca75d3c243414e34ec22e6f89445bda40ed71a3a102d8260/sc.contentrules.movebyattribute-0.5.tar.gz" } ] }