Attachment 'mkwiki.py'
Download 1 #!/usr/bin/env python
2 """
3 mkwiki - make a wiki instance
4
5 Usage: mkwiki options
6
7 Options:
8 --path - where to create the wiki directory (default .)
9 --sitename - the wiki sitename (default MyWiki)
10 --data - path to the data dir (defalt 'mywiki/data')
11 --underlay - path to underlay dir (default 'mywiki/underlay')
12 --user - owner of the wiki (default 'www-data')
13 --group - group of the wiki (default 'www-data')
14 --prefix - the prefix used in the install (default '/usr')
15 --server - type of server to use. Options are cgi,
16 standalone, twisted, modpy, fastcgi.
17 (default standalone)
18 --moin - path to moin (default none)
19 --wikiconfig - path to wiki config (default none)
20 --farmconfig - path to farmconfig (default none)
21
22 Examples:
23
24 mkwiki
25
26 Creates a wiki named MyWiki in './mywiki/', copy into it
27 data and underlay directories from '/usr/share/moin/', add
28 'wikiconfig.py' from '/usr/share/moin/config/' and 'moin.py'
29 from '/usr/share/moin/server/'.
30 """
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.