mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
several more spelling corrections
This commit is contained in:
parent
5f33d9a6a4
commit
8384638817
4 changed files with 6 additions and 6 deletions
|
@ -31,13 +31,13 @@ Information about configuring PHP sessions can be found here: https://php.net/ma
|
|||
|
||||
You must also make sure that PHP can write to the folder that you are going to install Pepperminty Wiki in.
|
||||
|
||||
More detailed information about installing Pepperminty Wiki can be found on [this repository's wiki](https://github.com/sbrl/Pepperminty-Wiki/wiki/Installing) (CATION: OUTDATED - SEE BELOW).
|
||||
More detailed information about installing Pepperminty Wiki can be found on [this repository's wiki](https://github.com/sbrl/Pepperminty-Wiki/wiki/Installing) (CAUTION: OUTDATED - SEE BELOW).
|
||||
|
||||
### Getting Your Copy
|
||||
Pepperminty Wiki is made up of a single file: `index.php`. You can get it in 3 different ways:
|
||||
|
||||
#### From this repository
|
||||
The fastet way is to download the `index.php` file located in the repository. This is the development release, and should _mostly_ work. It comes pre-packaged with all the latest modules, too!
|
||||
The fastest way is to download the `index.php` file located in the repository. This is the development release, and should _mostly_ work. It comes pre-packaged with all the latest modules, too!
|
||||
|
||||
#### From the latest release
|
||||
The repository also has (semi) regular releases that are (mostly) guaranteed to be stable. You can get the latest one from the [releases page](https://github.com/sbrl/Pepperminty-Wiki/releases). The latest release comes with all the latest plugin releases too!
|
||||
|
|
|
@ -1149,7 +1149,7 @@ register_module([
|
|||
|
||||
|
||||
register_module([
|
||||
"name" => "Deault Parser",
|
||||
"name" => "Default Parser",
|
||||
"version" => "0.7",
|
||||
"author" => "Johnny Broadway & Starbeamrainbowlabs",
|
||||
"description" => "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.",
|
||||
|
|
|
@ -88,11 +88,11 @@
|
|||
"lastupdate": 1432719098
|
||||
},
|
||||
{
|
||||
"name": "Deault Parser",
|
||||
"name": "Default Parser",
|
||||
"version": "0.7",
|
||||
"author": "Johnny Broadway & Starbeamrainbowlabs",
|
||||
"description": "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.",
|
||||
"id": "parser-default",
|
||||
"lastupdate": 1432718472
|
||||
"lastupdate": 1432720270
|
||||
}
|
||||
]
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
register_module([
|
||||
"name" => "Deault Parser",
|
||||
"name" => "Default Parser",
|
||||
"version" => "0.7",
|
||||
"author" => "Johnny Broadway & Starbeamrainbowlabs",
|
||||
"description" => "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.",
|
||||
|
|
Loading…
Reference in a new issue