<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cmark/template.html, branch master</title>
<subtitle>My own fork of cmark for commonmark conversion</subtitle>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/'/>
<entry>
<title>Moved templates, makespec.py, and specfilter.hs -&gt; tools/.</title>
<updated>2015-01-13T04:42:30+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-13T04:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=fed6a57f30ecdbcf4805b1900dd0f164856c1163'/>
<id>fed6a57f30ecdbcf4805b1900dd0f164856c1163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use cmark itself to build spec.html.</title>
<updated>2015-01-05T07:06:35+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2015-01-05T07:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=04fcb7a24ea4ac179f5033c00f7cb23b8ebb9e35'/>
<id>04fcb7a24ea4ac179f5033c00f7cb23b8ebb9e35</id>
<content type='text'>
Removes build dependency on pandoc.

Closes #256.

Note:  we have lost "smart punctuation," but we can either (a) add
an option to do this in the cmark renderer, or (b) insert unicode
punctuation in the spec as needed.  Not an urgent issue in any case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes build dependency on pandoc.

Closes #256.

Note:  we have lost "smart punctuation," but we can either (a) add
an option to do this in the cmark renderer, or (b) insert unicode
punctuation in the spec as needed.  Not an urgent issue in any case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Omit footer on template.</title>
<updated>2014-12-31T20:56:30+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-31T20:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=654c7c2e646eb9e1e9d6948c720fde956ec59bf0'/>
<id>654c7c2e646eb9e1e9d6948c720fde956ec59bf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CC-BY-SA license to documentation.</title>
<updated>2014-12-31T20:31:13+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-12-31T20:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=73faa02cf69f257d2a9da7b681aacaf5312b69ea'/>
<id>73faa02cf69f257d2a9da7b681aacaf5312b69ea</id>
<content type='text'>
Closes #55.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #55.
</pre>
</div>
</content>
</entry>
<entry>
<title>template.html changes needed to make visible spaces work.</title>
<updated>2014-11-09T05:01:45+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-09T05:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=ac1c9301f00bdb6cceaf1c49e18f96bab5ca9396'/>
<id>ac1c9301f00bdb6cceaf1c49e18f96bab5ca9396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spec:  better system for designating definitions of terms.</title>
<updated>2014-11-09T04:58:17+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-11-09T04:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=535afc08febf42fb984e7115bf7a947985690e41'/>
<id>535afc08febf42fb984e7115bf7a947985690e41</id>
<content type='text'>
`[foo](@foo)` turns into an anchor with id `foo` that links to
itself and has class `definition`.  This allows us to remove the
manual `&lt;a&gt;` tags in `spec.txt`.

A simple regex substitution in the Makefile handles the transformation.

I believe this addresses some of the concerns in #141 by giving
the definitions a prominent appearance.  Note that
we want definitions to link to themselves, to allow users to
quickly generate a link to the relevant bit of the spec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`[foo](@foo)` turns into an anchor with id `foo` that links to
itself and has class `definition`.  This allows us to remove the
manual `&lt;a&gt;` tags in `spec.txt`.

A simple regex substitution in the Makefile handles the transformation.

I believe this addresses some of the concerns in #141 by giving
the definitions a prominent appearance.  Note that
we want definitions to link to themselves, to allow users to
quickly generate a link to the relevant bit of the spec.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed watermark.</title>
<updated>2014-10-27T20:58:55+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-27T20:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=388b70aac60e9058e86ab922ab95d254e9f64a7b'/>
<id>388b70aac60e9058e86ab922ab95d254e9f64a7b</id>
<content type='text'>
- No longer shows blank watermark on recent version.
- Fixed broken Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- No longer shows blank watermark on recent version.
- Fixed broken Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved (interact) links in spec.</title>
<updated>2014-10-27T19:38:01+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-27T19:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=cc7788cf62999d317626301960f83d42219acb7e'/>
<id>cc7788cf62999d317626301960f83d42219acb7e</id>
<content type='text'>
- Link now has pointer cursor.
- → is converted to tab.

Closes #174.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Link now has pointer cursor.
- → is converted to tab.

Closes #174.
</pre>
</div>
</content>
</entry>
<entry>
<title>Watermark old versions of the spec.</title>
<updated>2014-10-27T18:23:20+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-27T18:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=103d3d37324d8629d7dc1d549a38fbb8981b1f00'/>
<id>103d3d37324d8629d7dc1d549a38fbb8981b1f00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added (interact) links to spec, to open examples in dingus.</title>
<updated>2014-10-27T04:42:22+00:00</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2014-10-27T04:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://5.196.69.93/cmark/commit/?id=9d8dba5acd00edec29e385ac859bc28c9991dae9'/>
<id>9d8dba5acd00edec29e385ac859bc28c9991dae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
