Commit graph

7 commits

Author SHA1 Message Date
Tobias Nygren
f0c2ce2df5 Correct various unresolvable dependencies 2008-05-22 21:23:00 +00:00
Yoshito Komatsu
3ac4fbc0ed Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. 2006-05-19 16:51:13 +00:00
Roland Illig
4630aecd03 Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:50:09 +00:00
Thomas Klausner
6ede639c74 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:24:52 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Peter Postma
7b68f0d480 wip is not the category, change to devel. 2004-07-18 15:13:43 +00:00
Michal Pasternak
792381e6ab DirectoryStorage is a Storage for ZODB, the object database used by Zope. It
uses ordinary files and directories to store revisions of ZODB objects; one
file per revision per object.

The following features differentiate DirectoryStorage from other storages:
 * A very simple file format; one file per revision per object. Your data is
   not locked away inside an unfamiliar, opaque database.
 * Designed for disaster-preparedness. Restore service after a disaster faster
   and with greater confidence.
 * Storage Replication. Efficiently and robustly keep an online backup copy of
   your storage up to date with the latest changes from the master.
 * Designed for fault tolerance. Any bugs (in DirectoryStorage, or elsewhere)
   are less likely to irretrievably destroy your data.
 * Many more.
2004-02-24 16:59:26 +00:00