# HG changeset patch # User Paul Boddie # Date 1341937602 -7200 # Node ID d7e1760a4c0b6cd6ff5e7b876c9e3905cb89a527 # Parent 1aa0ec52267cf9e5989824b914d61e45590cfa6c Added more documentation about the examples along with a SourceForge example. diff -r 1aa0ec52267c -r d7e1760a4c0b README.txt --- a/README.txt Tue Jul 10 17:59:40 2012 +0200 +++ b/README.txt Tue Jul 10 18:26:42 2012 +0200 @@ -28,8 +28,8 @@ python moinsetup.py Before any work can be done by the program, a configuration file needs to be -created. See the supplied moinsetup.cfg file for an example file which can -be modified and used for this purpose. +created. See the supplied moinsetup.cfg file in the examples directory which +can be modified and used for this purpose. An alternative configuration file is specified using the -f option: @@ -192,6 +192,10 @@ Inside the directory used to hold static resources, a subdirectory will be created to hold the static content used by MoinMoin. +See the moinsetup.cfg.sourceforge file in the examples directory for an +illustration of how Wiki instances can be configured in a restrictive hosting +environment. + Wiki Farm Environments ---------------------- diff -r 1aa0ec52267c -r d7e1760a4c0b examples/moinsetup.cfg.sourceforge --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/moinsetup.cfg.sourceforge Tue Jul 10 18:26:42 2012 +0200 @@ -0,0 +1,15 @@ +[installation] +moin_distribution = /home/users/m/my/myuser/moin-1.8.9 +prefix = /home/project-web/myproject/usr +web_app_dir = /home/project-web/myproject/cgi-bin +web_site_dir = +web_static_dir = /home/project-web/myproject/htdocs + +[site] +common_dir = /home/project-web/myproject/var/lib/mywiki +url_path = /cgi-bin +static_url_path = / +superuser = AdminUser +site_name = MyWiki +front_page_name = FrontPage +theme_default = modern