Move dirtag.xul and *.rdf generation into CherryPy.
authorW. Trevor King <wking@drexel.edu>
Sat, 17 Jul 2010 15:34:50 +0000 (11:34 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 17 Jul 2010 22:16:26 +0000 (18:16 -0400)
commit9b2bbfd447c3fd7b71b325cbcfbc902861045f07
treed4eda684b053242b7fefdc79b0fbf34308f004b6
parent3298e563ad8e9479e0c30b0d99baafcb0550502f
Move dirtag.xul and *.rdf generation into CherryPy.

Now the intial data displayed by dirtag.xul matches the on-disk raw/tag
structure.

I made a few changes in node handling so traversals would have all the
information required (Node.root, Node.type, Node.tags, and associated
handlers).
dirtag/__init__.py
dirtag/web.py [new file with mode: 0755]
static/raw-tree.rdf [deleted file]
static/tag-tree.rdf [deleted file]
template/dirtag.xul [moved from static/dirtag.xul with 94% similarity]