ó
!œ,]c           @   sX   d  Z  d d d g Z d d l m Z m Z d d	 l m Z d
 e j f d „  ƒ  YZ d S(   sò  
    MoinMoin - Configuration for a wiki farm

    If you run a single wiki only, you can keep the "wikis" list "as is"
    (it has a single rule mapping all requests to mywiki.py).

    Note that there are more config options than you'll find in
    the version of this file that is installed by default; see
    the module MoinMoin.config.multiconfig for a full list of names and their
    default values.

    Also, the URL http://moinmo.in/HelpOnConfiguration has
    a list of config options.
t   childqnas'   ^https?://apps\.kamune\.com/childqna.*$t   cwbizs$   ^https?://apps\.kamune\.com/cwbiz.*$t   cwdevs$   ^https?://apps\.kamune\.com/cwdev.*$iÿÿÿÿ(   t   multiconfigt   url_prefix_static(   t	   GivenAutht
   FarmConfigc           B   st   e  Z d  Z d Z e d e ƒ g Z d g Z d d d g Z d Z	 d Z
 d	 Z d
 Z d Z d Z d Z d Z d Z RS(   s   /wiki_staticg       @t
   autocreateu   rajau   RecentChangesu   FindPageu   HelpContentst   modernt   enu   (?P<all>Category(?P<key>\S+))u   (?P<all>(?P<key>\S+)Dict)u   (?P<all>(?P<key>\S+)Group)u   (?P<all>(?P<key>\S+)Template)i   u    (   t   __name__t
   __module__R   t	   tz_offsetR   t   Truet   autht	   superusert   navi_bart   theme_defaultt   language_defaultt   page_category_regext   page_dict_regext   page_group_regext   page_template_regext
   show_hostst   show_interwikit   logo_string(    (    (    s    /var/www/moin.wiki/farmconfig.pyR   N   s    	(		N(   R    s'   ^https?://apps\.kamune\.com/childqna.*$(   R   s$   ^https?://apps\.kamune\.com/cwbiz.*$(   R   s$   ^https?://apps\.kamune\.com/cwdev.*$(	   t   __doc__t   wikist   MoinMoin.configR   R   t   MoinMoin.authR   t   DefaultConfigR   (    (    (    s    /var/www/moin.wiki/farmconfig.pyt   <module>   s   	