<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unXHTMLify, branch master</title>
<subtitle>Remove slashes from self-closing HTML elements</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/'/>
<entry>
<title>README: Update with instructions on installing &amp; running</title>
<updated>2014-11-15T05:40:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T05:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=060abc3b697d50ed8b534b9f2a22351398047494'/>
<id>060abc3b697d50ed8b534b9f2a22351398047494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Add clarification</title>
<updated>2014-11-15T05:33:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T05:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=823ffe91d8f24d81ca2ad853488ea4c11d058c04'/>
<id>823ffe91d8f24d81ca2ad853488ea4c11d058c04</id>
<content type='text'>
Be explicit and say that the program only takes input from STDIN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be explicit and say that the program only takes input from STDIN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README &amp; LICENSE</title>
<updated>2014-11-15T05:24:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T05:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=0564af4bb8ac7c8560664bfa3ccaafccff4ab41c'/>
<id>0564af4bb8ac7c8560664bfa3ccaafccff4ab41c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unxhtmlify.go: Print unxhtmlified lines</title>
<updated>2014-11-15T05:03:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T05:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=38aa737da94c0dac3cefa0e728fffcea9d567b6b'/>
<id>38aa737da94c0dac3cefa0e728fffcea9d567b6b</id>
<content type='text'>
Don't print the lines exactly as they come in. Instead run them through
`unxhtmlify_string` and then print them out. This gives us the
unXHTMLified version of stdin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't print the lines exactly as they come in. Instead run them through
`unxhtmlify_string` and then print them out. This gives us the
unXHTMLified version of stdin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `unxhtmlify_line` -&gt; `unxhtmlify_string`</title>
<updated>2014-11-15T04:27:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T04:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=8c607c8561feb0948ae29329be8fa3043990d542'/>
<id>8c607c8561feb0948ae29329be8fa3043990d542</id>
<content type='text'>
The word "line" didn't really make sense since the function doesn't care
about lines. I started with that naming because it made sense in terms
of the implementation, or of the reading of a buffer and unxhtmlifying.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The word "line" didn't really make sense since the function doesn't care
about lines. I started with that naming because it made sense in terms
of the implementation, or of the reading of a buffer and unxhtmlifying.
</pre>
</div>
</content>
</entry>
<entry>
<title>unxhtmlify.go: Use regex replacement</title>
<updated>2014-11-15T04:22:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T04:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=3ace9ccd451ef34a429450b16f46cfd3e974b6cd'/>
<id>3ace9ccd451ef34a429450b16f46cfd3e974b6cd</id>
<content type='text'>
Use regex to search for the slash bracket of a self-closing tag. Tests
pass, wow. Was not expecting that. I think I need to add more test
cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use regex to search for the slash bracket of a self-closing tag. Tests
pass, wow. Was not expecting that. I think I need to add more test
cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>unxhtmlify_test.go: Add a few more test cases</title>
<updated>2014-11-15T01:32:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-15T01:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=02b458085c75faa2e8349f9cba4af9a53c00e798'/>
<id>02b458085c75faa2e8349f9cba4af9a53c00e798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unxhtmlify_test.go: Add a couple more test cases</title>
<updated>2014-11-13T10:36:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-13T10:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=19b9635a6c7ca83933150923b91759a2f0972343'/>
<id>19b9635a6c7ca83933150923b91759a2f0972343</id>
<content type='text'>
Expose some failures with more test cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose some failures with more test cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>unxhtmlify.go: Fill in `unxhtmlify_line`</title>
<updated>2014-11-13T10:03:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-13T10:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=4d7bc0f5899a74db328b779f7a7d5ad3ffa57831'/>
<id>4d7bc0f5899a74db328b779f7a7d5ad3ffa57831</id>
<content type='text'>
Do a string replacement to delete " /" from the input.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do a string replacement to delete " /" from the input.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `unxhtmlify_line` function &amp; basic test</title>
<updated>2014-11-13T09:46:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-13T09:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/unXHTMLify/commit/?id=7c6d29d9558d1aee3dc4e9258523362532302287'/>
<id>7c6d29d9558d1aee3dc4e9258523362532302287</id>
<content type='text'>
Create a function stub that will remove the slash from self-closing HTML
tags. Add a basic test that for now just tests the &lt;br /&gt; element.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a function stub that will remove the slash from self-closing HTML
tags. Add a basic test that for now just tests the &lt;br /&gt; element.
</pre>
</div>
</content>
</entry>
</feed>
