From fd6281ec1aa253eefd0d53a00cff9565527a550b Mon Sep 17 00:00:00 2001 From: gfawcett Date: Mon, 17 Nov 2008 03:12:41 +0000 Subject: [PATCH] moved all stuff to conifer subdir to make Django happy git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@18 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- README => conifer/README | 0 __init__.py => conifer/__init__.py | 0 babel.cfg => conifer/babel.cfg | 0 {doc => conifer/doc}/graphs/Makefile | 0 {doc => conifer/doc}/graphs/syrup-item.dot | 0 {doc => conifer/doc}/graphs/syrup-library.dot | 0 {doc => conifer/doc}/graphs/syrup-user.dot | 0 {doc => conifer/doc}/graphs/syrup.dot | 0 genshi_support.py => conifer/genshi_support.py | 0 local_settings.py.in => conifer/local_settings.py.in | 0 {locale => conifer/locale}/conifer-syrup.pot | 0 {locale => conifer/locale}/en_US/LC_MESSAGES/conifer-syrup.po | 0 {locale => conifer/locale}/fr_CA/LC_MESSAGES/conifer-syrup.po | 0 manage.py => conifer/manage.py | 0 {middleware => conifer/middleware}/__init__.py | 0 {middleware => conifer/middleware}/genshi_locals.py | 0 pybabel-extract => conifer/pybabel-extract | 0 settings.py => conifer/settings.py | 0 {static => conifer/static}/jquery-1.2.6.js | 0 {static => conifer/static}/main.css | 0 {syrup => conifer/syrup}/__init__.py | 0 {syrup => conifer/syrup}/admin.py | 0 {syrup => conifer/syrup}/direct_models.py | 0 {syrup => conifer/syrup}/model_to_graphviz.py | 0 {syrup => conifer/syrup}/models.py | 0 {syrup => conifer/syrup}/urls.py | 0 {syrup => conifer/syrup}/views.py | 0 {templates => conifer/templates}/course.xhtml | 0 {templates => conifer/templates}/index.xhtml | 0 {templates => conifer/templates}/login.xhtml | 0 {templates => conifer/templates}/master.xhtml | 0 {templates => conifer/templates}/tabbar.xhtml | 0 urls.py => conifer/urls.py | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename README => conifer/README (100%) rename __init__.py => conifer/__init__.py (100%) rename babel.cfg => conifer/babel.cfg (100%) rename {doc => conifer/doc}/graphs/Makefile (100%) rename {doc => conifer/doc}/graphs/syrup-item.dot (100%) rename {doc => conifer/doc}/graphs/syrup-library.dot (100%) rename {doc => conifer/doc}/graphs/syrup-user.dot (100%) rename {doc => conifer/doc}/graphs/syrup.dot (100%) rename genshi_support.py => conifer/genshi_support.py (100%) rename local_settings.py.in => conifer/local_settings.py.in (100%) rename {locale => conifer/locale}/conifer-syrup.pot (100%) rename {locale => conifer/locale}/en_US/LC_MESSAGES/conifer-syrup.po (100%) rename {locale => conifer/locale}/fr_CA/LC_MESSAGES/conifer-syrup.po (100%) rename manage.py => conifer/manage.py (100%) rename {middleware => conifer/middleware}/__init__.py (100%) rename {middleware => conifer/middleware}/genshi_locals.py (100%) rename pybabel-extract => conifer/pybabel-extract (100%) rename settings.py => conifer/settings.py (100%) rename {static => conifer/static}/jquery-1.2.6.js (100%) rename {static => conifer/static}/main.css (100%) rename {syrup => conifer/syrup}/__init__.py (100%) rename {syrup => conifer/syrup}/admin.py (100%) rename {syrup => conifer/syrup}/direct_models.py (100%) rename {syrup => conifer/syrup}/model_to_graphviz.py (100%) rename {syrup => conifer/syrup}/models.py (100%) rename {syrup => conifer/syrup}/urls.py (100%) rename {syrup => conifer/syrup}/views.py (100%) rename {templates => conifer/templates}/course.xhtml (100%) rename {templates => conifer/templates}/index.xhtml (100%) rename {templates => conifer/templates}/login.xhtml (100%) rename {templates => conifer/templates}/master.xhtml (100%) rename {templates => conifer/templates}/tabbar.xhtml (100%) rename urls.py => conifer/urls.py (100%) diff --git a/README b/conifer/README similarity index 100% rename from README rename to conifer/README diff --git a/__init__.py b/conifer/__init__.py similarity index 100% rename from __init__.py rename to conifer/__init__.py diff --git a/babel.cfg b/conifer/babel.cfg similarity index 100% rename from babel.cfg rename to conifer/babel.cfg diff --git a/doc/graphs/Makefile b/conifer/doc/graphs/Makefile similarity index 100% rename from doc/graphs/Makefile rename to conifer/doc/graphs/Makefile diff --git a/doc/graphs/syrup-item.dot b/conifer/doc/graphs/syrup-item.dot similarity index 100% rename from doc/graphs/syrup-item.dot rename to conifer/doc/graphs/syrup-item.dot diff --git a/doc/graphs/syrup-library.dot b/conifer/doc/graphs/syrup-library.dot similarity index 100% rename from doc/graphs/syrup-library.dot rename to conifer/doc/graphs/syrup-library.dot diff --git a/doc/graphs/syrup-user.dot b/conifer/doc/graphs/syrup-user.dot similarity index 100% rename from doc/graphs/syrup-user.dot rename to conifer/doc/graphs/syrup-user.dot diff --git a/doc/graphs/syrup.dot b/conifer/doc/graphs/syrup.dot similarity index 100% rename from doc/graphs/syrup.dot rename to conifer/doc/graphs/syrup.dot diff --git a/genshi_support.py b/conifer/genshi_support.py similarity index 100% rename from genshi_support.py rename to conifer/genshi_support.py diff --git a/local_settings.py.in b/conifer/local_settings.py.in similarity index 100% rename from local_settings.py.in rename to conifer/local_settings.py.in diff --git a/locale/conifer-syrup.pot b/conifer/locale/conifer-syrup.pot similarity index 100% rename from locale/conifer-syrup.pot rename to conifer/locale/conifer-syrup.pot diff --git a/locale/en_US/LC_MESSAGES/conifer-syrup.po b/conifer/locale/en_US/LC_MESSAGES/conifer-syrup.po similarity index 100% rename from locale/en_US/LC_MESSAGES/conifer-syrup.po rename to conifer/locale/en_US/LC_MESSAGES/conifer-syrup.po diff --git a/locale/fr_CA/LC_MESSAGES/conifer-syrup.po b/conifer/locale/fr_CA/LC_MESSAGES/conifer-syrup.po similarity index 100% rename from locale/fr_CA/LC_MESSAGES/conifer-syrup.po rename to conifer/locale/fr_CA/LC_MESSAGES/conifer-syrup.po diff --git a/manage.py b/conifer/manage.py similarity index 100% rename from manage.py rename to conifer/manage.py diff --git a/middleware/__init__.py b/conifer/middleware/__init__.py similarity index 100% rename from middleware/__init__.py rename to conifer/middleware/__init__.py diff --git a/middleware/genshi_locals.py b/conifer/middleware/genshi_locals.py similarity index 100% rename from middleware/genshi_locals.py rename to conifer/middleware/genshi_locals.py diff --git a/pybabel-extract b/conifer/pybabel-extract similarity index 100% rename from pybabel-extract rename to conifer/pybabel-extract diff --git a/settings.py b/conifer/settings.py similarity index 100% rename from settings.py rename to conifer/settings.py diff --git a/static/jquery-1.2.6.js b/conifer/static/jquery-1.2.6.js similarity index 100% rename from static/jquery-1.2.6.js rename to conifer/static/jquery-1.2.6.js diff --git a/static/main.css b/conifer/static/main.css similarity index 100% rename from static/main.css rename to conifer/static/main.css diff --git a/syrup/__init__.py b/conifer/syrup/__init__.py similarity index 100% rename from syrup/__init__.py rename to conifer/syrup/__init__.py diff --git a/syrup/admin.py b/conifer/syrup/admin.py similarity index 100% rename from syrup/admin.py rename to conifer/syrup/admin.py diff --git a/syrup/direct_models.py b/conifer/syrup/direct_models.py similarity index 100% rename from syrup/direct_models.py rename to conifer/syrup/direct_models.py diff --git a/syrup/model_to_graphviz.py b/conifer/syrup/model_to_graphviz.py similarity index 100% rename from syrup/model_to_graphviz.py rename to conifer/syrup/model_to_graphviz.py diff --git a/syrup/models.py b/conifer/syrup/models.py similarity index 100% rename from syrup/models.py rename to conifer/syrup/models.py diff --git a/syrup/urls.py b/conifer/syrup/urls.py similarity index 100% rename from syrup/urls.py rename to conifer/syrup/urls.py diff --git a/syrup/views.py b/conifer/syrup/views.py similarity index 100% rename from syrup/views.py rename to conifer/syrup/views.py diff --git a/templates/course.xhtml b/conifer/templates/course.xhtml similarity index 100% rename from templates/course.xhtml rename to conifer/templates/course.xhtml diff --git a/templates/index.xhtml b/conifer/templates/index.xhtml similarity index 100% rename from templates/index.xhtml rename to conifer/templates/index.xhtml diff --git a/templates/login.xhtml b/conifer/templates/login.xhtml similarity index 100% rename from templates/login.xhtml rename to conifer/templates/login.xhtml diff --git a/templates/master.xhtml b/conifer/templates/master.xhtml similarity index 100% rename from templates/master.xhtml rename to conifer/templates/master.xhtml diff --git a/templates/tabbar.xhtml b/conifer/templates/tabbar.xhtml similarity index 100% rename from templates/tabbar.xhtml rename to conifer/templates/tabbar.xhtml diff --git a/urls.py b/conifer/urls.py similarity index 100% rename from urls.py rename to conifer/urls.py -- 2.11.0