Source

z3c.menu.ready2go

version:0.5.0
license:ZPL 2.1
requires:
author:Stephan Richter, Roger Ineichen and the Zope Community
email:zope3-dev@zope.org
www:http://cheeseshop.python.org/pypi/z3c.menu.ready2go
download:

This package provides a ready 2 go menu implementation based on viewlets for Zope3.

CHANGES

Version 0.5.0 (2008-04-11)

  • bugfix: fixed cssInActive usage. This was broken and ended in not using the cssInActive CSS class argument
  • added more tests, now we have 100% coverage
  • make ISiteMenu only available for ISite but not for IContainmentRoot
  • make template pluggable with z3c.template pattern
  • Initial Release