~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnInstalling(2f)MinimalWiki/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
##master-page:HelpTemplate
2
 
##master-date:Unknown-Date
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:
 
4
##master-date:
 
5
#acl -All:write Default
3
6
#format wiki
4
7
#language en
5
8
== Installing a minimal wiki ==
10
13
If web space is small, or maybe if you only need a two or three wiki pages you might not want the global install. This document describes what is absolutely essential and what is not. It is good to understand the basic structure of the MoinMoin wiki and how the elements work together.
11
14
 
12
15
 
13
 
[[TableOfContents]]
 
16
<<TableOfContents>>
14
17
=== htdocs / wiki ===
15
18
 
16
 
you will need at least one theme, you could delete the others. If you for instance want to delete thge distributed 'classic' and 'rightsidebar' theme you have to  
 
19
you will need at least one theme, you could delete the others. If you for instance want to delete the distributed 'classic' and 'rightsidebar' theme you have to  
17
20
 
18
21
 1. delete the folders with their names under htdocs 
19
22
 1. delete the scripts in !MoinMoin/theme which are named 'rightsidebar.py' and 'classic.py'
20
23
 
21
 
Sometimes the cache seems to need some time tu update the view. To check if the styles are still available log in and go to !UserSettings.
 
24
Sometimes the cache seems to need some time to update the view. To check if the styles are still available log in and go to !UserSettings.
22
25
 
23
 
If only one theme is served you can disable the themes choice by settings {{{theme_force=true}}} in the wikiconfig file.
 
26
If only one theme is served you can disable the themes choice by setting {{{theme_force=true}}} in the wikiconfig file.
24
27
 
25
28
=== MoinMoin binaries ===
26
29
 
32
35
The underlay dir per default contains the virgin system files. You can have an empty underlay directory. This must contain a subfolder "pages". If you have a wiki-farm, you might want to create an extra directory that you might call something like "underlay-barebones" and change the value for the {{{underlay_dir}}} of the specific wiki. You may want to have at least some essential pages like:
33
36
 
34
37
 * AutoAdminGroup
35
 
 * CategoryCategory
36
 
 * CategoryHomepage
37
 
 * CategoryTemplate
 
38
 * Category``Category
 
39
 * Category``Homepage
 
40
 * Category``Template
38
41
 * LocalBadContent
39
42
 * LocalSpellingWords
40
 
 * MoinPagesEditorGroup
41
43
 * RecentChanges
42
44
 * SystemInfo (especially for testing)
43
45
 * SystemPagesGroup
44
46
 * SystemPagesInEnglishGroup
45
 
 * UserPreferences
46
47
 
47
48
 
48
49
=== Languages ===
54
55
If you want to show the user fewer options you can define this with the configuration values {{{ user_checkbox_defaults, user_checkbox_disable, user_checkbox_fields, user_checkbox_remove }}} (look at HelpOnConfiguration). 
55
56
 
56
57
==== checkbox minimum ====
57
 
with these checkbox fields you will not any get errors on calling !UserPreferences
 
58
with these checkbox fields you will not any get errors on calling user preferences
58
59
 
59
60
{{{
60
61
    user_checkbox_fields = [
92
93
You might want to disable some actions. To see what they actually do take a look at HelpOnActions. To see what actions are active take a look at your wikis page SystemInfo (if you did not delete it).
93
94
 
94
95
=== reduce wiki ===
95
 
If you want to to reduce a data/ directory to the latest page revision of each non-deleted page (plus all attachments) you can use {{{moin ... maint reducewiki --target-dir=outputdir}}}. This is used to make the distributed underlay directory, but can also be used for other purposes.
 
96
If you want to reduce a data/ directory to the latest page revision of each non-deleted page (plus all attachments) you can use {{{moin ... maint reducewiki --target-dir=outputdir}}}. This is used to make the distributed underlay directory, but can also be used for other purposes.