{ "info": { "author": "WebLion Group, Penn State University", "author_email": "support@weblion.psu.edu", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Intended Audience :: Developers", "Programming Language :: JavaScript", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Products.Gloworm Package Readme\n\n Overview\n \n A theming introspection tool for Plone.\n \n Credits\n \n Author: WebLion Group, Penn State University \"support@weblion.psu.edu\":mailto:support@weblion.psu.edu\n \n Release Manager: \"Eric Steele\":mailto:EricSteele+gloworm@psu.edu, esteele on irc.freenode.net\n \n Requirements\n \n * Requires plone.app.customerize 1.1.2 (included in Plone 3.1.3) or higher\n \n * archetypes.kss 1.4.2 (included in Plone 3.1.5) or higher\n \n Confirmed to work in:\n \n * Firefox 3, 4\n \n * Internet Explorer 7\n \n * Safari 3.1, 4, 5\n \n * Opera 9\n\n Words of warning\n\n Both GloWorm and CacheSetup operate through monkeypatches to\n PageTemplate.pt_render(). Installing both on the same instance may cause\n unexpected behavior. GloWorm is intended as a development tool and is best left\n on your development machine.\n\n \n Using GloWorm\n \n Starting the GloWorm inspector requires three things:\n \n 1 The Products.Gloworm package should be installed through the Add/Remove Products page.\n \n 2 Zope debug mode must be enabled, either by turning debug mode on in your\n zope.conf file or by running Zope in foreground mode. Note that Zope debug\n mode is not the same as Plone's CSS debug mode. For more information see\n http://plone.org/documentation/manual/theme-reference/tools/debug#toc2.\n \n 3 Log in as a site manager.\n \n Once those conditions have been met, an \"inspect this page\" link will\n appear in the Object Actions section of content objects on your site.\n In a typical Plone installation, this is at the bottom of the page\n content. Clicking this link will open up a new view of the content\n object which includes the GloWorm inspection panel. You may also reach\n this view by appending '@@inspect' to the current page's URL. Please\n note that the HTML content of the GloWorm inspector view is\n drastically different than that of the actual page view, it is\n recommended that you do not use the contents of the inspector view for\n styling purposes.\n \n The inspector panel may be resized by dragging the panel's header up\n or down. The navigation tree may also be resized by dragging left or\n right.\n \n In the the inspector view, clicking on any element of the current page\n will bring up a list of information about that page element, including\n TAL statements (tal:attributes, tal:condition, tal:content,\n tal:replace) and the name of the viewlet or portlet in which it is\n contained.\n \n Click the viewlet name to learn more about that viewlet. Viewlet\n inspection includes the name of the viewlet manager containing the\n viewlet, the ability to show and hide the viewlet, and to the ability\n customize the template.\n \n GloWorm's template customization feature utilizes Plone's\n portal_view_customizations utility to manage viewlet templates. To find\n your customized templates in the Zope Management Interface, go to\n \"portal_view_customizations\" within your Plone site and select the\n \"contents\" tab.\n \n In the viewlet inspection view, click the viewlet manager name to\n inspect that viewlet manager and the viewlets it contains. A green\n check mark next to a viewlet name indicates that the viewlet is\n visible, while a red \"X\" indicates that it is hidden. Clicking these\n icons will toggle the visibility of the viewlet accordingly. Clicking\n the up and down arrows performs viewlet reordering. Clicking the name\n of a viewlet will take you to the viewlet inspection view for that\n viewlet.\n \n The navigation tree at the right of the inspector panel provides a\n tree-structured view of the inspected content object's viewlet managers\n and viewlets. Note that the navigation tree will display viewlet\n managers and viewlets that are not within the page's tag (ie.\n \"plone.htmlhead\"). These may be inspected, but will not be highlighted\n in the page content panel.\n \n Click the red \"close\" icon in the upper-right corner of the GloWorm\n panel to return to normal site browsing.\n \n Support\n \n Contact WebLion at \"support@weblion.psu.edu\":mailto:support@weblion.psu.edu, or visit our IRC channel: #weblion\n on freenode.net.\n \n\nTill glowworms light owl-watchmen's flight\nThrough our green metropolis.\n- William Allingham, Greenwood Tree\n\nHistory\n=======\n\n1.1 (unreleased)\n * Don't show viewlets providing IAmIgnoredByGloworm in the viewlet manager\n inspection panel.\n [esteele]\n * Move the \"Inspect this page\" link from document actions to its own viewlet\n since Plone 4 does not use those actions by default.\n [esteele]\n * Hide the uninstall profile from add/remove products and site creation\n pages.\n [esteele]\n * Added support for i18n.\n [macagua]\n * Added support for Spanish l10n.\n [macagua]\n * Fix incorrectly-named skin layer registration [esteele]\n * Implement IViewView to display more viewlets [elro]\n * Fix approach to dealing with TAL attributes that come in as a string rather\n than an array. [davisagli]\n * Use BoundPageTemplates instead of acquisition-wrapped templates in Zope 2.12\n [davisagli]\n\n1.0\n * Improved handling of inspection of custom views, viewlets, and viewlet managers.\n * Refactored tests\n * Improved source annotation searching\n \n1.0b3\n * Improved auto-scrolling of the navigation tree.\n * Added scrolling for the content well.\n * Added a dependency on archetypes.kss>=1.4.2 for IInlineEditingEnabled support.\n * Changed icons for show/hide viewlets.\n * Added help text to show/hide viewlet icons\n * Added new icons and help text for nav tree items.\n * Fixed a bug that prevented the inspect viewlet panel template from realizing that a customization already existed.\n * Fixed a bug preventing viewlets from rerendering properly when customizations are discarded.\n * Added a \"visibility\" field and show/hide link to the inspect viewlets panel. \n * Added resize handles to resizable panels\n \n1.0b2\n * Viewlet customization no longer assumes that templates are created with a zope.interface.interface prefix.\n * Fixed a rendering issue that caused portal_tabs to not display its CSS when the portal-header viewlet manager was rerendered.\n\n1.0b1\n * plone.app.gloworm is now Products.Gloworm\n * Disabled viewlet moving (to other viewlet managers) for this release. \n It will be enabled once it's been sufficiently stabilized. \n * Display errors inline when attempting to save templates containing errors\n * Removed the need to mark archetypes.kss with a condition turning it off for the @@inspect view\n * Added portions of the YUI framework for UI enhancements\n * Fixed some issues with inspecting reordered and customized viewlets\n * GloWorm panel is now resizable\n * Improved non-Firefox browser support (tested in Safari, Opera, IE 7)\n * Added results for tal:attributes\n \n0.1a8\n * Archetypes field inspection\n * Navigation tree auto-scrolling\n * Beginning work on grabbing SourceAnnotation output\n \n0.1a7\n * Corrected a missing import in 0.1a6\n\n0.1a6\n * Added a document navigation tree", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://weblion.psu.edu/svn/weblion/weblion/Products.Gloworm/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "Products.Gloworm", "package_url": "https://pypi.org/project/Products.Gloworm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.Gloworm/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://weblion.psu.edu/svn/weblion/weblion/Products.Gloworm/" }, "release_url": "https://pypi.org/project/Products.Gloworm/1.1/", "requires_dist": null, "requires_python": null, "summary": "A Firebug-like inspection tool for Plone", "version": "1.1" }, "last_serial": 785031, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "618fb68352f104fd6d84ab52a943c018", "sha256": "1decbb6311c7a080d407187a49046895eb8816c611ebc52881eecf6f09691334" }, "downloads": -1, "filename": "Products.Gloworm-1.0-py2.4.egg", "has_sig": false, "md5_digest": "618fb68352f104fd6d84ab52a943c018", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 141014, "upload_time": "2009-01-07T20:15:35", "url": "https://files.pythonhosted.org/packages/32/4e/662b7ebe9e188c3c66557065f0f41bb2ea57517fbb047ee1e11878b4f0b3/Products.Gloworm-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d050d1bc98843f1d5d370364328b6169", "sha256": "1178e7b6b38677b28d9f39ff871ef1ba5a334aa0ea3e59a3a2728190ccfbdbe6" }, "downloads": -1, "filename": "Products.Gloworm-1.0.tar.gz", "has_sig": false, "md5_digest": "d050d1bc98843f1d5d370364328b6169", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 96592, "upload_time": "2009-01-07T20:15:28", "url": "https://files.pythonhosted.org/packages/de/68/3220a252f5a9201e1525d336e7b3d32977874ed6c6b47a79e2e0e1d51c97/Products.Gloworm-1.0.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "51aa028d3ac1af521d7414248477352a", "sha256": "5ec3b2dea00fd5f8fa980bb70143b7041f350153ce719165a5adbc45ce942ae3" }, "downloads": -1, "filename": "Products.Gloworm-1.0b1-py2.4.egg", "has_sig": false, "md5_digest": "51aa028d3ac1af521d7414248477352a", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 116922, "upload_time": "2008-11-18T14:09:25", "url": "https://files.pythonhosted.org/packages/14/d8/e1181a3290fc8b7a0acf3c29c1aa96334d449b908ae65b2319bab9249f65/Products.Gloworm-1.0b1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "94afea4282e900908dd32426edd50cb8", "sha256": "4d162b7931468771e77d04f92a7b9c9be882d8ffb78d581f6e8240101502d723" }, "downloads": -1, "filename": "Products.Gloworm-1.0b1.tar.gz", "has_sig": false, "md5_digest": "94afea4282e900908dd32426edd50cb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81214, "upload_time": "2008-11-18T14:09:24", "url": "https://files.pythonhosted.org/packages/0d/80/d6a060c3c37855f4ba665f26300fb6446f510837d38d4018a5c490343046/Products.Gloworm-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "ed94490fcac0fcddce9c81695a80511e", "sha256": "9500195c95af5bb7fbf7ab6d7cafc5cd4f6c8ca58f6f4658376c2167340a66e0" }, "downloads": -1, "filename": "Products.Gloworm-1.0b2-py2.4.egg", "has_sig": false, "md5_digest": "ed94490fcac0fcddce9c81695a80511e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 117021, "upload_time": "2008-11-25T17:39:44", "url": "https://files.pythonhosted.org/packages/37/b4/8cb0a043c8f521395caa83a2fafcc75e1cac2e6c92b19837297ec1a6658d/Products.Gloworm-1.0b2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "7da02ac21ae652c52d9049ff8896a8c6", "sha256": "08b3766ad02e267e0b5d5310c92fde2937283d9d9c07fb4907e481774a5110a5" }, "downloads": -1, "filename": "Products.Gloworm-1.0b2.tar.gz", "has_sig": false, "md5_digest": "7da02ac21ae652c52d9049ff8896a8c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81767, "upload_time": "2008-11-25T17:39:43", "url": "https://files.pythonhosted.org/packages/a3/e8/eca5f1846bb13fd4418348f1bbf4483f12a2fb503130a9019ada2d56bba1/Products.Gloworm-1.0b2.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "c99256e9026c0d4def677eb1fb1ff391", "sha256": "c7502896035545ae1923cce13948c277d29d3661deb095f673e7c221b990d8fa" }, "downloads": -1, "filename": "Products.Gloworm-1.0b3-py2.4.egg", "has_sig": false, "md5_digest": "c99256e9026c0d4def677eb1fb1ff391", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 132407, "upload_time": "2008-12-19T20:21:12", "url": "https://files.pythonhosted.org/packages/65/5b/c7053efc1b86821e4b1e89833da28021020e9fc5be0e2ed013fac61a368c/Products.Gloworm-1.0b3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "482a99ddf90d7356de2da1416c5fbf95", "sha256": "d0ddaa8213b5ef2d2a02a81112a52da989d5189a0216a73f4dc533c3f4d33c13" }, "downloads": -1, "filename": "Products.Gloworm-1.0b3.tar.gz", "has_sig": false, "md5_digest": "482a99ddf90d7356de2da1416c5fbf95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92408, "upload_time": "2008-12-19T20:21:11", "url": "https://files.pythonhosted.org/packages/18/25/54f59fd5087881eacc56e5d3fbdf1eefd231be5691fa7e586ca93abff20e/Products.Gloworm-1.0b3.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f55f1a0717a9cb7b06a7d24ef973d86f", "sha256": "03e30e1170848e65ceb265809da0a96314814a39d49ac62913aab578a236c74a" }, "downloads": -1, "filename": "Products.Gloworm-1.1.zip", "has_sig": false, "md5_digest": "f55f1a0717a9cb7b06a7d24ef973d86f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129252, "upload_time": "2011-06-10T21:49:48", "url": "https://files.pythonhosted.org/packages/53/c2/8b5f894eeb6be21d5d6f97b616e49cbc926ccb77eebd6bf855b9ec13564d/Products.Gloworm-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f55f1a0717a9cb7b06a7d24ef973d86f", "sha256": "03e30e1170848e65ceb265809da0a96314814a39d49ac62913aab578a236c74a" }, "downloads": -1, "filename": "Products.Gloworm-1.1.zip", "has_sig": false, "md5_digest": "f55f1a0717a9cb7b06a7d24ef973d86f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129252, "upload_time": "2011-06-10T21:49:48", "url": "https://files.pythonhosted.org/packages/53/c2/8b5f894eeb6be21d5d6f97b616e49cbc926ccb77eebd6bf855b9ec13564d/Products.Gloworm-1.1.zip" } ] }