https://github.com/redturtle/redturtle.portlets.inspector
redturtle.portlets.inspector
https://github.com/redturtle/redturtle.portlets.inspector
Last synced: about 1 year ago
JSON representation
redturtle.portlets.inspector
- Host: GitHub
- URL: https://github.com/redturtle/redturtle.portlets.inspector
- Owner: RedTurtle
- Created: 2013-04-15T15:21:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T13:30:29.000Z (over 12 years ago)
- Last Synced: 2025-02-19T17:10:01.344Z (over 1 year ago)
- Language: Python
- Size: 120 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
redturtle.portlets.inspector
============================
redturtle.portlets.inspector is a report view to check the portlets inside a
Plone site.
The report view
---------------
This product gives you a view called `@@inspect-portlets`.
To visit this view you have to be manager.
You can call it on the root of your Plone site, e.g.:
- http://localhost:8080/Plone-site-id/@@inspect-portlets
or in restrict your analysis in a subsection of your site, e.g.:
- http://localhost:8080/Plone-site-id/sub/section/@@inspect-portlets
For a newly created Plone site it will output:
```
{'/Plone': {u'plone.leftcolumn': [('',
"")],
u'plone.rightcolumn': [('',
""),
('',
"")]}}
```
Installation
------------
Just add this egg to your instance eggs.
```
eggs+=
redturtle.portlets.inspector
```
If your are using an older version of Plone (before 3.3), you will also have
to add this egg to the zcml.
```
zcml+=
redturtle.portlets.inspector
```
Why you want it
---------------
You may want to check this view for several reasons:
- you want to remove a product that provides a portlet and want to remove all
the related portlets in your site otherwise it will break
- you want to analyze a Plone site before migrating it
- you are simply curious