scripts to generate pzimediadesign.nl
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Castro0o a9e5722543 adjustments to index template 9 years ago
web adjustments to index template 9 years ago
.gitignore page creation - w/OUT errors 9 years ago
README.md page generation with xml 9 years ago
mmdc_create_json.py refining page creation 9 years ago
mmdc_modules.py page content: grabbed by mwclient 9 years ago
mmdc_wiki2web.py page content: grabbed by mwclient 9 years ago
update.sh renaming, deleting, documenting 9 years ago

README.md

MMD&C Graduation Website CMS: from Mediawiki to HTML

Depencies

  • Pandoc
  • Python libraries: html5lib, mwclient,

Run

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; }

To Do

  • add auxiliar JSON creation
  • replace direct API calls for mw library