minetest/util/master
2013-11-03 17:47:16 -05:00
..
index.html Use a doT.js template for the serverlist 2013-11-03 17:47:16 -05:00
list.js Use a doT.js template for the serverlist 2013-11-03 17:47:16 -05:00
master.cgi Masterserver totals fix 2013-10-18 23:57:22 +04:00
README.md Use a doT.js template for the serverlist 2013-11-03 17:47:16 -05:00
servers.jst Use a doT.js template for the serverlist 2013-11-03 17:47:16 -05:00
style.css Use a doT.js template for the serverlist 2013-11-03 17:47:16 -05: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

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