~charmers/charms/oneiric/mediawiki/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
options:
    name:
        default: Please set name of wiki
        description: The name, or Title of the Wiki
        type: regex
        validator: .*
    skin:
        default: monobook
        description: skin for the Wiki
        type: regex
        validator: .*
    logo:
        description: URL to fetch logo from
        type: regex
        validator: .*
    admins:
        description: Admin users to create, user:pass
        type: regex
        validator: .*