In the past four days since I got my n800 I&#39;m thrilled with it.<br>
<br>
I started programming in python two days ago (I&#39;m a Pascal &amp; PHP
guy,) and I just finished my first working program - er if you can call
it finished.&nbsp; It&#39;s a Bible reader that allows you to highlight sections
of text.&nbsp; it also allows you to jump to books, chapters and verses with
just a few clicks.&nbsp; It stores the text in plain text rather than
compressed, and uses two secondary files for storing your markups and
the pre-supplied index file that points to the start of each verse.<br><br>It will also open standard text files with no index file and still allow you to add highlightings.<br>
<br>
I took the &quot;completely open&quot; and &quot;oversimplified&quot; road with the file
formats because I was so frustrated at looking at the file formats used
by all the other &quot;palm&quot; readers, not to mention trying to figure out
the sword file format.&nbsp; Other than the fact that loading the indexes
for the Old Testament file takes about 5 seconds, it&#39;s very fast and
uses very little running memory.<br>
<br>
I designed it to only read in the page of text you&#39;re currently reading
from the large text file, so you don&#39;t have to load the entire text
into memory.<br>
<br>
Next I&#39;ve got to add some file management features (currently you
file+open the document you want) and some note taking features so you
can create your own topics that link to specific areas of the files.<br><br>Probably late next week I&#39;ll release it for download.&nbsp; I&#39;m running it from xterm right now, so it&#39;s still not ready for prime time ;-)
<br>