<feed xmlns='http://www.w3.org/2005/Atom'>
<title>greek-reference-database-creator/src/com/benlinskey, branch v1.1.0</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>Add Sources Cited to syntax database</title>
<updated>2014-01-07T22:40:17+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2014-01-07T22:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=341ee65afbd5932b441f179ba45ec8808f49af72'/>
<id>341ee65afbd5932b441f179ba45ec8808f49af72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "_ID" column name  to "_id."</title>
<updated>2013-12-31T05:38:45+00:00</updated>
<author>
<name>Ben Linskey</name>
</author>
<published>2013-12-31T05:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.linskey.org/greek-reference-database-creator/commit/?id=c0ac0c2b1b4cc304e4f0428ca6ddde3473cfa78f'/>
<id>c0ac0c2b1b4cc304e4f0428ca6ddde3473cfa78f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>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>
