NAME

rbinfo - summarize a .rb file


SYNOPSIS

rbinfo [OPTIONS] FILE.rb [FILE.rb ...]


DESCRIPTION

Rbinfo outputs a summary of information about a .rb file, the ebook format that is native to the Rocket eBook reader.


OPTIONS

-a
Output all the items from the book's .info page.

-d DIR
Specify the library directory (alternate: $RB_LIB_DIR).

-h
Output this help message.

-m
Summarize markup that is found in the RocketLibrary's directory structure. Use the -d and -r options (or set the environment variables) to setup where that is.

-M
Summarize markup from the same directory and same name as the .rb file. This is useful if you've copied the .ra, .rh, & .rn files into a single place. E.g. rbinfo -M path/foo.rb would look for path/foo.ra, etc.

-r ROCKET-ID
The rocket-ID of the ReB that generated the markup (alternate: $RB_ID).

-V
Output the version of rbinfo.


ENVIRONMENT

If you specify the -m option without the -r option, rbinfo will use the value of the environment variable RB_ID to know what rocket-ID to use to look for the markup files (since the markup files are saved under the rocket-ID of the reader that created the data).

If you specify the -m option without the -d option, rbinfo will use the value of the environment varible RB_LIB_DIR to find out where it will find the indicated rocket-ID directory. If it is not set, its value defaults to:

    C:/Program Files/NuvoMedia/RocketLibrarian/Library/books


SEE ALSO

the rbmake manpage, the rbburst manpage, the rbdump manpage


AUTHOR

Wayne Davison <wayned@users.sourceforge.net>.