Gutenflash

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Download)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''GutenFlash''' lets you read books by displaying single words or small phrases quickly, in a large font.  The technique is known as RSVP, [http://en.wikipedia.org/wiki/Rapid_Serial_Visual_Presentation Rapid Serial Visual Presentation].
+
'''GutenFlash''' lets you read books by displaying single words or small phrases quickly, in a large font.  The technique is known as RSVP, [http://en.wikipedia.org/wiki/Rapid_Serial_Visual_Presentation Rapid Serial Visual Presentation].
  
 
Current features:
 
Current features:
Line 9: Line 9:
 
* 3 display modes
 
* 3 display modes
  
== Note ==
+
== Notes ==
  
 +
=== UTF-8 ===
 
GutenFlash expects UTF-8 files. So for reading a file originally in iso-8859-1, please convert it before to UTF-8 in a shell terminal:
 
GutenFlash expects UTF-8 files. So for reading a file originally in iso-8859-1, please convert it before to UTF-8 in a shell terminal:
iconv -f iso-8859-1 Reveries.txt -t utf-8 > Reveries.utf8
+
iconv -f iso-8859-1 Reveries.txt -t utf-8 > Reveries.utf8
  
== Download ==
 
 
Current mokoified version (ipk package and bitbake recipe):
 
http://soft.oralux.net/gutenflash/
 
 
Original website: http://toykeeper.net/programs/flash/
 
 
== Notes ==
 
 
=== NameError: name 'init' is not defined===
 
=== NameError: name 'init' is not defined===
 
You may want to update the pygtk __init__.py file as suggested in [http://docs.openmoko.org/trac/ticket/1718 #1718]
 
You may want to update the pygtk __init__.py file as suggested in [http://docs.openmoko.org/trac/ticket/1718 #1718]
Line 27: Line 20:
 
=== Preferences ===
 
=== Preferences ===
 
Create your .gutenflash.conf file:
 
Create your .gutenflash.conf file:
+
 
gutenflash --showcfg > ~/.gutenflash.conf
+
gutenflash --showcfg > ~/.gutenflash.conf
  
 
and edit it.
 
and edit it.
  
== Toolchain: Make ipk ==
+
== Download ==
*download snapshot from http://toykeeper.net/programs/flash/files/
+
*cd to ipk-folder
+
*make
+
*scp file to your phone
+
  
'''Note:''' I get the error:
+
Current mokoified version (ipk package and bitbake recipe):
 +
http://soft.oralux.net/gutenflash/
  
root@om-gta02:~# opkg install gutenflash_0.8.2_arm.ipk
+
Upstream website: http://toykeeper.net/programs/flash/
 
+
'''Source code released:Can't find'''.
Installing gutenflash (0.8.2) to root...
+
== Toolchain: Make ipk ==
 
+
Collected errors:
+
 
+
ERROR: Cannot satisfy the following dependencies for gutenflash:
+
 
+
python-string
+
 
+
root@om-gta02:~# opkg download python-string
+
 
+
Collected errors:
+
  
Cannot find package python-string.
 
  
Check the spelling or perhaps run 'opkg update'
+
*download snapshot from http://toykeeper.net/programs/flash/files/
 +
*cd to ipk-folder
 +
*make
 +
*scp file to your phone
  
  
Line 62: Line 44:
 
[[Image:Gutenflash.png]]
 
[[Image:Gutenflash.png]]
  
[[Category:Applications]]
+
[[Category:Office Applications]]

Latest revision as of 09:10, 14 October 2008

GutenFlash lets you read books by displaying single words or small phrases quickly, in a large font. The technique is known as RSVP, Rapid Serial Visual Presentation.

Current features:

  • loads plain text
  • chapter navigation
  • paragraph and sentence navigation
  • continuous speed control from 20wpm - 2000wpm
  • total / remaining playtime calculation
  • 3 display modes

Contents

[edit] Notes

[edit] UTF-8

GutenFlash expects UTF-8 files. So for reading a file originally in iso-8859-1, please convert it before to UTF-8 in a shell terminal: iconv -f iso-8859-1 Reveries.txt -t utf-8 > Reveries.utf8

[edit] NameError: name 'init' is not defined

You may want to update the pygtk __init__.py file as suggested in #1718

[edit] Preferences

Create your .gutenflash.conf file:

gutenflash --showcfg > ~/.gutenflash.conf

and edit it.

[edit] Download

Current mokoified version (ipk package and bitbake recipe): http://soft.oralux.net/gutenflash/

Upstream website: http://toykeeper.net/programs/flash/ Source code released:Can't find.

[edit] Toolchain: Make ipk


Gutenflash.png

Personal tools

GutenFlash lets you read books by displaying single words or small phrases quickly, in a large font. The technique is known as RSVP, Rapid Serial Visual Presentation.

Current features:

  • loads plain text
  • chapter navigation
  • paragraph and sentence navigation
  • continuous speed control from 20wpm - 2000wpm
  • total / remaining playtime calculation
  • 3 display modes

Note

GutenFlash expects UTF-8 files. So for reading a file originally in iso-8859-1, please convert it before to UTF-8 in a shell terminal:

iconv -f iso-8859-1 Reveries.txt -t utf-8 > Reveries.utf8

Download

Current mokoified version (ipk package and bitbake recipe): http://soft.oralux.net/gutenflash/

Original website: http://toykeeper.net/programs/flash/

Notes

NameError: name 'init' is not defined

You may want to update the pygtk __init__.py file as suggested in #1718

Preferences

Create your .gutenflash.conf file:

gutenflash --showcfg > ~/.gutenflash.conf

and edit it.

Toolchain: Make ipk

*download snapshot from http://toykeeper.net/programs/flash/files/
*cd to ipk-folder
*make
*scp file to your phone

Note: I get the error:

root@om-gta02:~# opkg install gutenflash_0.8.2_arm.ipk

Installing gutenflash (0.8.2) to root...

Collected errors:

ERROR: Cannot satisfy the following dependencies for gutenflash:

python-string

root@om-gta02:~# opkg download python-string

Collected errors:

Cannot find package python-string.

Check the spelling or perhaps run 'opkg update'


Gutenflash.png