Chalarangelo/htmltemplategenerator

Library loading

Closed this issue · 2 comments

Library loading should be done using an external file (probably libraries.xml) instead of being dealt with inside the code, in a hard-coded manner.

The libraries file is now stored under ./res/lib.xml. The corresponding code that loads it and updates the page will be added soon.

f07515f: Libraries are now loaded from the XML file.