You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 4 Jan 2013 at 3:49
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?
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 issue reported on code.google.com by
[email protected]
on 4 Jan 2013 at 3:49Attachments:
The text was updated successfully, but these errors were encountered: