Wiki2Presentation
If you have pandoc installed you can use
?action=raw
at the end of a wiki url to generate a slidy presentation from the command line:
pandoc -f mediawiki -t slidy "https://pzwiki.wdka.nl/mediadesign/User:Ssstephen/Final_presentation?action=raw" -s -o presentation.html
The -s flag makes it a standalone html file with links to the slidy javascript from w3c.
how to include the images?
how to add css to make it POP?