A simple & small wiki service just as you need.
https://demo4simplewiki.herokuapp.com/
###Features
from https://github.com/xuqingfeng/SimpleWiki
a simple & small wiki service just as you need.Demo
###Features
- Markdown support
- File name search
- Sweet page
- Beautiful url
-
Markdown
-
PHP
5.4+
-
Use PHP built-in Server (
php -S 0.0.0.0:8888
)
Apache (mod_rewrite
)
Nginx (try_files $uri $uri/ /index.php?$args;
)
-
Other dependence (
composer
)
{
"require": {
"erusev/parsedown": "1.5.*",
"mustache/mustache": "~2.5"
}
}
###Installwith composer
composer create-project xuqingfeng/simplewiki
plain installDownload zip file OR git clone this project.
from https://github.com/xuqingfeng/SimpleWiki
No comments:
Post a Comment