Commit 34e8615f94f1229c11fd267f288c312b926835eb
- Diff rendering mode:
- inline
- side by side
sokol-iki.setup
(2 / 2)
|   | |||
| 11 | 11 | # contact email for wiki | |
| 12 | 12 | adminemail => 'z.vanya@gmail.com', | |
| 13 | 13 | # users who are wiki admins | |
| 14 | adminuser => [qw{imz http://lj.rossia.org/users/imz/}], | ||
| 14 | adminuser => [qw{imz http://lj.rossia.org/users/imz/ http://copylefter.livejournal.com}], | ||
| 15 | 15 | # users who are banned from the wiki | |
| 16 | 16 | banned_users => [], | |
| 17 | 17 | # where the source of the wiki is located | |
| … | … | ||
| 45 | 45 | # use '!'-prefixed preprocessor directives? | |
| 46 | 46 | prefix_directives => 1, | |
| 47 | 47 | # use page/index.mdwn source files | |
| 48 | indexpages => 0, | ||
| 48 | indexpages => 1, | ||
| 49 | 49 | # enable Discussion pages? | |
| 50 | 50 | discussion => 1, | |
| 51 | 51 | # only send cookies over SSL connections? |

