1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00
luanti/util/master
2013-11-04 13:02:42 +04:00
..
index.html Masterserver show privs and js autoload 2013-11-04 04:56:39 +04:00
list.js Masterserver fixes 2013-11-04 13:02:42 +04:00
master.cgi Masterserver show privs and js autoload 2013-11-04 04:56:39 +04:00
README.md Masterserver show privs and js autoload 2013-11-04 04:56:39 +04:00
servers.jst Masterserver fixes 2013-11-04 13:02:42 +04:00
style.css Masterserver show privs and js autoload 2013-11-04 04:56:39 +04:00

Minetest server list

Setting up the webpage

You will have to install node.js, doT.js and their dependencies to compile the serverlist webpage template.

First install node.js, eg: # apt-get install nodejs # pacman -S nodejs # emerge nodejs

Then install doT.js and it's dependencies: $ cd ~/code $ git clone https://github.com/olado/doT.git $ cd doT $ npm install

Or by npm: $ npm install dot commander mkdirp

And finally compile the template: $ cd ~/minetest/util/master $ ~/code/doT/bin/dot-packer -s . -d . or $ ./node_modules/dot/bin/dot-packer -s . -d .

Embending to any page