View Single Post
Old 03-06-2009, 10:33 AM   #13
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by nrapallo View Post
Thanks for verifying this!

If the lookup process can't remove the obvious suffixes, then there would be no way to get those additional related words/tenses recognized short of wraping every such word with the <idxrth> pairs.



I'll try adding the reference to "toc" in the <guide> section of the .opf. The <a name="TOC"> is already there at the beginning of the .html. Is it case-sensitive?

Stay tuned...
Paul, does this one work with the Cybook's Goto menu?

If not, do you know what needs to be added to the .html or .opf to "enable" that feature. It takes 8 hrs to generate this high-compression .prc ebook, so knowing the exact solution will help.

This is the code I used in the .opf:
Code:
<guide>
<reference type="Find" title="Look Up Word" onclick= "index_search('', 'Alphabetical lookup', '', 'none')" />
<reference type="toc" title="Table of Contents" href="Final12-NR-linked-every50_TRUE-ver21prc.html#TOC"/>
</guide>
and in the .html:
Code:
<body style="margin-left:2%; margin-right:2%; text-align:left">

<a name="TOC"></a>
<center>
<h2>Webster's Dictionary 1913 (ver. 2.1)</h2>
</center>
<hr>
<br>
<h2>Table of Contents</h2>
<hr>
EDIT: 'Websters Dictionary 1913_ver21.prc' now moved to post #1 above!

Previous downloads: 193

Last edited by nrapallo; 10-06-2009 at 08:12 AM. Reason: Official release 2.1 version... (Moved to post #1 above)
nrapallo is offline   Reply With Quote