[Zope-Annce] ZFS 0.2.1 Released

Andy McKay andy@agmweb.ca
Tue, 25 Jun 2002 17:26:16 -0700


ZFS 0.2.1 is now available, changes:

- Large file support now actually works. Large files can be easily read and
written from the local file system without memory bloat.
- Support for mp3's if you have the Audio object installed
(http://www.zope.org/Members/bowerymarc/Audio)
- Deleting the ZFS object no longer deletes the path it points to
- You can change where ZFS points to after it has been created.

ZFS puts parts of Zope objects on the file system in an easily editable form
without creating any new objects. It does this by hacking existing objects.
Create and edit DTML objects straight from the file system! ZFS also
increases performance by using ZODB caching when it can.

The following objects are currently supported:
- DTML Document
- DTML Method
- Python Script
- Page Template
- Folder
- Image
- File
- Audio (mp3)

For more information see http://www.zope.org/Members/andym/ZFS
--
  Andy McKay