A feature-rich e-book reader for the Java Mobile platform. Currently works with txt, xhtml and epub files. Supported features include touch scrolling, images, styling and multilingual hyphenation, on-touch dictionaries, units converter, table of contents. Uses the Droid Serif font through it's own font implementation scheme.
E.g. we are reading feed_0/article_0/index.html, and there is an image pointing to images/img1.jpg, which should be interpreted feed_0/article_0/images/img1.jpg.
Therefore I need to add relative path support, i.e. if src doesn't start with /.
E.g. we are reading
feed_0/article_0/index.html
, and there is an image pointing toimages/img1.jpg
, which should be interpretedfeed_0/article_0/images/img1.jpg
.Therefore I need to add relative path support, i.e. if src doesn't start with
/
.