<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/templates/s5.template, 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>2011-07-19T23:24:35Z</updated>
<entry>
<title>Added templates as a git submodule.</title>
<updated>2011-07-19T23:24:35Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-07-19T23:24:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=b43873a9ea07afc698d15559717550f8b46e365c'/>
<id>urn:sha1:b43873a9ea07afc698d15559717550f8b46e365c</id>
<content type='text'>
This should make it easier for people to track updates to their
custom templates.
</content>
</entry>
<entry>
<title>Improvements to --html5 support:</title>
<updated>2011-01-12T07:15:30Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2011-01-12T06:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=91510a109f9284934fd5b6386fa23a5fc37b09bb'/>
<id>urn:sha1:91510a109f9284934fd5b6386fa23a5fc37b09bb</id>
<content type='text'>
+ &lt;nav&gt; for TOC, &lt;figure&gt; for figures, type attribute in &lt;ol&gt;.
+ Don't add math javascript in html5.
+ Use style attributes instead of deprecated width, align.
+ html template: move &lt;title&gt; after &lt;meta&gt;.
  Note: charset needs to be declared before title.
+ slidy and s5 templates: move &lt;title&gt; after &lt;meta&gt;.
+ html template: Added link to html5 shim for IE.
+ Make --html5 have an effect only for 'html' writer (not s5, slidy, epub).
</content>
</entry>
<entry>
<title>Removed spurious title in s5 template.</title>
<updated>2010-07-23T06:24:33Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-07-23T06:24:33Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=348db7f07722eefe0a9254a44f897fe9f1b037e5'/>
<id>urn:sha1:348db7f07722eefe0a9254a44f897fe9f1b037e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved s5 writing from S5 module to HTML.</title>
<updated>2010-07-23T05:58:48Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2010-07-23T05:58:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a11b5309351cfa813face2d07cdbc32b1fa6cf0f'/>
<id>urn:sha1:a11b5309351cfa813face2d07cdbc32b1fa6cf0f</id>
<content type='text'>
Now s5 is handled in more or less the same way as slidy,
as a variant of HTML.
</content>
</entry>
<entry>
<title>Got s5 writer working with html template.</title>
<updated>2009-12-31T01:13:41Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=225f7dd4114bc13c17b70595eb8c79aeb3acb1da'/>
<id>urn:sha1:225f7dd4114bc13c17b70595eb8c79aeb3acb1da</id>
<content type='text'>
s5 css and js is included using header-includes variable.
We don't need a separate s5 template, so it has been
removed.

Use linebreak to separate authors in S5 title page.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1705 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Restored writerIncludeBefore, writerIncludeAfter.</title>
<updated>2009-12-31T01:12:59Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:12:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1f580fb70189f91894ec757dd00cd4286d0da8a6'/>
<id>urn:sha1:1f580fb70189f91894ec757dd00cd4286d0da8a6</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1700 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Added rough templates for all writers.  These need much fine tuning.</title>
<updated>2009-12-31T01:12:25Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1a166987dfc049d03f034b920e4ae679402aa2f5'/>
<id>urn:sha1:1a166987dfc049d03f034b920e4ae679402aa2f5</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1698 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Added templates/ directory.</title>
<updated>2009-12-31T01:10:42Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2009-12-31T01:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8c74cebbfc52e0441d2632470e367e3edb99f20b'/>
<id>urn:sha1:8c74cebbfc52e0441d2632470e367e3edb99f20b</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1687 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
