The following options can be configured in your wikiconfig.py file.
Each option has reasonable defaults so you don't need to specify any of these options.
Option |
Description |
Default |
wiki_tree_root |
The root category of the wiki tree |
u'' |
wiki_tree_orphaned |
Category containing the orphaned or missing pages/categories. If you specify this you should also set the wiki_tree_root option. |
wiki_tree_root |
wiki_tree_underlay |
Category containing the underlay pages/categories. |
u'CategoryUnderlay' |
wiki_tree_cache_acl |
Specifies if the read access right for each user should be cached to improve response performance (by factor 10). This however uses more memory on very large wikis with many registered users. |
True |
explorer_site_mode |
Specifies whether the UI should be displayed in site mode. |
True if the request doesn't come from localhost |
explorer_page_header |
Specifies whether the page header should be displayed (containing the categories of the page, the title, editing information and some statistics) |
True in desktop mode, False in site mode |
explorer_attachments |
Specifies whether a list of attachments should be displayed |
True in desktop mode, False in site mode |
explorer_toolbars |
Configures the toolbars. Each list is displayed as a separate toolbar. The following buttons however are not displayed in site mode as they are displayed in the header: home, login, searchform and navi_bar links. |
[ ['home', 'recentchanges', 'separator', 'login', 'mypages', 'separator', 'showcomments', 'quicklink', 'subscribe', 'subscribeuser', 'separator', 'edit', 'renamepage', 'copypage', 'load', 'save', 'deletepage', 'separator', 'attachfile', 'spellcheck', 'diff', 'info', 'revert', 'format xml', 'renderasdocbook', 'print', 'raw', 'refresh', 'separator', 'help', 'separator', 'find', 'likepages', 'localsitemap', 'separator', 'despam', 'packagepages', 'syncpages', 'separator', 'searchform'],] |
explorer_buttons_remove |
If you just want to remove some of the buttons from the toolbars, you can use this option. |
[] |
explorer_toolbars_in_header |
Specifies whether the toolbars should be displayed in the header region above the wiki tree or in the page header. |
True in desktop mode, False in site mode |
explorer_sidebar_width |
The initial width of the sidebar (the user can adjust the width by dragging the split bar) |
u'20em' |