Go to file
rocketslime11 d5780cc1dd added more css identifiers to html generator output
updated "minetest_mod_html_generator.py" to include an id for the Table
of Contents header and the List of mods header, and also added the class
"mod" to the heading for each individual mod
2014-06-16 21:08:37 -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 more css identifiers to html generator output 2014-06-16 21:08:37 -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