<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/data/ui, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2010-01-01T01:25:24Z</updated>
<entry>
<title>Moved data/ui -&gt; s5.  Added note on this in README.</title>
<updated>2010-01-01T01:25:24Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-01-01T01:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=2ae3b9239ee4f0f0e95f59c9df64b6616905ed60'/>
<id>urn:sha1:2ae3b9239ee4f0f0e95f59c9df64b6616905ed60</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1763 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Simplified build process using template haskell.</title>
<updated>2008-08-01T06:35:42Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-08-01T06:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=ba32c2ec42182bcd7bdb995f90cd1405353fa400'/>
<id>urn:sha1:ba32c2ec42182bcd7bdb995f90cd1405353fa400</id>
<content type='text'>
+ 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
</content>
</entry>
<entry>
<title>Reverted back to state as of r1062.  The template haskell changes</title>
<updated>2007-11-03T23:27:58Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-03T23:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fe684764e68e7eda281192f1fdd637a5bdb50e43'/>
<id>urn:sha1:fe684764e68e7eda281192f1fdd637a5bdb50e43</id>
<content type='text'>
are more trouble than they're worth.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1064 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Use template haskell to avoid the need for templates:</title>
<updated>2007-11-03T22:14:03Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-03T22:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4a841bfc5464907adea4cdd655485565565b40ae'/>
<id>urn:sha1:4a841bfc5464907adea4cdd655485565565b40ae</id>
<content type='text'>
+ Added library Text.Pandoc.Include, with a template haskell
  function $(includeStrFrom fname) to include a file as a string
  constant at compile time.
+ This removes the need for the 'templates' directory or Makefile
  target.  These have been removed.
+ The base source directory has been changed from src to .
+ A new 'data' directory has been added, containing the ASCIIMathML.js
  script, writer headers, and S5 files.
+ The src/wrappers directory has been moved to 'wrappers'.
+ The Text.Pandoc.ASCIIMathML library is no longer needed, since
  Text.Pandoc.Writers.HTML can use includeStrFrom to include the
  ASCIIMathML.js code directly.  It has been removed.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1063 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
