You can see an example how to use ash scripts + FBReader180 for simple UI apps here:
http://www.the-ebook.org/forum/viewtopic.php?t=20027
In addition, there is a build of the links browser for pocketbook pro with "app://" protocol:
Quote:
Originally Posted by sergeyvl
links-pro-2011-08-30.zip
Installation:
1. copy system/bin to your system/bin;
2. update extensions.cfg (I've provided and example);
3. copy "links" directory to your internal flash root directory (/mnt/ext1)
"links" directory is an example on how to write scripts. You can open index.html from the bookshelf.
NOTE that url should contain the absolute path to the shell script:
<a>Go to Test1</url><br>
not
<a>Go to Test1</url><br>
|