Total Pageviews

Thursday 2 July 2020

基于php的wiki程序:SimpleWiki


###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.

No comments:

Post a Comment