sites/www.qmsk.net/__init__.py
author Tero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 16:33:27 +0200
branchsites
changeset 31 107062ebb6f9
parent 30 a86a25a9f75b
child 32 be954df4f0e8
permissions -rw-r--r--
bloat code with even more layers of indirection, split off the filesystem-based stuff into a separate lib.filesystem package (next, move it to sites/www.qmsk.net)
"""
    The www.qmsk.net site is just a simple site with a filesystem-based URL mapping
"""

from lib.filesystem.map import FilesystemMapper as _fstree

# global mapper attribute
handler = _fstree("pages")