Part of twisted.lore View Source
Rudimentary slide support for Lore.
TODO:
<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 |