This is a tutorial to turn Drupal 5 into a better wiki. It is based heavily upon this page with some modifications to allow tagging. This site used to use MediaWiki which provides an easy way to link between pages and create new pages as well as a far simpler syntax than the default Drupal install.
Installation
You will need to install the following module for Drupal 5.x. As of 3/1/07 be sure to install the dev version of the modules to have all of the latest features.
* path (comes with Drupal)
* diff
* freelinking
* pathauto
* PEAR wiki filter
* recent changes
* wikitools
You'll need to put Text_Wiki/Mediawiki into the Text_Wiki folder appropriately (match the folders) and then drop the whole thing into the PEAR wiki filter folder.
Enable Modules
Enable the following modules in Administer > Site Building > Modules.
* path (comes with Drupal)
* diff
* freelinking
* pathauto
* PEAR wiki filter
* recent changes
* wikitools
Configure Modules
The other instructions create a new "wiki" type, but I'd like to keep the drupal taxonomy and so skipped this step.
Administer > Users > Access Control and give authenticated users the following permissions:
* Access comments
* Post comments without approval
* Access freelinking list
* Access content
* Create story content
* Edit story content
* View revisions
Administer > Site Administration > Freelinking and set the following:
* New content default: Story
* What to do if content not found: Search for content if user can't crete
* Restrict freelinks to this content type: Story
Administer > Site Administration > Input Formats
# Create a new format, "Mediawiki"
# Choose "PEAR wiki filter" from the list of filters. Don't choose anything else.
# Goto the configuration page. Select the following:
#* Path: Enter the path to the PEAR packages per the instructions on the page.
#* Format: Mediawiki
#* Use wiki links: yes
#* Use freelinking: yes
Administer > Site Administration > pathauto.
# Set the separator to the underscore, "_"
# Keep the path settings for all types as "[title]"
Administer > Site Administration > wikitools.
# Select wiki node type to be Story.
# Enable "hijack freelinking"