+1 Terrific!
mic Il giorno 10/set/2011 21:24, "Massimo Di Pierro" <[email protected]> ha scritto: > Based on desk.js now you can do this > > Put the attached slide.py under models (any app). > > Write a controller like > > def test(): > content = """ > # My slides title > ## Slide One > this allows you to create slides using markmin > ## Slide Two > - you can use lists > - you can use [[links http://www.google.com]] > - you can use images [[image http://image.example.com center]] > """ > return SLIDE(content,title="My slides") > > Notice the resulting file is pure html5 with external links therefore it can be downloaded as an independent document. > >

