mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
firstrun: clarify data storage directory
This commit is contained in:
parent
2dbdad7e2d
commit
adef3064ab
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
register_module([
|
register_module([
|
||||||
"name" => "First run wizard",
|
"name" => "First run wizard",
|
||||||
"version" => "0.2.1",
|
"version" => "0.2.2",
|
||||||
"author" => "Starbeamrainbowlabs",
|
"author" => "Starbeamrainbowlabs",
|
||||||
"description" => "Displays a special page to aid in setting up a new wiki for the first time.",
|
"description" => "Displays a special page to aid in setting up a new wiki for the first time.",
|
||||||
"id" => "feature-firstrun",
|
"id" => "feature-firstrun",
|
||||||
|
@ -125,7 +125,7 @@ register_module([
|
||||||
<label for='wiki-name'>Wiki Name:</label>
|
<label for='wiki-name'>Wiki Name:</label>
|
||||||
<input type='text' id='wiki-name' name='wiki-name' placeholder=\"e.g. Bob's Rockets Compendium\" required />
|
<input type='text' id='wiki-name' name='wiki-name' placeholder=\"e.g. Bob's Rockets Compendium\" required />
|
||||||
<!-- FUTURE: Have a logo url box here? -->
|
<!-- FUTURE: Have a logo url box here? -->
|
||||||
<p><em>The location on the server's disk to store the wiki data. Relative paths are ok - the default is <code>.</code> (i.e. the current directory).</em></p>
|
<p><em>The location on the server's disk to store the wiki data. Relative paths are ok - the default is <code>.</code> (i.e. the current directory that <code>index.php</code> is stored in).</em></p>
|
||||||
<label for='data-dir'>Data Storage Directory:</label>
|
<label for='data-dir'>Data Storage Directory:</label>
|
||||||
<input type='text' id='data-dir' name='data-dir' value='.' required />
|
<input type='text' id='data-dir' name='data-dir' value='.' required />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue