interart/markdownwiki
Composer 安装命令:
composer create-project interart/markdownwiki
包简介
Lightweight Wiki using Markdown markup language, file storage and and PHP.
README 文档
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 updateto get latest library version). - Copy the
index.phpand.htaccessfiles (fromexamplefolder) to your root www folder. - Edit
index.phpfile:- 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
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-26
