Could someone please fix the documentation so the important stuff is not editable?????

I can't figure out the Wiki format because some dumbass "hacked" it. Why would you leave this open like this?

Following is the present set of documentation for 'Tavi. Like all things wiki, this documentation is a continual work in progress. Your help in maintaining and growing this documentation is welcome!

Introduction

  1. WhatIsAWiki -- Tavi is a wiki engine, a script that runs wikis. And wikis are. . .
  2. TaviFeatures -- Features implemented in 'Tavi
  3. TaviRequirements -- What you need in order to run 'Tavi
  4. TaviLicense -- 'Tavi is licensed under the GPL
  5. TaviFAQ -- frequently asked questions

Installation

  1. TaviDownload -- Where to get it
  2. TaviInstructions -- How to install it (Note; this needs more work)
    • VirtualHosts -- How to manage multiple 'Tavi instances on one server
    • URL Rewriting -- How to set up 'Tavi for pretty URLs.
    • AutomatedUpgrades -- How to set up 'Tavi for automatic upgrades.
    • CustomizingTavi -- How to customize your installation, templates, etc.
    • SecurityHints -- How to protect your wiki installation.
    • NoExecuteOnServer -- How to install tavi on a server with no execute rights needed for diff
    • TaviOnWindows -- How to configure Diff, config.pl. cls/clear tempdir
    • DiffCmd -- How to find more info on on diff utils Linux and Windows, hint watch the tempvariable
    • PerformanceHints -- What to try if your wiki installation feels slow

Usage

  1. FormattingRules -- Examples of 'Tavi's wiki formatting
  2. FormalFormattingRules -- Formal list of everything you can do
    1. TaviMacros -- One of the special formatting rules
    2. TaviCategories -- How 'Tavi does RecentChanges
  3. HowToDeletePages -- How to get rid of an unwanted page
  4. URL Actions -- Actions the 'Tavi script can perform
  5. AdminFunctions -- How to use the site administration functions
  6. SpamAndVandalism -- How to handle unwanted edits

Code Organization

  1. ParseEngine -- How the big ol' parse engine works
  2. TaviTemplates -- The 'Tavi templating system, and how to create your own templates
  3. DatabaseSchema -- The layout of 'Tavi's database

Prioritization

This documentation is vastly incomplete, but we hope for it to become less and less so as time goes by. Leave notes below for what you'd like to see in the documentation. We'll try to prioritize what people want before anything else. (In keeping with the spirit of wiki, if you feel knowledgeable in any part of 'Tavi, especially anything listed above, you're invited to write it up yourself and add it to the documentation!)


Maybe it's useful to split the TaviFAQ in a FAQ for Wiki admins and for users, because almost all answers there are for admins at the moment. For example I had a hard time to find something about the Anchor feature (on the TaviFeatures page) here... before I edited this page, that is... ;-)

I also wonder if InterWiki should be renamed perhaps, because it can be used for much more than creating shortcuts to other Wikis, e.g. enabling quick Google (or other search engines) searches combined with specific parameters like the "site:" operator. You can find a few examples on http://www.audiocoding.com/wiki/index.php?page=InterWiki and http://www.audiocoding.com/wiki/index.php?page=Google for this.