X-Git-Url: http://git.plutz.net/?p=vhs_kurs;a=blobdiff_plain;f=example%2Fdemo.short;fp=example%2Fdemo.short;h=0000000000000000000000000000000000000000;hp=f2ab688c1113d8603afdc70b6065acf8463d9c7a;hb=2c91cc63d0e28a4f202ee2db9a8d769e63d54f7f;hpb=eb98affc5b5916de814d4fc666df87963bdde1e2 diff --git a/example/demo.short b/example/demo.short deleted file mode 100644 index f2ab688..0000000 --- a/example/demo.short +++ /dev/null @@ -1,85 +0,0 @@ -[html [head - [title ClickSlide Demo] -] [body - [footer Clickslide Demo] - - [slide - [h1 Clickslide] - a Compiler for Browser based Slideshows - ] - [slide - [ul - [li Why would I write another Slideshow system] - [li What's wrong with JavaScript?] - [li How do you simplify HTML?] - ] - ] - [slide - [h2 Why Write another Slideshow System?] - [ul .uncover - [li WYSIWYG Slideshow applications are annoying [ul - [li too much fiddling, not straight to point] - ]] - [li [em LaTeX] is not exactly casual] - [li Existing Browser Slideshows are [ul - [li based on JavaScript (see next slide)] - [li Either verbous HTML, or unflexible markup] - ]] - ] - ] - [slide - [h2 Why avoid JavaScript] - [ul .uncover - [li Nothing wrong with JS as a programming language, [strong but...]] - [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)] - [li Impossible to get Browser security straight for Turing complete programs [ul - [li → Massive security problems, which are fundamentally unresolvable] - [li HTML and CSS are not Turing complete (CSS is a [em regular] language)] - ]] - [li Performance killer in practice] - ] - ] - [slide [h2 Simplifying HTML] - Maintain the flexibility of plain HTML. Decrease verbosity of the code. [br] - [pre style="display: inline-block; width: 46%; background-image: url(exb0_light.jpg);" -\ - \ - \Demo\ - \ - \ - \

Headline\ - \ -\ - ] - [pre style="display: inline-block; width: 46%; background-image: url(exb3_light.jpg);" -\[html - \[head - \[title Demo\] - \] - \[body \#frontpage - \[h1 .top Headline\] - \] -\] - ] - ] - [slide [h1 This is a \] - [pre \[h1 This is a \\\\]] - ] - [slide - [h2 This is a \] - [pre - \[h2 This is a \\\\] - \[ul .uncover - \[li This list ...\] - \[li ... gets uncovered ...\] - \[li ... item by item\] - \] - ] - [br] - [ul .uncover - [li This list ...] - [li ... gets uncovered ...] - [li ... item by item] - ] - ] -]