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
- Host: GitHub
- URL: https://github.com/shaddix/razorwikiengine
- Owner: Shaddix
- Created: 2017-08-02T08:03:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T13:28:45.000Z (about 8 years ago)
- Last Synced: 2025-01-29T05:12:09.869Z (8 months ago)
- Language: JavaScript
- Size: 1.98 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)