Module t.l.slides

Part of twisted.lore View Source

Rudimentary slide support for Lore.

TODO: Example input file:
   <html>

   <head><title>Title of talk</title></head>

   <body>
   <h1>Title of talk</h1>

   <h2>First Slide</h2>

   <ul>
     <li>Bullet point</li>
     <li>Look ma, I'm <strong>bold</strong>!</li>
     <li>... etc ...</li>
   </ul>


   <h2>Second Slide</h2>

   <pre class="python">
   # Sample code sample.
   print "Hello, World!"
   </pre>

   </body>

   </html>
Line # Kind Name Docs
65 Class MagicpointOutput Undocumented
182 Function convertFile Undocumented
194 Function splitIntoSlides Undocumented
210 Function insertPrevNextLinks Undocumented
231 Class HTMLSlide Undocumented
238 Function munge Undocumented
271 Function getOutputFileName Undocumented
274 Function doFile Undocumented
287 Class ProsperSlides Undocumented
310 Class PagebreakLatex Undocumented
334 Class TwoPagebreakLatex Undocumented
339 Class SlidesProcessingFunctionFactory Undocumented
def convertFile(filename, outputter, template, ext='.mgp'): (source)
Undocumented
def splitIntoSlides(document): (source)
Undocumented
def insertPrevNextLinks(slides, filename, ext): (source)
Undocumented
def munge(document, template, linkrel, d, fullpath, ext, url, config): (source)
Undocumented
def getOutputFileName(originalFileName, outputExtension, index): (source)
Undocumented
def doFile(filename, linkrel, ext, url, templ, options={}, outfileGenerator=getOutputFileName): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.