xuqingfeng/simplewiki
最新稳定版本:v0.1.6
Composer 安装命令:
composer require xuqingfeng/simplewiki
包简介
a simple & small wiki service just as you need
README 文档
README
a simple & small wiki service just as you need.
Features
- Markdown support
- File name search
- Sweet page
- Beautiful url
Requirements
-
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"
}
}
Install
with composer
composer create-project xuqingfeng/simplewiki
plain install
Download zip file OR git clone this project
License
GPL-3.0
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-08-31