Discussion:
[Zope3-Users] BlueBream 1.0 released !
Christophe Combelles
2011-01-18 22:43:27 UTC
Permalink
BlueBream 1.0 is now available for download at:
http://pypi.python.org/pypi/bluebream/1.0

Website: http://bluebream.zope.org/

The corresponding buildout version file is located at
http://download.zope.org/bluebream/bluebream-1.0.cfg


What is BlueBream
-----------------

BlueBream -- formerly known as Zope 3 -- is a WSGI-compatible web component
framework and application server written in the Python programming language.
BlueBream 1.0 basically corresponds to Zope 3.5, although this name will not be
used in the future.

BlueBream is entirely based on the Zope Toolkit 1.0.1 and benefits from its
testing and maintenance infrastructure and team. It is compatible with Python
2.4, 2.5 and 2.6, on Linux, Windows and MacOSX, although the BlueBream template
itself has been tested mainly on Linux. Any help will be appreciated if issues
are discovered on other platforms.

BlueBream is free/open source software, owned by the Zope Foundation,
licensed under the Zope Public License (BSD like, GPL compatible
license).


Changes from 1.0b4 to 1.0
-------------------------

A new design for the website ! http://bluebream.zope.org/

- Include `zope.location`, `zope.keyreference`, `zope.intid` and
`zope.contentprovider`, `zope.i18n` from `site.zcml` file.
- Reorganized zcml files (for deploy, debug and testing)
- updated to ZTK 1.0.1


Migration from Zope 3.4 to BlueBream 1.0
----------------------------------------

There is a detailed document with details about migration:
http://bluebream.zope.org/doc/1.0/new/whatsnew-1.0.html

Thanks to everybody who has contributed to this release, particularly to Baiju
who initiated the renaming from Zope 3 to BlueBream and invested a lot of
efforts into it.

Regards,
Christophe
Baiju M
2011-01-19 16:10:29 UTC
Permalink
Post by Christophe Combelles
http://pypi.python.org/pypi/bluebream/1.0
Website: http://bluebream.zope.org/
The corresponding buildout version file is located at
http://download.zope.org/bluebream/bluebream-1.0.cfg
Congratulations for the final release :)

Regards,
Baiju M

Loading...