<feed xmlns='http://www.w3.org/2005/Atom'>
<title>smartacus/generator, branch master</title>
<subtitle>notes and generators</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/smartacus/'/>
<entry>
<title>add pandoc styling, adjust template</title>
<updated>2018-01-03T12:27:49+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-03T12:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/smartacus/commit/?id=b2074b0f9c3f0def3d6d66ef9b91d69bdd6a19ad'/>
<id>b2074b0f9c3f0def3d6d66ef9b91d69bdd6a19ad</id>
<content type='text'>
template was indented, resulting in weirdness about &lt;pre&gt; content.

insert a newline before adding #include'd content

try to decode read lines as utf-8 and report error if any

do *not* try to decode for output, just let python deal with it (writing
  unicode strings causes issues because python may try to write
  multi-byte codepoints by converting to a byte, then throwing due to
  out of range values)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
template was indented, resulting in weirdness about &lt;pre&gt; content.

insert a newline before adding #include'd content

try to decode read lines as utf-8 and report error if any

do *not* try to decode for output, just let python deal with it (writing
  unicode strings causes issues because python may try to write
  multi-byte codepoints by converting to a byte, then throwing due to
  out of range values)
</pre>
</div>
</content>
</entry>
<entry>
<title>put generated files in gitignore, adjust background color for backticked regions (code tags) and clip out source/ from generated paths</title>
<updated>2018-01-02T03:24:21+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-02T03:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/smartacus/commit/?id=ef04a36884d3dac175577f46d0807e3b4ff4c0f0'/>
<id>ef04a36884d3dac175577f46d0807e3b4ff4c0f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use pandoc tempalte instead of headers file</title>
<updated>2018-01-02T02:34:24+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-02T02:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/smartacus/commit/?id=19d0ceb8e6f73ff98757772ad6eaefaaece3b56f'/>
<id>19d0ceb8e6f73ff98757772ad6eaefaaece3b56f</id>
<content type='text'>
fix quirk in #eval inclusion that messed up spacing on the first line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix quirk in #eval inclusion that messed up spacing on the first line
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust #eval to execute a shell command rather than execute one program</title>
<updated>2018-01-01T12:46:37+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-01T12:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/smartacus/commit/?id=1a864e96c115cefa6aa4965210ebf44d60cf0690'/>
<id>1a864e96c115cefa6aa4965210ebf44d60cf0690</id>
<content type='text'>
also set up pandoc to include a bit of style information, currently located at headers.html

TODO plans include configurable headers for a page, but not right now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also set up pandoc to include a bit of style information, currently located at headers.html

TODO plans include configurable headers for a page, but not right now
</pre>
</div>
</content>
</entry>
<entry>
<title>add a thing to include or generate markdown at compile time</title>
<updated>2018-01-01T09:23:01+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2018-01-01T09:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/smartacus/commit/?id=f5ceaf774ea7d2d3cb05f736238045744ae1490f'/>
<id>f5ceaf774ea7d2d3cb05f736238045744ae1490f</id>
<content type='text'>
this is how i'll string in sane highlighting for code, assembly, etc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is how i'll string in sane highlighting for code, assembly, etc
</pre>
</div>
</content>
</entry>
</feed>
