forked from smasty/WikWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme
27 lines (19 loc) · 873 Bytes
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
WikWiki - simple wiki in one PHP file.
**************************************
Copyright (c) 2012 Smasty, http://smasty.net
Licensed under the terms and conditions of
the MIT License (http://www.opensource.org/licenses/mit-license.php)
Features
========
- Advanced formattng options (using Texy! syntax)
- Backlinks support
- Provides list of recent changes
- Custom 404 error - Head over to Special:NotFound and edit the page.
Use %PAGE% as a placeholer for name of not found page.
Installation
============
No special installation steps are required. Just copy the source file (index.php),
the Texy! formatter file (texy.min.php) and the stylesheet (style.css) to your
desired folder.
Make sure that PHP has write access to the folder. WikWiki will try to create
a data folder automatically. If it fails, you'll be asked to create it manually.