An open API service indexing awesome lists of open source software.

https://github.com/shaddix/razorwikiengine

Small & dumb razor-based wiki/blog engine
https://github.com/shaddix/razorwikiengine

Last synced: 7 months ago
JSON representation

Small & dumb razor-based wiki/blog engine

Awesome Lists containing this project

README

          

# RazorWikiEngine
ASP.Net MVC site with editable pages.

/wiki - startpage

/wiki/adminpages - list of all the pages in system in admin interface

/wiki/editPage - create new/edit existing pages

/wiki/pages - list of all pages in user interface

/wiki/pages/TAG - list of all pages with specific tag

/wiki/page/N - page content

Default templates are included, but are totally editable.

System Pages (the one with IsSystemPage checked) are not presented in any user lists)