diff options
Diffstat (limited to 'default.slidy')
-rw-r--r-- | default.slidy | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/default.slidy b/default.slidy new file mode 100644 index 000000000..8db862c9e --- /dev/null +++ b/default.slidy @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="generator" content="pandoc" /> +$for(author)$ + <meta name="author" content="$author$" /> +$endfor$ +$if(date)$ + <meta name="date" content="$date$" /> +$endif$ +$if(highlighting-css)$ + <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> + <style type="text/css"> +$highlighting-css$ + </style> +$endif$ +$if(slidy-css)$ + <style type="text/css"> +$slidy-css$ + </style> +$else$ + <link rel="stylesheet" type="text/css" media="screen, projection, print" + href="http://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css" /> +$endif$ +$for(css)$ + <link rel="stylesheet" type="text/css" media="screen, projection, print" + href="$css$" /> +$endfor$ +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ +$if(slidy-js)$ + <script type="text/javascript" charset="utf-8"> +$slidy-js$ + </script> +$else$ + <script src="http://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js.gz" + charset="utf-8" type="text/javascript"></script> +$endif$ +$if(duration)$ + <meta name="duration" content="$duration$" /> +$endif$ +</head> +<body> +$for(include-before)$ +$include-before$ +$endfor$ +$if(title)$ +<div class="slide titlepage"> + <h1 class="title">$title$</h1> + <p class="author"> +$for(author)$$author$$sep$<br/>$endfor$ + </p> +$if(date)$ + <p class="date">$date$</p> +$endif$ +</div> +$endif$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ +</body> +</html> |