IceMan81 / io-2012-slides

Automatically exported from code.google.com/p/io-2012-slides
0 stars 0 forks source link

PATCH - change render script to be more flexible #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For my project https://github.com/00091701/FullscreenPresentation-Mono I need 
webservice based on google appengine to render the slides. So I changed the 
render script to be more flexible for other projects.

Original issue reported on code.google.com by david.ch...@gmail.com on 4 Jan 2013 at 3:49

Attachments:

GoogleCodeExporter commented 8 years ago
This is interesting. Thanks for the patch!

Just so I have things clear, the slide deck should already work well with a GAE 
setup. 
What you've done is made these process the .md and are reusing render() in a 
handler?
Is that right?

Original comment by ebi...@gmail.com on 5 Mar 2013 at 4:44

GoogleCodeExporter commented 8 years ago
Nearly..

Here is the full working code: 
https://github.com/00091701/FullscreenPresentation-Mono/tree/master/ws-fp-app.

I made the changes in the patch and you have to add the python-markdown lib.

Original comment by david.ch...@gmail.com on 5 Mar 2013 at 9:56