oxdb archive, backend 219

This commit is contained in:
j 2007-07-10 12:31:08 +00:00
commit e46666b6d9
39 changed files with 3265 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Metadata-Version: 1.0
Name: oxdbarchive
Version: 1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: TurboGears

View file

@ -0,0 +1,21 @@
README.txt
setup.py
start-oxdbarchive.py
oxdbarchive/__init__.py
oxdbarchive/controllers.py
oxdbarchive/json.py
oxdbarchive/model.py
oxdbarchive/release.py
oxdbarchive.egg-info/PKG-INFO
oxdbarchive.egg-info/SOURCES.txt
oxdbarchive.egg-info/dependency_links.txt
oxdbarchive.egg-info/not-zip-safe
oxdbarchive.egg-info/paster_plugins.txt
oxdbarchive.egg-info/requires.txt
oxdbarchive.egg-info/sqlobject.txt
oxdbarchive.egg-info/top_level.txt
oxdbarchive/config/__init__.py
oxdbarchive/templates/__init__.py
oxdbarchive/tests/__init__.py
oxdbarchive/tests/test_controllers.py
oxdbarchive/tests/test_model.py

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,2 @@
TurboGears
PasteScript

View file

@ -0,0 +1 @@
TurboGears >= 1.0.2.2

View file

@ -0,0 +1,2 @@
db_module=oxdbarchive.model
history_dir=$base/oxdbarchive/sqlobject-history

View file

@ -0,0 +1 @@
oxdbarchive