{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThe intent of this package is to be able to make your plone\nsite completely read-only except for a set of conditions\nthat can be defined and enabled/disabled.\n\n\nAdding a commit condition\n-------------------------\n\nAn example commit rule::\n\n\tfrom wildcard.lockdown import addCommitCondition\n\taddCommitCondition(\"User Area\",\n\t\tpath=\"/someuserarea/*\")\n\taddCommitCondition(\"R/W domain\",\n\t\tdomain=\"backend.testsite.com\")\n\nYou'll then need to enable them in the control panel.\n\n\naddCommitCondition parameters\n-----------------------------\n\nname(required)\n\tName of condition that'll show up in the management inteface\npath\n\tAn enabling glob expression. This path is always based of the relative\n\tPlone site, not the Zope root.\nrequest_method\n\tEnabling HTTP request method\nportal_type\n\tPublished object's portal type\nhost\n\tEnabling globing globbing expression for the host name\nlogged_in\n\trequire user to be logged in\ncustom\n\tCustom function to do manual checks against the request object.\n\tReturn True if you want to commit, false if not.\n\n\nEvery rule parameter in the commit condition will need to be valid\nin order for the condition to successfully allow the commit.\n\nOnly one condition needs to be valid on the request in order for the\ncommit to take place.\n\nChangelog\n=========\n\n1.0a1dev (unreleased)\n---------------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "wildcard.lockdown", "package_url": "https://pypi.org/project/wildcard.lockdown/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wildcard.lockdown/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/" }, "release_url": "https://pypi.org/project/wildcard.lockdown/1.0a1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "1.0a1" }, "last_serial": 2803697, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "cb0ed0c3dc5ff5eef129c3221b30bb97", "sha256": "3933b7dae76d94519dad4691f4f7718c9dca4704a3e94599e4e3fb054deb5767" }, "downloads": -1, "filename": "wildcard.lockdown-1.0a1.zip", "has_sig": false, "md5_digest": "cb0ed0c3dc5ff5eef129c3221b30bb97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26818, "upload_time": "2012-05-16T09:40:11", "url": "https://files.pythonhosted.org/packages/6c/36/a3d913b097fccdee3f3e07ed459fd2229625652051675dc17306eee0e5df/wildcard.lockdown-1.0a1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb0ed0c3dc5ff5eef129c3221b30bb97", "sha256": "3933b7dae76d94519dad4691f4f7718c9dca4704a3e94599e4e3fb054deb5767" }, "downloads": -1, "filename": "wildcard.lockdown-1.0a1.zip", "has_sig": false, "md5_digest": "cb0ed0c3dc5ff5eef129c3221b30bb97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26818, "upload_time": "2012-05-16T09:40:11", "url": "https://files.pythonhosted.org/packages/6c/36/a3d913b097fccdee3f3e07ed459fd2229625652051675dc17306eee0e5df/wildcard.lockdown-1.0a1.zip" } ] }