| | : | most of the basic architecture and concept is done |
| | : | a SGML parser is written, and even if not fully conformant yet,
works on most SGML documents (except for full minimization ...). |
| | : | A first example grove backend implementation ('plain', as
described in the HyTime standard) is done |
| | : | Two backend storage methods are done, not tested much though.
The one, based on simple files is mostly usefull for very large
sourcefiles, where computation of deltas/differences would take to much
time; the other (delta) is a xdelta algorithm based version compressed data
storage with all versions stored in a simple data file. |
| | : | tls/ssl transport security |
| | : | zlib based transport compression |
| | : | integration of a general Scheme engine and modification for
#key, #optional and #rest support |
| | : | most of the general storage manager, entity manager and catalog
subsystem |
| | : | a general and basic ACL subsystem (file based) |
| | : | a number of client-server protocol commands are implemented,
allowing basic check in, check out, history (version tree) listing,
and updating of local working repositories. a simple command line tool
for the client side is provided |
| | : | a berkeley db based catalog manager |
| | : | a basic client API library |