committing initial generic pylons framwork, with acq basics
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 20 Dec 2007 19:24:08 +0000 (19:24 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 20 Dec 2007 19:24:08 +0000 (19:24 +0000)
commite07ec3b9d714b22306c8b4abfb27e31284e5bbbd
tree59c9e2f44fc95c95f5c2a134f5cb0488899081af
parent55f0b69ed3838699f45534636a4d306f16404e81
committing initial generic pylons framwork, with acq basics

git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8252 dcc99617-32d9-48b4-a31d-7c20da2025e4
58 files changed:
Open-ILS/web/oilsweb/MANIFEST.in [new file with mode: 0644]
Open-ILS/web/oilsweb/data/templates/oils/base.html.py [new file with mode: 0644]
Open-ILS/web/oilsweb/data/templates/oils/default/acq/index.html.py [new file with mode: 0644]
Open-ILS/web/oilsweb/data/templates/oils/default/acq/pl_builder.html.py [new file with mode: 0644]
Open-ILS/web/oilsweb/data/templates/oils/default/acq/search.html.py [new file with mode: 0644]
Open-ILS/web/oilsweb/data/templates/oils/default/base.html.py [new file with mode: 0644]
Open-ILS/web/oilsweb/data/templates/oils/default/footer.html.py [new file with mode: 0644]
Open-ILS/web/oilsweb/data/templates/oils/default/navigate.html.py [new file with mode: 0644]
Open-ILS/web/oilsweb/development.ini [new file with mode: 0644]
Open-ILS/web/oilsweb/docs/index.txt [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb.egg-info/PKG-INFO [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb.egg-info/SOURCES.txt [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb.egg-info/dependency_links.txt [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb.egg-info/entry_points.txt [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb.egg-info/paste_deploy_config.ini_tmpl [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb.egg-info/paster_plugins.txt [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb.egg-info/requires.txt [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb.egg-info/top_level.txt [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/__init__.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/config/__init__.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/config/environment.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/config/middleware.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/config/routing.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/controllers/__init__.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/controllers/acq.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/controllers/error.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/controllers/template.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/lib/__init__.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/lib/acq/__init__.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/lib/acq/search.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/lib/app_globals.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/lib/base.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/lib/context.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/lib/helpers.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/lib/util.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/model/__init__.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/public/index.html [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/acq_default.css [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/acq_default.css [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/theme/default.css [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/public/oils/media/images/eg_logo.jpg [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/public/oils/media/images/eg_tiny_logo.jpg [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/public/oils/media/xsl/acq-bibdata-marc.xslt [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/templates/oils/base.html [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/index.html [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/pl_builder.html [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/search.html [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/base.html [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/footer.html [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/navigate.html [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/tests/__init__.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/tests/functional/__init__.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/tests/functional/test_acq.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/tests/test_models.py [new file with mode: 0644]
Open-ILS/web/oilsweb/oilsweb/websetup.py [new file with mode: 0644]
Open-ILS/web/oilsweb/setup.cfg [new file with mode: 0644]
Open-ILS/web/oilsweb/setup.py [new file with mode: 0644]