codesaler / SimpleWiki

a simple & small wiki app

Home Page:https://demo4simplewiki.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##SimpleWiki

a simple & small wiki app

Demo

###Features

  • Markdown support
  • File name search (for now ?)
  • Sweet page
  • Beautiful url

###Requirements

  • PHP 5.3+
  • Apache (mod_rewrite) or Nginx (try_files $uri $uri/ /index.php?$args;)
  • Other dependence (composer)
{
    "require": {
        "erusev/parsedown": "1.5.*",
        "mustache/mustache": "~2.5"
    }
}

###Install

download zip file or git clone this project, then put them on your server and you are free to write your wiki in wiki folder.


other things you may want to check out

vhosts setup

dropbox sync

###License

GPLv3

About

a simple & small wiki app

https://demo4simplewiki.herokuapp.com/


Languages

Language:HTML 50.8%Language:PHP 48.6%Language:ApacheConf 0.6%