{ "info": { "author": "Roger Ineichen and the Zope Community", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "This package provides different server control views for ZAM (Zope 3 \nApplication Management).\n\n\n.. contents::\n\n=======\nCHANGES\n=======\n\n0.6.1 (2011-02-04)\n------------------\n\n- Moved zcml package include of ``zope.applicationcontrol`` from `app.zcml`\n to `configure.zcml` so you can include `configure.zcml` (as usual) when\n using this plug-in.\n\n\n0.6.0 (2011-02-03)\n------------------\n\n- Updated test setup, tests and demo application to run with ZTK 1.0, thus\n requiring ``zam.api`` >= 0.7.\n\n- Depending on ``zope.applicationcontrol`` instead of\n ``zope.app.applicationcontrol``.\n\n0.5.0 (2008-04-14)\n------------------\n\n- Initial release.\n\n\n======\nREADME\n======\n\nThis package provides the server control management. The zam.skin is used as\nbasic skin for this test.\n\nFirst login as manager:\n\n >>> from zope.testbrowser.testing import Browser\n >>> mgr = Browser()\n >>> mgr.addHeader('Authorization', 'Basic mgr:mgrpw')\n\nCheck if we can access the management namespace without the installed plugin:\n\n >>> rootURL = 'http://localhost/++skin++ZAM'\n >>> mgr.open(rootURL + '/++etc++ApplicationController')\n Traceback (most recent call last):\n HTTPError: HTTP Error 404: Not Found\n\nAs you can see there is no real page available only the default one from the\nskin configuration which shows the following message:\n\n >>> 'The page you are trying to access is not available' in mgr.contents\n True\n\nGo to the plugins page at the site root:\n\n >>> mgr.open(rootURL + '/plugins.html')\n >>> mgr.url\n 'http://localhost/++skin++ZAM/plugins.html'\n\nand install the contents plugins:\n\n >>> mgr.getControl(name='zamplugin.control.buttons.install').click()\n >>> print mgr.contents\n \n
\n

ZAM Plugin Management

\n
\n Server control plugin\n
ZAM Control plugin.
\n ...\n\nNow you can see there is management namespace at the site root:\n\n >>> mgr.open(rootURL + '/++etc++ApplicationController')\n >>> print mgr.contents\n \n
\n
Uptime
\n ...\n
\n
\n
System platform
\n ...\n
\n
\n
Zope version
\n ...\n
\n
\n
Python version
\n ...\n
\n
\n
Command line
\n ...\n
\n
Preferred encoding
\n ...\n
\n
\n
FileSystem encoding
\n ...\n
\n
\n
Process id
\n ...\n
\n
\n
Developer mode
\n
On
\n
\n
\n
Python path
\n ...\n
\n
\n \n \n \n \n \n\n\nThe ZODB control page allows you to pack the Database and shows the current\ndatabase size:\n\n >>> mgr.open(rootURL + '/++etc++ApplicationController/ZODBControl.html')\n >>> print mgr.contents\n \n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n
PackUtility NameDatabase NameSize
\n \n \n unnamed\n \n Demo storage 'unnamed'\n \n 2 KB\n
\n
\n Keep up to\n \n \n days\n \n
\n \n
\n
\n
\n \n \n ...\n\nThe generation page shows you pending generations and will list already\nprocessed generation steps:\n\n >>> mgr.open(rootURL + '/++etc++ApplicationController/generations.html')\n >>> print mgr.contents\n \n Database generations\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ApplicationMinimum GenerationMaximum GenerationCurrent Database GenerationEvolve?
\n zope.app\n 155\n No, up to date\n
\n
\n ...", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/zamplugin.control", "keywords": "zope3 zam server and application control management", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "zamplugin.control", "package_url": "https://pypi.org/project/zamplugin.control/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zamplugin.control/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/zamplugin.control" }, "release_url": "https://pypi.org/project/zamplugin.control/0.6.1/", "requires_dist": null, "requires_python": null, "summary": "Error utility for Zope Application Management", "version": "0.6.1" }, "last_serial": 802143, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "8f1d69d3431027e07d2e7a881a93e5db", "sha256": "a594a4e4a141f45daf6c425a88b642bcfc641ce9d9387634edd5f5e822f1969a" }, "downloads": -1, "filename": "zamplugin.control-0.5.0.zip", "has_sig": false, "md5_digest": "8f1d69d3431027e07d2e7a881a93e5db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23374, "upload_time": "2008-04-13T22:10:37", "url": "https://files.pythonhosted.org/packages/3f/83/09f2a0197d14fafc0427a1662c5e08b73e475009891bc55a3064ba6f31d5/zamplugin.control-0.5.0.zip" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "eefe96867fda7ecf18862913a5716327", "sha256": "369ad5b2b220fead932630077730bc069506c068be01dcc79b4adb38b0b5a25b" }, "downloads": -1, "filename": "zamplugin.control-0.6.0.tar.gz", "has_sig": false, "md5_digest": "eefe96867fda7ecf18862913a5716327", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13337, "upload_time": "2011-02-03T09:32:41", "url": "https://files.pythonhosted.org/packages/b0/43/3ea9282879ca8bb524374336bfdff06b6fd901aef449dc15df291e95b7e0/zamplugin.control-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "2b790ddecc4615b816be188139f99532", "sha256": "566fa68fa6a66b4bd3f936cb4d7838506027356d4e551afb225d03fbcbe9a592" }, "downloads": -1, "filename": "zamplugin.control-0.6.1.tar.gz", "has_sig": false, "md5_digest": "2b790ddecc4615b816be188139f99532", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13458, "upload_time": "2011-02-04T08:54:19", "url": "https://files.pythonhosted.org/packages/aa/c4/eca65b28605d189862f50267d2c71ec13442495ebb4599220efe2b2aa953/zamplugin.control-0.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b790ddecc4615b816be188139f99532", "sha256": "566fa68fa6a66b4bd3f936cb4d7838506027356d4e551afb225d03fbcbe9a592" }, "downloads": -1, "filename": "zamplugin.control-0.6.1.tar.gz", "has_sig": false, "md5_digest": "2b790ddecc4615b816be188139f99532", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13458, "upload_time": "2011-02-04T08:54:19", "url": "https://files.pythonhosted.org/packages/aa/c4/eca65b28605d189862f50267d2c71ec13442495ebb4599220efe2b2aa953/zamplugin.control-0.6.1.tar.gz" } ] }