Project Description


LiteWiki is a simple wiki engine built using Asp.Net with a SQL Server 2005 back end database. It's purpose is to provide a no frills wiki engine that can be deployed easily, is simple to modify and provides some basica authentication capabilities.

Features

  • Lite
    • The code base is extremely small
    • Easy to make enhancements to
    • Simple DB Structure
      • Requires just 2 tables (Page & PageHistory) when no authentication used
  • Highly skinnable
    • All layout is done via CSS
  • Runs on Asp.Net 2.0
  • Uses a SQL Server Database
    • We do everything through an interface so you can build your own DB provider easily
  • Uses Asp.Net Membership Providers for Authentication
  • Allows you to lock out pages
    • Private pages only allow authenticated users to view them
    • Can allow Anonymous edits on a page-by-page basis
  • Supports Google Analytics
Last edited Nov 12 2007 at 11:23 PM by aef123, version 2
Comments
No comments yet.

Updating...