From ba32c2ec42182bcd7bdb995f90cd1405353fa400 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Fri, 1 Aug 2008 06:35:42 +0000
Subject: Simplified build process using template haskell. +
 Text/Pandoc/ASCIIMathML.hs, Text/Pandoc/DefaultHeaders.hs,   and
 Text/Pandoc/Writers/S5.hs are no longer built in Setup.hs   from templates in
 the templates/ directory. + Instead, they use template haskell to read data
 at compile   time from the relevant files in data/. + Setup.hs is back to the
 default simple configuration. + Removed old templates and Extra-Tmp-Files
 field from   pandoc.cabal.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1357 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 data/ui/default/slides.js.comment | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 data/ui/default/slides.js.comment

(limited to 'data/ui/default/slides.js.comment')

diff --git a/data/ui/default/slides.js.comment b/data/ui/default/slides.js.comment
new file mode 100644
index 000000000..489b276a2
--- /dev/null
+++ b/data/ui/default/slides.js.comment
@@ -0,0 +1,4 @@
+// S5 v1.1 slides.js -- released into the Public Domain
+//
+// Please see http://www.meyerweb.com/eric/tools/s5/credits.html for information 
+// about all the wonderful and talented contributors to this code!
-- 
cgit v1.2.3