The files of the wwwofflebook/library:

locales
--------
Messages in different languages. No localisation is yet implemented, though.
It's just an offer, if you like to translate some messages. In this case, 
I suggest to implement such locales into the scripts with commands like 
'cat /opt/wwwofflebook/locales/message_es' instead of 'echo "hola_blafasl"', 
to make localisation available + easy extendable for other users.


bookmarkfiles
-------------
Examples for those who are interested in developing new bookmark extraction 
functions. You don't need them to run wwwofflebook.


packup_wwwofflebook
--------------------
You can use the script if you like to share your modified personal version
of 'wwwofflebook'. It creates a tarball (tar.bz2) out of your running files.
It collects all your wwwofflebook related files into a directory structure 
equal to the one you found in the tarball, by either copying into existing 
directories, or by recreating this structure from the scratch at any location.
This behaviour depends on commandline options. Try -h first.
The script is explained and configured in the script header.

import
-------
'permtool' is a script that helps to import the wwwoffle cache to an 'foreign' 
linux system, for example from redhat to debian. It provides a menu based way 
to adapt ownership and access permissions of files and directories.
It can be configured for other tasks unrelated to wwwoffle as well.


