Package twisted :: Package lore :: Module slides
[show private | hide private]
[frames | no frames]

Module twisted.lore.slides

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>

Classes
HTMLSlide  
MagicpointOutput  
PagebreakLatex  
ProsperSlides  
SlidesProcessingFunctionFactory  
TwoPagebreakLatex  

Function Summary
  convertFile(filename, outputter, template, ext)
  doFile(fn, linkrel, ext, url, templ, d)
  insertPrevNextLinks(slides, filename, ext)
  munge(document, template, linkrel, d, fullpath, ext, url, config)
  splitIntoSlides(document)

Variable Summary
dict entities
SlidesProcessingFunctionFactory factory
dict hacked_entities
_Feature nested_scopes

Variable Details

entities

Type:
dict
Value:
{'amp': '&', 'lt': '<', 'gt': '>', 'copy': '(c)', 'quot': '"'}         

factory

Type:
SlidesProcessingFunctionFactory
Value:
<twisted.lore.slides.SlidesProcessingFunctionFactory instance at 0x86f\
28a4>                                                                  

hacked_entities

Type:
dict
Value:
{'amp': ' &', 'lt': ' <', 'gt': ' >', 'copy': ' (c)', 'quot': ' "'}    

nested_scopes

Type:
_Feature
Value:
_Feature((2, 1, 0, 'beta', 1), (2, 2, 0, 'alpha', 0), 16)              

Generated by Epydoc 1.1 on Fri Jun 27 03:48:17 2003 http://epydoc.sf.net