sites/www.qmsk.net/__init__.py
branchsites
changeset 30 a86a25a9f75b
child 31 107062ebb6f9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sites/www.qmsk.net/__init__.py	Sat Feb 07 06:54:52 2009 +0200
@@ -0,0 +1,8 @@
+"""
+    The www.qmsk.net site is just a simple site with a filesystem-based URL mapping
+"""
+
+from lib.map import fstree
+
+build_mapper = lambda: fstree("site/www.qmsk.net")
+