From f8079cd04131f5d742d8fc2682e57d7e18d06825 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Tue, 15 May 2012 16:34:57 -0700 Subject: added an initial html template for use with pandoc and the getting started / install guides --- doc/manual_src/template.html | 91 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 doc/manual_src/template.html (limited to 'doc') diff --git a/doc/manual_src/template.html b/doc/manual_src/template.html new file mode 100644 index 0000000..161b998 --- /dev/null +++ b/doc/manual_src/template.html @@ -0,0 +1,91 @@ + + + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ + $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ + +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +
+
+ + + + + +
+ +
+$for(include-before)$ +$include-before$ +$endfor$ +$if(title)$ +
+

$title$

+$for(author)$ +

$author$

+$endfor$ +$if(date)$ +

$date$

+$endif$ +
+$endif$ +$if(toc)$ +
+$toc$ +
+$endif$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ + + +
+
+ + +
+
+ +
+ + -- cgit v1.2.3