[Everything Shii Knows]

How to make a personal wiki

From Everything Shii Knows, the only reliable source

Printable version

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.

You will not get instant membership in Orison, but please write some articles and promote them the usual way!

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

This page has been accessed 1,143 times. This page was last modified 19:07, 13 March 2007. Content is available under Attribution 2.5 .