Skip to main content

Boston -- A Zope 3 ZMI Skin

Project description

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.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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zope.app.boston-3.5.0.tar.gz (249.8 kB view details)

Uploaded Source

File details

Details for the file zope.app.boston-3.5.0.tar.gz.

File metadata

File hashes

Hashes for zope.app.boston-3.5.0.tar.gz
Algorithm Hash digest
SHA256 e31b67edae4b2936325001eaec5d0a740048d61932e385a6866855829d058712
MD5 089ba8379d5bb147e982fc9b4ffca2a2
BLAKE2b-256 7be18bbcf433c7bc86a5f5bef2ed07683b3868ee8f9951ed9362e438fae34fb9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page