Commit Graph

9 Commits (master)

Author SHA1 Message Date
rocketslime11 51c91d9c6b updated html generator to take into account empty depends sections
modified "minetest_mod_html_generator.py" so that when a mod is loaded
that has no dependencies that its dependencies are losted as "None"
rather than just a blank space
2014-06-21 21:30:04 -04:00
rocketslime11 b4cdf976af added TOC div to html generator
added code to "minetest_mod_html_generator.py" to place a div around the
table of contents
2014-06-21 16:58:06 -04:00
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
rocketslime11 9a920565e4 updated html generator to added html file header
updated "minetest_mod_html_generator.py" so that it outputs "<!DOCTYPE
html>" at the top of the html file
2014-06-16 18:03:58 -04:00
rocketslime11 14826b0f01 added output of mod folder names to mod headers
updated "minetest_mod_html_generator.py" so that each mod header
includes the folder name of the mod in addition to the normal name of
the mod
2014-06-16 17:52:51 -04:00
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
rocketslime11 422f39f16a added categories section
added categories data section for each stored mod by modifying
"mintest_mod_html_generator.py" and "minetest_mod_recorder.py", also
updated "categorization_standards.md" to include an "Entities" type
2014-06-15 12:25:56 -04:00
rocketslime11 3bf98e51bd fix to HTML Generator script
corrected the output file name in "minetest_mod_html_generator.py" to
form "Mod List.html" "mod_list.html"
2014-06-14 19:33:49 -04:00
rocketslime11 db8df1ea2a made numerous changes
fixed names of most files to follow no capitalization and underscore
standardizations, added "categorization_standards.md"
2014-06-14 19:15:18 -04:00