# MMD&C Graduation Website CMS: from Mediawiki to HTML Update the website with graduation from work from a particular year, by running: `python mmdc_wiki2web.py --category Graduation_work 2015` Or index all the gaduation works: `python mmdc_wiki2web.py --category Graduation_work` ## Thumbnails thumbnails in work pages are hidden. this can be changed. style_projectpage.css: `#thumnail { display: none; }` ## template files web/page-template.html 1) SCRIPTS in bottom of generated pages does not close proberly. And non-relevant scripts are also still in. should be: ========= is now: ======