Wiki like on http://wiki.asp.net (with hierarchical table of contents) - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T23:56:40Zhttp://stackoverflow.com/feeds/question/904906http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/904906/wiki-like-on-http-wiki-asp-net-with-hierarchical-table-of-contents0Wiki like on http://wiki.asp.net (with hierarchical table of contents)micha122009-05-25T00:01:02Z2009-10-08T01:00:00Z
<p>I am looking for a <strong>Wiki</strong> written on <strong>ASP.NET</strong> (preferably <strong>open source and free</strong>) similar to the one on <a href="http://wiki.asp.net/" rel="nofollow">http://wiki.asp.net/</a>.</p>
<p>The main feature that I like on <a href="http://wiki.asp.net/" rel="nofollow">http://wiki.asp.net/</a> is a <strong>hierarchical table of contents</strong> - something which is totally absent in most Wikis - which are just collections of pages connected via hyperlinks, with no place where you can see the "sitemap" of the Wiki. What I need is a more structured Wiki, with pages organized like in a file system.</p>
<p>Does anyone know such Wiki?</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/904906/wiki-like-on-http-wiki-asp-net-with-hierarchical-table-of-contents/904938#9049380Answer by Marwan Aouida for Wiki like on http://wiki.asp.net (with hierarchical table of contents)Marwan Aouida2009-05-25T00:14:26Z2009-05-25T00:14:26Z<p>Try ScrewTurn wiki it is very good and open source<br />
<a href="http://www.screwturn.eu/MainPage.ashx" rel="nofollow">http://www.screwturn.eu/MainPage.ashx</a></p>
http://stackoverflow.com/questions/904906/wiki-like-on-http-wiki-asp-net-with-hierarchical-table-of-contents/905420#9054200Answer by bradleydean for Wiki like on http://wiki.asp.net (with hierarchical table of contents)bradleydean2009-05-25T05:18:41Z2009-05-25T05:18:41Z<p>Check out Deki wiki:</p>
<p>developer.mindtouch.com/Deki</p>
<p>You can see the auto generated table of contents on the left hand side. There is also a link to a full page table of contents. </p>
<p>Open source and very feature rich, I've used it on a few projects. There is a paid version as well, but I've never tried it.</p>