<feed xmlns='http://www.w3.org/2005/Atom'>
<title>greek-reference-database-creator, branch v1.0.2</title>
<subtitle>Creates the DB used in the Greek Reference app</subtitle>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/'/>
<entry>
<title>Transcode Beta Code in "note" elements.</title>
<updated>2013-12-17T03:54:19+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T03:54:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=a1aacb1a9db2cded467fbd6699a4140529e88ce9'/>
<id>a1aacb1a9db2cded467fbd6699a4140529e88ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Transcode entry key attribute value.</title>
<updated>2013-12-17T03:47:01+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T03:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=dcabd2bef1d68c80e2b84716855443cb58ae5ee3'/>
<id>dcabd2bef1d68c80e2b84716855443cb58ae5ee3</id>
<content type='text'>
The value of the 'key' attribute of the 'entry' element, which is used to
create the lexicon entry heading, is now converted from Beta Code to Greek.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The value of the 'key' attribute of the 'entry' element, which is used to
create the lexicon entry heading, is now converted from Beta Code to Greek.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in GreekTextParser class.</title>
<updated>2013-12-17T03:37:35+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T03:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=8b34ff7bf8a03fc67e5445824c95f6d88627a030'/>
<id>8b34ff7bf8a03fc67e5445824c95f6d88627a030</id>
<content type='text'>
The program now properly sets transcoded Greek text as an element's content
rather than a lang attribute value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The program now properly sets transcoded Greek text as an element's content
rather than a lang attribute value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _ID column bug.</title>
<updated>2013-12-17T03:26:24+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T03:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=ccf9b883eaaf75cbbbf41a18970fe0f3ff619d04'/>
<id>ccf9b883eaaf75cbbbf41a18970fe0f3ff619d04</id>
<content type='text'>
SQLite was not populating the _ID columns with the ROWID due to the fact that
the _ID datatype was set to INT rather than INTEGER.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SQLite was not populating the _ID columns with the ROWID due to the fact that
the _ID datatype was set to INT rather than INTEGER.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update readme.</title>
<updated>2013-12-17T01:35:27+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T01:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=b7596dd9ac19356402d90be4264e3e651aff6029'/>
<id>b7596dd9ac19356402d90be4264e3e651aff6029</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add TransCoder license.</title>
<updated>2013-12-17T01:19:39+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T01:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=51698678dacc760fc21a254d71a1c949420cae4e'/>
<id>51698678dacc760fc21a254d71a1c949420cae4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds abstract class GreekTextParser.</title>
<updated>2013-12-17T01:08:36+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T01:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=bcf134e1a71252e6d86c8e9587029f919396663a'/>
<id>bcf134e1a71252e6d86c8e9587029f919396663a</id>
<content type='text'>
This change eliminates the duplication of code in the LexiconParser and
SyntaxParser classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change eliminates the duplication of code in the LexiconParser and
SyntaxParser classes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add grammar database creation code.</title>
<updated>2013-12-17T01:00:18+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T01:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=8d3f5bd0cfb9124ded8008af47fc5ea531d11b0e'/>
<id>8d3f5bd0cfb9124ded8008af47fc5ea531d11b0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update readme.</title>
<updated>2013-12-17T00:33:04+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T00:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=b98451b590d134039b72ab3f30f944df381754e0'/>
<id>b98451b590d134039b72ab3f30f944df381754e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add interface and lexicon database creation code.</title>
<updated>2013-12-17T00:29:01+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-17T00:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=e2371bbe19443fe43d5e16f86f811d092e1406ce'/>
<id>e2371bbe19443fe43d5e16f86f811d092e1406ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
