{ "info": { "author": "Lukas Zdych", "author_email": "lukas.zdych@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "collective.duplicateaction\n===========================\n\nThis package adds new content action \"Duplicate\" into the \"Actions\" menu next to standard actions like \"Copy\", \"Cut\", \"Paste\", \"Rename\" and \"Delete\".\n\nThis does not aim to be as general as possible but it may speed things up.\n\n\nInstalling\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThis package requires Plone 3.x or later (tested on 4.1).\n\nInstalling without buildout\n------------------------------\n\nInstall this package in either your system path packages or in the lib/python\ndirectory of your Zope instance. You can do this using either easy_install or\nvia the setup.py script.\n\nInstalling with buildout\n------------------------------\n\nIf you are using `buildout`_ to manage your instance installing\ncollective.duplicateaction is even simpler. You can install\ncollective.duplicateaction by adding it to the eggs line for your instance::\n\n [instance]\n eggs = collective.duplicateaction\n\nAfter updating the configuration you need to run the ''bin/buildout'', which\nwill take care of updating your system.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n\n\nHow it works\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n1. New action \"Duplicate\" is installed into the \"Actions\" content menu\n\n2. Duplicate action as available only if user is allowed to add current content type into its parent folder and if has permissions to copy or move content\n\n3. When user clicks the action link it copies current content, pastes its copy into parent folder and redirects user to the new duplicated content\n\n\nCopyright and Credits\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\ncollective.deactivateaction is licensed under the GPL. See LICENSE.txt for details.\n\n\nAuthor: `Lukas Zdych (lzdych)`__\n\n.. _lzdych: mailto:lukas.zdych@gmail.com\n\n__ lzdych_\n\n\nChangelog\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n1.0 (2011-11-01)\n------------------------------\n\n- Initial release [lzdych]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/collective/collective.duplicateaction", "keywords": "plone contentaction duplicate", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.duplicateaction", "package_url": "https://pypi.org/project/collective.duplicateaction/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.duplicateaction/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/collective/collective.duplicateaction" }, "release_url": "https://pypi.org/project/collective.duplicateaction/1.0/", "requires_dist": null, "requires_python": null, "summary": "Adds additional action to content actions menu for duplicating content.", "version": "1.0" }, "last_serial": 787763, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "59ee21d364c63c0a1bcb8ecaff6718e8", "sha256": "d3ed63fb597e77f8c8c1e33aabecb37736c94854482784ca306c706d5c0af29d" }, "downloads": -1, "filename": "collective.duplicateaction-1.0.zip", "has_sig": false, "md5_digest": "59ee21d364c63c0a1bcb8ecaff6718e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23010, "upload_time": "2011-11-01T09:01:43", "url": "https://files.pythonhosted.org/packages/db/f7/508ad9c371d6b9e597b44910c64a15a0ba0fd87ead79878b3a299e127ffe/collective.duplicateaction-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59ee21d364c63c0a1bcb8ecaff6718e8", "sha256": "d3ed63fb597e77f8c8c1e33aabecb37736c94854482784ca306c706d5c0af29d" }, "downloads": -1, "filename": "collective.duplicateaction-1.0.zip", "has_sig": false, "md5_digest": "59ee21d364c63c0a1bcb8ecaff6718e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23010, "upload_time": "2011-11-01T09:01:43", "url": "https://files.pythonhosted.org/packages/db/f7/508ad9c371d6b9e597b44910c64a15a0ba0fd87ead79878b3a299e127ffe/collective.duplicateaction-1.0.zip" } ] }