March 12, 2005
Writing some basic view objects for the simple Zope 3 todo list.
March 05, 2005
To continue with the todo application, a new 'skin' needs to be defined and a simple template made.
Getting back to the exploring the todo list application for Zope 3, with a nod to its inspiration.
January 31, 2005
Adding basic ZMI add / edit support for Todo List and Todo.
January 30, 2005
Using ZCML to configure the Todo and Todo List classes into the Zope 3 system.
Zope 3 is interface driven and strives to be much lighter in code requirements than Zope 2. This is a look at a trivial todo example.