A Lightweight Wiki using Markdown markup language, file storage and PHP.
This is your best choice to create online guides for applications.
- Content Pages
- Sub Folders
You can add or not the .md
extension in the link.
- Run
composer require interart/markdownwiki
(orcomposer update
to get latest library version). - Copy the
index.php
and.htaccess
files (fromexample
folder) to your root www folder. - Edit
index.php
file:- Set path to
vendor/autoload.php
- Change the application title (MD_NAME var)
- Check ROOT_CONTENTS var path and change it, if needed
- Set path to
Just create a file named with .md
extension, insert its contents and save it under contents
folder.
Then, link it from any page.
- PHP 7.x
- Parsedown 1.7 (Markdown parser in PHP)
- Create web interface to create and edit contents
©2020 Interart Tecnologia