diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-22 17:52:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-22 17:52:27 +0700 |
commit | 24a9b8655cbcc263e1f8818c7d549f00bf194476 (patch) | |
tree | a8b974d114c69bad7785e79679a23460a811e7d7 /office/fbpdf/README | |
parent | 0bd33ceef2a21143711edae9fb87bfb74a16d8c6 (diff) |
office/fbpdf: Added (PDF viewer for the Linux framebuffer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/fbpdf/README')
-rw-r--r-- | office/fbpdf/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/office/fbpdf/README b/office/fbpdf/README new file mode 100644 index 000000000000..e47293c2b791 --- /dev/null +++ b/office/fbpdf/README @@ -0,0 +1,17 @@ +fbpdf (PDF viewer for the Linux framebuffer) + +fbpdf is a framebuffer pdf/djvu file viewer. It can use either mupdf or +poppler libraries for rendering pdf files and it uses djvulibre library +for rendering djvu files. + +By default, the fbpdf2 (poppler support) executable is built, along +with fbdjvu. If you want mupdf support, install mupdf before running +this build and it will be auto-detected. The executable that uses mupdf +will be called fbpdf. + +This build includes a patch that makes the keyboard controls behave more +like other PDF readers. Mainly, it lets you page through the entire +document with the space bar (and backspace to go back), rather than +requiring separate keystrokes for "scroll within current page" and "go +to next page". If you prefer the original behaviour, set PRISTINE=yes +in the script's environment. |