Mercurial > moin > 1.9
view wikiconfig.py @ 0:77665d8e2254
tag of nonpublic@localhost--archive/moin--enterprise--1.5--base-0
(automatically generated log message)
imported from: moin--main--1.5--base-0
author | Thomas Waldmann <tw-public@gmx.de> |
---|---|
date | Thu, 22 Sep 2005 15:09:50 +0000 |
parents | |
children | dcbfffac3f9c |
line wrap: on
line source
# -*- coding: iso-8859-1 -*- """ MoinMoin - test wiki configuration @copyright: 2000-2004 by Juergen Hermann <jh@web.de> @license: GNU GPL, see COPYING for details. """ from MoinMoin.multiconfig import DefaultConfig class Config(DefaultConfig): sitename = u'Developer Test Wiki' logo_string = sitename data_dir = './testwiki/data/' data_underlay_dir = './testwiki/underlay/' show_hosts = 1