PHPWiki

phpwiki.phar is a small, standalone executable that helps you convert markdown wiki into html pages, and supports php built-in highlight method.

Stars
6
Committers
2

PHPWikiGen

phpwiki.phar is a small, standalone executable that helps you convert markdown wiki into html pages, and supports php built-in highlight method.

  • small.
  • fast.
  • support wiki link format.
  • use php built-in highlight method.

Screenshot

Installation

Simply use wget;

$ wget https://raw.github.com/c9s/PHPWiki/master/phpwiki

Usage

Convert markdown wiki to html

php phpwiki wiki html

View Html For PHP5.4:

cd html
php -S localhost:8888

Hacking

  1. Get PHP Onion:

  2. Run onion bundle command:

    $ onion install

  3. run compile command:

    $ bash utils/compile.sh