Skip to content

TalicZealot/Frontslide-Wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Frontslide-Wiki SotnWiki

Coverage Status

Concept

A lightweight wiki-like web app

  • Public content submission and editing based on a light markup format (Texstyle)
  • Moderation functionality to review and publish submissions and edits
  • Authentication exclusively through Twitter for ease of use and security (Identity/Oauth)

Technical

  • Initial implementation with ASP.NET WebForms client using MVP architectural pattern

  • Reimplemented with ASP.NET MVC5

  • Dependency inversion through depencency injection

  • Automatic unit testing, local deployment and integration testing through Jenkins