Go to file
rocketslime11 63fb61811f added Table of Contents generator
modified "minetest_mod_html_generator.py" so that it outputs a table of
contents at the top of the page with each mod name having a link to its
section on the page, each mod section also now has an id based on its
name to allow for linking to specific sections
2014-06-15 18:22:54 -04:00
.gitignore added categories section 2014-06-15 12:25:56 -04:00
LICENSE Initial commit 2014-06-13 16:50:19 -04:00
README.md several updates 2014-06-14 15:08:13 -04:00
categorization_standards.md added categories section 2014-06-15 12:25:56 -04:00
minetest_mod_html_generator.py added Table of Contents generator 2014-06-15 18:22:54 -04:00
minetest_mod_recorder.py added categories section 2014-06-15 12:25:56 -04:00
mod_data.txt fixed mod_data.txt 2014-06-14 19:15:56 -04:00

README.md

#minetest-mod-recorder

A set of python scripts for making a data file with information on Minetest mods.

##Libraries Required

  • json

##Mod Info Each mod has entries for the following information:

  • Name
  • Folder Name
  • Author
  • Dependencies
  • Forum Topic
  • Mod Database Entry
  • GitHub Repo