Zope News for August 16 - 31, 2006
(12:50:50) philiKON: we are the zorg. resistance is futile. adaption is necessary - #zope3-dev
Chris McDonough details us on ‘Adaptation for Busy People‘. A description of the purpose and usage of Zope’s adaptation machinery in fewer than 1500 words.
Developers tend to write what they are best at, code and tests.
There is a lot of great Zope3 documentation, APIdocs et al.
But there are still a lot of docs missing.
I wish we had more of these…
Philipp von Weitershausen: “But Zope 3 has no products!” Bzzzt. Wrong.
Let’s load ‘em up to the Python Cheeseshop so that people can find them, perhaps even people who are not yet using Zope 3.
Gary Poster announces a number of newly open-sourced packages ([Zope3-dev] New open-sourced Zope Corporation packages)
Guido van Rossum pronounced Django The Python Web Framework, read up on reactions:
- Django - Oh My God It’s Django!
- TurboGears - There can’t be only one
- Python - Why Zope doesn’t count
- even more statements - Technorati search…
Releases
- CMF-1.5.7 - The 1.5.7 release represents a pure bug fix/maintenance release without feature additions.
- Zope 2.10.0b2 - Zope 2.10.0 second beta release
- Zope 3.3.0b2 - Zope 3.3.0 second beta release
- PluggableAuthService-1.4 - The PluggableAuthenticationService (PAS) is a mini-framework for extensible and configurable authentication, and authorization of users within Zope.
Sprints, Conference News & Press Announcements
German Speaking Zope Usersgroup Conference 2006
2006-09-14 to 2006-09-15, St. Augustin (Bonn/Rhein-Sieg), Germany
The German Speaking Zope Users Group holds it’s annual conference on 14. and 15. September 2006
Useful Links
- Zope3, the missing docs: IRC log of #zope3-dev: What is the difference between ITraverser, ITraversable and IPublishTraverse?
- svn.zope.org: Zope Element Tree Support - This package does not implement the ElementTree API but instead provides proxy objects that wrap some of the more common ElementTree implementations.
- W3C: CSS Module: Namespaces - This CSS module defines the syntax for using namespaces in CSS. It introduces the @namespace rule for declaring the default namespace and binding namespaces to namespace prefixes, and it defines a syntax that other specifications can adopt for using those
- developerWorks Interviews: Tim Berners-Lee - podcast transcript
- www.effbot.org: The ElementSoup Module is an experimental wrapper for Leonard Richardson’s BeautifulSoup parser, which turns the BeautifulSoup data structure into an element tree.
- Jeremy Hylton: Python 3000 Translation Strategy - The basic strategy for transforming Python programs to run on Python 3000 is to parse the code to generate an abstract syntax tree (AST), write each transformation as a separate pass over the AST, and emit the modified AST as source code.
- dp.SyntaxHighlighter - free JavaScript syntax highlighting
