Zope Tools For You
ZTFY is a set of Python packages, availables as eggs, used to handle content management on a web site (like this one) via a Zope 3 environment.
ZTFY packages are made to be simple to use, and only provide voluntarily a small set of features; but these ones are also made to be:
- extensibles, by adding new components
- customizable, notably by creating new presentation skins based on default skin overriding.
Features actually provided by ZTFY packages include:
- handling of site folders tree, based on sections definition
- handling of an illustrated blog
- topics publication, using a simplified workflow
- multilingual support
- access rights management
- handling of Google AdSense and Google Analytics services
- a default skin.
Some extension packages are already available:
- ztfy.gallery, which allows inclusion of images inside articles
- ztfy.scheduler, which is used to schedule administration tasks
- ztfy.zmi, which is used to access 'standard' ZMI functions throught a custom skin.
Next developments should concern:
- an issue tracker
- wiki handling
- forums.
All packages are available on Pypi, or as source code in the Mercurial repository. A ReviewBoard instance is also available, you can use it to send your enhancements proposals.
This site is done to go beyond "simple" documentation already available for most packages (sometimes lightly) through doctests, by giving complete examples of ZTFY packages usage and their integration with standard Zope3 packages. You will also find here some news related to ZTFY packages, as well as informations related to Python and Zope.
Note: you may notice that this site is mainly (and at first) written in french, and translated afterwards to english (when I have enough time for that...). Please just keep in mind that all these developments are made on my spare time and that I do as much as I can ;-)
Python 2.7 and ZTFY packages
A first positive test seems to validate the good compatibility level of ZTFY packages with Python 2.7.
Release 0.3.1 of ztfy.scheduler
A new release of ztfy.scheduler package has been released; it solves important problems.
Last minute update...
A "last-minute" problem was discovered in last 1.1.6 release of ZTFY packages...
New release of ZTFY packages, with ZTFY.webapp-1.1.6
A new release of many ZTFY packages have been published today...
ZTFY.webapp release 1.1.5
A new release of « configuration package » ZTFY.webapp has been released, numbered 1.1.5.
New ZTFY packages release, with ZTFY.webapp-1.1.4
A new release of ZTFY packages has been released today...
ZTFY.webapp, release 1.1.3
A new release of « configuration package » ZTFY.webapp has been released, numbered 1.1.3.
New release of ZTFY packages
A new release of ZTFY packages has been released today...
New packages releases : ztfy.blog-0.3.8, ztfy.gallery-0.2.3 and ztfy.hplskin-0.1.2
A new release of several ZTFY packages has been deployed on Pypi...
Migration of www.ztfy.org website
Migration of www.ztfy.org web site to the last ZTFY packages releases is finished !

