2 [title ClickSlide Demo]
4 [footer Clickslide Demo]
7 a Compiler for Browser based Slideshows
12 [li Why would I write another Slideshow system]
13 [li What's wrong with JavaScript?]
14 [li How do you simplify HTML?]
18 [slide [h2 Why Write another Slideshow System?]
20 [li WYSIWYG Slideshow applications are annoying [ul
21 [li too much fiddling, not straight to point]
23 [li [em LaTeX] is not exactly casual]
24 [li Existing browser slideshows are [ul
25 [li based on JavaScript]
26 [li Either verbous HTML, or unflexible markup]
31 [slide [h2 Why avoid JavaScript]
33 [li Nothing wrong with JS as a programming language, [strong but...]]
34 [li Freedom to [em Use], [em Study], [em Share], and [em Improve] can in practice not be applied to code served from another computer (regardless of the license this code is under)]
35 [li Impossible to get browser security straight for Turing complete programs [ul
36 [li → Massive security problems, which are fundamentally unresolvable]
37 [li HTML and CSS are not Turing complete (CSS is a [em regular] language)]
39 [li Performance killer in practice]
43 [slide [h1 Usage and Features]]
45 [slide [h2 Simplifying HTML]
46 Maintain the flexibility of plain HTML. Decrease verbosity of the code. [br]
47 [pre style="display: inline-block; width: 46%; background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.5)), url(exb0.jpg);"
50 \<title\>Demo\</title\>
52 \<body id="frontpage"\>
53 \<h1 class="top"\>Headline\</h1\>
57 [pre style="display: inline-block; width: 46%; background-image: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.5)), url(exb3.jpg);"
69 [slide [h2 Example Slide Show]
72 \[title Example Slideshow\]
74 \[footer Title | Author | Date and Place\]
75 \[slide \[h1 Title\]\]
76 \[slide \[h2 A Slide\]
87 [li Clickslide uses [a "//plutz.net/software/shorthand.html" Shorthand] syntax]
88 [li it introduces the [code slide]-tag to make up a single slide]
89 [li lists belonging to the [code \.uncover]-class will be uncovered item by item when the list is clicked]
90 [li You can view the source code of this presentation: [a "demo.short" click here]]
96 [li Whole slideshow is contained in one document]
97 [li Images get embedded into the document via base64-coding]
98 [li Slideshow can be put on a website, emailed, or passed around on a thumbdrive]
99 [li Slideshow can be viewed on virtually all desktop and mobile devices]
100 [li Source files can be easily tracked via version control]
104 [slide [h1 Thank you for listening!]]