Skip to content

liveorthodoxy/SimpleWiki

 
 

Repository files navigation

##SimpleWiki

a simple & small wiki service just as you need.

Demo

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

About

a simple & small wiki service just as you need.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 60.3%
  • HTML 39.3%
  • ApacheConf 0.4%