]> git.evergreen-ils.org Git - working/random.git/commit
Adding constrictor (per IRC conversation) source to contrib repo. needs a lot of...
authorerickson <erickson@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 26 Nov 2008 03:43:40 +0000 (03:43 +0000)
committererickson <erickson@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 26 Nov 2008 03:43:40 +0000 (03:43 +0000)
commit0e17ffa3d738b42b8f54f7da18b9c84e051eadf3
tree270dcb204299ae7ab63cda442987bde7d2962bb1
Adding constrictor (per IRC conversation) source to contrib repo.  needs a lot of tuning to fit the latest evergreen/opensrf python bits.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@51 6d9bc8c9-1ec2-4278-b937-99fde70a366f
43 files changed:
COPYING [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
constrictor.properties [new file with mode: 0644]
constrictor.py [new file with mode: 0755]
constrictor/__init__.py [new file with mode: 0644]
constrictor/controller.py [new file with mode: 0644]
constrictor/db.py [new file with mode: 0644]
constrictor/log.py [new file with mode: 0644]
constrictor/properties.py [new file with mode: 0644]
constrictor/script.py [new file with mode: 0644]
constrictor/task.py [new file with mode: 0644]
constrictor/utils.py [new file with mode: 0755]
constrictor_gui/__init__.py [new file with mode: 0644]
constrictor_gui/control/__init__.py [new file with mode: 0644]
constrictor_gui/control/models.py [new file with mode: 0644]
constrictor_gui/control/templates/admin/base_site.html [new file with mode: 0644]
constrictor_gui/control/templates/constrictor/.xinitrc [new file with mode: 0644]
constrictor_gui/control/templates/constrictor/actions.html [new file with mode: 0644]
constrictor_gui/control/templates/constrictor/config.html [new file with mode: 0644]
constrictor_gui/control/templates/constrictor/docs.html [new file with mode: 0644]
constrictor_gui/control/templates/constrictor/drones.html [new file with mode: 0644]
constrictor_gui/control/templates/constrictor/index.html [new file with mode: 0644]
constrictor_gui/control/templates/constrictor/props.html [new file with mode: 0644]
constrictor_gui/control/views.py [new file with mode: 0644]
constrictor_gui/manage.py [new file with mode: 0644]
constrictor_gui/settings.py [new file with mode: 0644]
constrictor_gui/urls.py [new file with mode: 0644]
contrib/evergreen/config.xml [new file with mode: 0644]
contrib/evergreen/eg_checkin.py [new file with mode: 0644]
contrib/evergreen/eg_checkout.py [new file with mode: 0644]
contrib/evergreen/eg_checkout_roundtrip.py [new file with mode: 0644]
contrib/evergreen/eg_data.py [new file with mode: 0644]
contrib/evergreen/eg_fetch_user_groups.py [new file with mode: 0644]
contrib/evergreen/eg_renew.py [new file with mode: 0644]
contrib/evergreen/eg_tasks.py [new file with mode: 0644]
contrib/evergreen/eg_title_hold.py [new file with mode: 0644]
contrib/evergreen/eg_utils.py [new file with mode: 0644]
contrib/evergreen/eg_workflow.py [new file with mode: 0644]
deploy.py [new file with mode: 0755]
runcontroller.py [new file with mode: 0755]
samples/config.xml [new file with mode: 0644]
samples/sleep.py [new file with mode: 0755]