Wiki Tools
A wiki is a web application that allows users to add content, as on an Internet forum, but also allows anyone to edit the content. Wiki also refers to the collaborative software used to create such a website.
From : en.wikipedia.org/wiki/WIKI
Wiki software is a type of collaborative software that runs a Wiki system. It is usually implemented as a server-side script that runs on one or more web servers, with the content generally stored in a relational database management system, although some implementations use the server's file system instead.
From : en.wikipedia.org/wiki/Wiki_software
DevHawk
On the surface, DevHawk Wiki would appear to be the world's simplest Wiki clone implementation.
DevHawk Wiki includes two projects: WikiRenderer and SampleWiki. WikiRenderer is a library for converting wiki markup into HTML. SampleWiki is an ultra-simple ASP.NET web app that uses WikiRenderer (it's more of a test for WikiRenderer than a real wiki implementation).
The reason for creating these seperately is to enable the embedding of wiki-esque functionallity into other web apps. For example, where most weblogs support comments, maybe a comment wiki would be more interesting. Instead of having two seperate systems (like Sam Ruby has for his syndication format discussion) they could be easily integrated into the same web app with the same look and feel.
visit
DevHawk
DevHawk was visited : 211 times
Loading .....