1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-08-09 10:06:34 +02:00

Improved styling of sample page

This commit is contained in:
til-schneider
2016-02-02 19:34:18 +01:00
parent 8920988642
commit 3264add61b

View File

@@ -15,12 +15,12 @@ Slim wiki is a fast and slim wiki based on PHP and Markdown.
Installation
------------
**Requirements:**
Requirements:
- PHP 5.3+
- Apache Webserver with `mod_rewrite` enabled.
**Installation:**
Installation:
1. [Download](http://slim-wiki.murfman.de/slim-wiki.zip) the latest version.
2. Extract the archive and put the contents on your webspace.
@@ -37,12 +37,12 @@ How to use the wiki
- Your changes are automatically saved as soon as you stop writing for a second. If you see your changes on the right side of the edit view, they will be already saved (with a daily backup) and public. There is no save button you have to press.
- You can add new pages by adding a link to [a non-existing page](this_is_a_new_page). Then click the link and slim wiki will allow you to add the new page.
**Tipps:**
Tipps:
- Use the main page as overview and add links to subpages.
- You can add a [link to a directory](cheat_sheets) having a `index.md`.
**Notes:**
Notes:
- The extension `.md` is optional.
- Underscores in directory or file names are shown as spaces in the breadcrumbs. So if you name your file `My_new_page.md`, it will be shown as `My new page`.