diff -r b06ff4c05d42 -r a86a25a9f75b sites/www.qmsk.net/__init__.py --- /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") +