[Zope-CVS] CVS: Products/Ape Products/Ape - Imported sources
Shane Hathaway
shane@zope.com
Sat, 15 Mar 2003 18:44:45 -0500
Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv656
Log Message:
Renamed AdaptableStorage to Ape (Adaptable PErsistence). Also:
- Switched to Zope 3 conventions for module naming.
- Created an independent library, apelib.
- Renamed ObjectSerializer to CompositeSerializer,
ObjectGateway to CompositeGateway,
IObjectSerializer to IFullObjectSerializer,
ObjectMapper to Mapper,
IObjectMapper to IMapper,
IAspectSerializer to ISerializer,
and others.
- Removed any reference to the word "aspect". We're not using
aspect-oriented programming at all. AOP is patented anyway.
Status:
Vendor Tag: ZC
Release Tags: initial
N Products/Ape/CHANGES.txt
N Products/Ape/README.txt
N Products/Ape/StorageTypesConfiguration.py
N Products/Ape/TmpStore.py
N Products/Ape/WORDS_TO_DROP
N Products/Ape/__init__.py
N Products/Ape/dbtab.conf
N Products/Ape/patches.py
N Products/Ape/version.txt
N Products/Ape/apelib/__init__.py
N Products/Ape/apelib/fs/__init__.py
N Products/Ape/apelib/fs/cache.py
N Products/Ape/apelib/fs/classification.py
N Products/Ape/apelib/fs/connection.py
N Products/Ape/apelib/fs/exceptions.py
N Products/Ape/apelib/fs/interfaces.py
N Products/Ape/apelib/fs/params.py
N Products/Ape/apelib/fs/properties.py
N Products/Ape/apelib/fs/security.py
N Products/Ape/apelib/fs/structure.py
N Products/Ape/apelib/sql/__init__.py
N Products/Ape/apelib/sql/classification.py
N Products/Ape/apelib/sql/keygen.py
N Products/Ape/apelib/sql/pg.py
N Products/Ape/apelib/sql/properties.py
N Products/Ape/apelib/sql/security.py
N Products/Ape/apelib/sql/sqlbase.py
N Products/Ape/apelib/sql/structure.py
N Products/Ape/apelib/tests/__init__.py
N Products/Ape/apelib/tests/correct.png
N Products/Ape/apelib/tests/serialtestbase.py
N Products/Ape/apelib/tests/testall.py
N Products/Ape/apelib/tests/testimpl.py
N Products/Ape/apelib/tests/testparams.py
N Products/Ape/apelib/tests/testserialization.py
N Products/Ape/apelib/tests/testsqlimpl.py
N Products/Ape/apelib/tests/teststorage.py
N Products/Ape/apelib/tests/testzope2fs.py
N Products/Ape/apelib/tests/testzope2sql.py
N Products/Ape/apelib/tests/zope2testbase.py
N Products/Ape/apelib/zodb3/__init__.py
N Products/Ape/apelib/zodb3/connection.py
N Products/Ape/apelib/zodb3/consts.py
N Products/Ape/apelib/zodb3/db.py
N Products/Ape/apelib/zodb3/interfaces.py
N Products/Ape/apelib/zodb3/oidencoder.py
N Products/Ape/apelib/zodb3/resource.py
N Products/Ape/apelib/zodb3/serializers.py
N Products/Ape/apelib/zodb3/storage.py
N Products/Ape/apelib/zodb3/utils.py
N Products/Ape/apelib/zope2/__init__.py
N Products/Ape/apelib/zope2/basemapper.py
N Products/Ape/apelib/zope2/classifier.py
N Products/Ape/apelib/zope2/fsmapper.py
N Products/Ape/apelib/zope2/ofsserial.py
N Products/Ape/apelib/zope2/scripts.py
N Products/Ape/apelib/zope2/security.py
N Products/Ape/apelib/zope2/sqlmapper.py
No conflicts created by this import