1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-18 10:40:22 +02:00
server-nalc/mods/wiki/README.txt
2014-12-11 18:53:00 +01:00

36 lines
1.0 KiB
Plaintext
Executable File

Wiki Mod
--------
Another random mod by me.
This mod provides a "Wiki" block. You can create and edit pages with it.
The pages are saved as <worldpath>/wiki/<pagename>. All spaces in the page name
are converted to underscores, and all other characters not in [A-Za-z0-9-] are
converted to hex notation %XX.
The text can contain hyperlinks in the form of [link text] to other pages. Such
links are added at the bottom of the form.
You can craft a "Wiki block" by putting 9 bookshelves in the crafting grid.
Only players with the "wiki" priv can create/edit pages.
License
-------
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.