primitive prototype with Genshi, Babel
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 17 Nov 2008 03:00:59 +0000 (03:00 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 17 Nov 2008 03:00:59 +0000 (03:00 +0000)
commitc572d21275486a1c020bba57636113d2df542e35
treeeda750ae3d0122c8302ca67457816718d3e46a54
parente588004442e8a7d2781be1a58bc6d33dc889191a
primitive prototype with Genshi, Babel

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@17 6d9bc8c9-1ec2-4278-b937-99fde70a366f
33 files changed:
README
__init__.py [new file with mode: 0644]
babel.cfg [new file with mode: 0644]
doc/graphs/Makefile [new file with mode: 0644]
doc/graphs/syrup-item.dot [new file with mode: 0644]
doc/graphs/syrup-library.dot [new file with mode: 0644]
doc/graphs/syrup-user.dot [new file with mode: 0644]
doc/graphs/syrup.dot [new file with mode: 0644]
genshi_support.py [new file with mode: 0644]
local_settings.py.in [new file with mode: 0644]
locale/conifer-syrup.pot [new file with mode: 0644]
locale/en_US/LC_MESSAGES/conifer-syrup.po [new file with mode: 0644]
locale/fr_CA/LC_MESSAGES/conifer-syrup.po [new file with mode: 0644]
manage.py [new file with mode: 0755]
middleware/__init__.py [new file with mode: 0644]
middleware/genshi_locals.py [new file with mode: 0644]
pybabel-extract [new file with mode: 0755]
settings.py [new file with mode: 0644]
static/jquery-1.2.6.js [new file with mode: 0644]
static/main.css [new file with mode: 0644]
syrup/__init__.py [new file with mode: 0644]
syrup/admin.py [new file with mode: 0644]
syrup/direct_models.py [new file with mode: 0644]
syrup/model_to_graphviz.py [new file with mode: 0644]
syrup/models.py [new file with mode: 0644]
syrup/urls.py [new file with mode: 0644]
syrup/views.py [new file with mode: 0644]
templates/course.xhtml [new file with mode: 0644]
templates/index.xhtml [new file with mode: 0644]
templates/login.xhtml [new file with mode: 0644]
templates/master.xhtml [new file with mode: 0644]
templates/tabbar.xhtml [new file with mode: 0644]
urls.py [new file with mode: 0644]