Go to file
Valerio Bozzolan fa440e7314
Fix Minetest 5.5.0 "attempt to index field 'core' (a nil value)" (#7)
ie.core was never secure. The normal functions work just fine.
2022-02-17 17:56:27 +01:00
textures Add texture for wiki block. 2017-03-12 23:06:50 -03:00
LICENSE.md Move license text to `LICENSE.md`. 2016-12-15 04:07:27 -03:00
README.md Move license text to `LICENSE.md`. 2016-12-15 04:07:27 -03:00
bower.json Add `bower.json`. 2015-10-31 11:23:12 -03:00
depends.txt First commit 2013-07-07 10:33:07 -03:00
description.txt Add screenshot and description. 2017-02-10 03:58:25 -03:00
init.lua Fix Minetest 5.5.0 "attempt to index field 'core' (a nil value)" (#7) 2022-02-17 17:56:27 +01:00
internal.lua More fixes. 2013-08-20 19:33:44 -03:00
mod.conf Create mod.conf 2016-11-18 03:42:04 -03:00
plugin_forum.lua Add support for mod security. 2016-12-14 21:12:56 -03:00
plugins.lua More fixes. 2013-08-20 19:33:44 -03:00
screenshot.png Add screenshot and description. 2017-02-10 03:58:25 -03:00
strfile.lua blarghargh 2013-07-07 21:06:47 -03:00
wikilib.lua Add texture for wiki block. 2017-03-12 23:06:50 -03:00

README.md

Wiki Mod

Another random mod by me.

This mod provides a "Wiki" block. You can create and edit wiki 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 right 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.

Installing

Install by following the instructions in the Installing mods article on the Minetest wiki, then add wiki to the secure.trusted_mods setting in minetest.conf.