mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Correct readme
This commit is contained in:
parent
81d5e61cc7
commit
b7defb58da
4 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ Pepperminty Wiki is a complete wiki contained in a single file, inspired by @am2
|
||||||
## Screenshots
|
## Screenshots
|
||||||
![Main Page Example](https://i.imgur.com/8TokPXw.png)
|
![Main Page Example](https://i.imgur.com/8TokPXw.png)
|
||||||
|
|
||||||
Above: A Main Page with the sidebar enabled.
|
Above: A Main Page.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Configurable settings
|
- Configurable settings
|
||||||
|
@ -41,7 +41,7 @@ A Live demo of the latest stable version can be found over at [my website](//sta
|
||||||
### Requirements
|
### Requirements
|
||||||
- PHP-enabled webserver
|
- PHP-enabled webserver
|
||||||
- PHP session support (for logging in, see [here](https://php.net/manual/en/session.installation.php) for more information)
|
- PHP session support (for logging in, see [here](https://php.net/manual/en/session.installation.php) for more information)
|
||||||
- The following PHP extensions: mbstring, imagick (for preview generation), and fileinfo (for proper mime type checking of uploaded files)
|
- The following PHP extensions: mbstring, imagick (for preview generation), fileinfo (for proper mime type checking of uploaded files), and zip (for compress exports)
|
||||||
- Write access to own folder (only for editing)
|
- Write access to own folder (only for editing)
|
||||||
|
|
||||||
### Getting your own copy
|
### Getting your own copy
|
||||||
|
|
|
@ -3045,7 +3045,7 @@ register_module([
|
||||||
"icon" => "https://www.gravatar.com/avatar/aaee40db39ad6b164cfb89cb6ad4d176?s=328&d=identicon&s=24"
|
"icon" => "https://www.gravatar.com/avatar/aaee40db39ad6b164cfb89cb6ad4d176?s=328&d=identicon&s=24"
|
||||||
],
|
],
|
||||||
"Parsedown" => [
|
"Parsedown" => [
|
||||||
"author" => "erusev and others",
|
"author" => "Emanuil Rusev and others",
|
||||||
"author_url" => "https://github.com/erusev/",
|
"author_url" => "https://github.com/erusev/",
|
||||||
"thing_url" => "https://github.com/erusev/parsedown/",
|
"thing_url" => "https://github.com/erusev/parsedown/",
|
||||||
"icon" => "https://avatars1.githubusercontent.com/u/184170?v=3&s=24"
|
"icon" => "https://avatars1.githubusercontent.com/u/184170?v=3&s=24"
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "Adds the credits page. You *must* have this module :D",
|
"description": "Adds the credits page. You *must* have this module :D",
|
||||||
"id": "page-credits",
|
"id": "page-credits",
|
||||||
"lastupdate": 1460274580,
|
"lastupdate": 1460285448,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,7 +31,7 @@ register_module([
|
||||||
"icon" => "https://www.gravatar.com/avatar/aaee40db39ad6b164cfb89cb6ad4d176?s=328&d=identicon&s=24"
|
"icon" => "https://www.gravatar.com/avatar/aaee40db39ad6b164cfb89cb6ad4d176?s=328&d=identicon&s=24"
|
||||||
],
|
],
|
||||||
"Parsedown" => [
|
"Parsedown" => [
|
||||||
"author" => "erusev and others",
|
"author" => "Emanuil Rusev and others",
|
||||||
"author_url" => "https://github.com/erusev/",
|
"author_url" => "https://github.com/erusev/",
|
||||||
"thing_url" => "https://github.com/erusev/parsedown/",
|
"thing_url" => "https://github.com/erusev/parsedown/",
|
||||||
"icon" => "https://avatars1.githubusercontent.com/u/184170?v=3&s=24"
|
"icon" => "https://avatars1.githubusercontent.com/u/184170?v=3&s=24"
|
||||||
|
|
Loading…
Reference in a new issue