xuqingfeng/simplewiki

a simple & small wiki service just as you need

v0.1.6 2015-09-06 10:37 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:51:27 UTC


README

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