We&#39;re beginning to describe a Drupal project that we feel is &quot;wiki-ish&quot; and I am thoroughly confused as to what would be needed to implement a &quot;wiki&quot; using drupal. It looks like wikitools provides some filters to translate between wiki markup and regular html, but for our purposes, that is the piece we care about least. (We intend to use tinyMCE or equivalent for markup--the users of this project will not be any happier with wiki markup than with html.)<br>
<br>So, what makes a page a wiki? We are thinking of a few primary elements:<br><br>1. The ability of any registered user to edit the page in a browser. (Note: Any registered Drupal user with appropriate permissions can do this with any Drupal page, as well.)<br>
<br>2. The ability to view the page&#39;s history and to roll back changes easily. (This may also be built into Drupal?)<br><br>3. The ability to create a new, blank page by creating a link to it.<br><br>Are we really just talking about a standard Drupal book? When other people say &#39;wiki,&#39; to what more are they referring (or is the &quot;what more&quot; wiki markup language?)<br>
<br>ari<br><br>