HawkWiki

HawkWiki is a simple wiki clone implementation, written in C# and ASP.NET by Harry Pierson. HawkWiki 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. WikiRenderer supports a subset of the original Wiki text formatting. Bulleted and numbered lists, bold and italics, monospaced font, automatic hyperlinking, inline images, WikiWords, etc.

Go to http://codeplex.com/HawkWiki

See also these related projects.