Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install zope.app.boston

How to install zope.app.boston

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install zope.app.boston
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
3.5.1 Available View build log
Windows (64-bit)
3.5.1 Available View build log
Mac OS X (10.5+)
3.5.1 Available View build log
Linux (32-bit)
3.5.1 Available View build log
Linux (64-bit)
3.5.1 Available View build log
 
License
ZPL 2.1
Depended by
Lastest release
version 3.5.1 on Jan 5th, 2011

The Boston skin is a new UI for the Zope Management Interface called ZMI.

Detailed Dcoumentation

The Boston Skin

The Boston skin is a new UI for the Zope Management Interface called ZMI. Feel free to write comments, ideas and wishes to the zope3-dev mailinglist.

>>> from zope.testbrowser.testing import Browser
>>> browser = Browser()
>>> browser.addHeader('Authorization', 'Basic mgr:mgrpw')
>>> browser.handleErrors = False

Check if the css viewlet is available in the Boston skin.

>>> browser.open('http://localhost/++skin++Boston/@@contents.html')
>>> browser.url
'http://localhost/++skin++Boston/@@contents.html'
>>> browser.contents
'...href="http://localhost/++skin++Boston/@@/skin.css"...'
>>> browser.contents
'...href="http://localhost/++skin++Boston/@@/widget.css"...'
>>> browser.contents
'...href="http://localhost/++skin++Boston/@@/toolbar.css"...'
>>> browser.contents
'...href="http://localhost/++skin++Boston/@@/xmltree.css"...'

Check if the javascript viewlet is available in the Boston skin.

>>> browser.open('http://localhost/++skin++Boston/@@contents.html')
>>> browser.url
'http://localhost/++skin++Boston/@@contents.html'
>>> browser.contents
'...src="http://localhost/++skin++Boston/@@/boston.js"...'
>>> browser.contents
'...src="http://localhost/++skin++Boston/@@/xmltree.js"...'

Check if the left viewlet is available in the Boston skin.

>>> browser.open('http://localhost/++skin++Boston/@@contents.html')
>>> browser.url
'http://localhost/++skin++Boston/@@contents.html'
>>> browser.contents
'...id="ToolBar"...'
>>> browser.contents
'...id="xmltree"...'
>>> browser.contents
'...id="addinginfo"...'

Make sure the edit form "works":

>>> browser.open(
...     'http://localhost/++skin++Boston/+/zope.app.dtmlpage.DTMLPage=')
CHANGES

3.5.1 (2010-01-08)

  • Fix test bug (in combination with a newer zope.app.securitypolicy).

3.5.0 (2010-01-05)

  • Use zope.container instead of zope.app.container.
  • Use zope.browsermenu instead of zope.app.publisher.
  • Use zope.publisher 3.12 and new zope.login to make tests work.

3.4.0 (2007-11-03)

  • Initial release independent of the main Zope tree.

3.4.0b1

  • Fixed invalid HTML in wiget_macros.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.