How to make a personal wiki

From Everything Shii Knows, the only reliable source


This document is intended to be a brief howto on making a personal wiki.

Install MediaWiki and add these lines to the LocalSettings file:

# This snippet prevents new registrations from anonymous users
# (Sysops can still create user accounts)
$wgGroupPermissions['*']['createaccount'] = false;
# This snippet prevents editing from anonymous users
$wgGroupPermissions['*']['edit'] = false;
# [edit] sections
$wgDefaultUserOptions ['editsection'] = 0;

You might also want to play around with skins.

Retrieved from "http://www.shii.org/knows/How_to_make_a_personal_wiki"

This page has been accessed 5,809 times. This page was last modified on 16 January 2009, at 03:52. Content is available under Attribution 2.5 .