~ubuntu-branches/ubuntu/saucy/moin/saucy

« back to all changes in this revision

Viewing changes to wikiconfig.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-13 16:45:52 UTC
  • mfrom: (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081113164552-49t6zf2t2o5bqigh
Tags: 1.8.0-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop recommendation of python-xml, the packages isn't anymore in
    sys.path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    acl_rights_default = u"All:read,write,delete,revert,admin"
20
20
    surge_action_limits = None # no surge protection
21
21
    sitename = u'MoinMoin DesktopEdition'
22
 
    logo_string = u'<img src="/moin_static171/common/moinmoin.png" alt="MoinMoin Logo">'
 
22
    logo_string = u'<img src="/moin_static180/common/moinmoin.png" alt="MoinMoin Logo">'
23
23
    page_front_page = u'FrontPage' # change to some better value
24
24
    # ^^^ DON'T TOUCH THIS EXCEPT IF YOU KNOW WHAT YOU DO ^^^
25
25
 
26
 
 
27
26
    # Add your configuration items here.
28
 
 
 
27
    secrets = 'This string is NOT a secret, please make up your own, long, random secret string!'
29
28
 
30
29
 
31
30
# DEVELOPERS! Do not add your configuration items there,