interart / markdownwiki
Lightweight Wiki using Markdown markup language, file storage and and PHP.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- erusev/parsedown: ^1.7
This package is auto-updated.
Last update: 2024-12-15 15:07:19 UTC
README
Markdown Wiki
A Lightweight Wiki using Markdown markup language, file storage and PHP.
This is your best choice to create online guides for applications.
Main Features
- Content Pages
- Sub Folders
Linking
You can add or not the .md
extension in the link.
Installing
- 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
Creating Content
Just create a file named with .md
extension, insert its contents and save it under contents
folder.
Then, link it from any page.
Dependencies
- PHP 7.x
- Parsedown 1.7 (Markdown parser in PHP)
Roadmap
- Create web interface to create and edit contents
©2020 Interart Tecnologia