Document viewer
Go to file
2011-10-06 18:33:54 +02:00
.gitignore Add zathura.pc to .gitignore 2011-09-21 09:22:10 +02:00
bookmarks.c Fix a typo 2011-10-03 17:28:14 +02:00
bookmarks.h load bookmarks in document_open 2011-09-03 14:21:36 +02:00
callbacks.c load file info on start and jump to last seen page 2011-10-06 17:48:17 +02:00
callbacks.h Implemented sc_navigate_index 2011-09-29 18:17:03 +02:00
commands.c +1/-1 when storing/loading pages 2011-10-06 18:33:54 +02:00
commands.h add cmd_help skeleton 2011-09-01 13:15:27 +02:00
common.mk
completion.c Revert change from 481e52fd and change path_max to long. 2011-10-05 14:20:59 +02:00
completion.h completion for bookmarks 2011-09-29 17:05:20 +02:00
config.c completion for bookmarks 2011-09-29 17:05:20 +02:00
config.h
config.mk Fix 'make install' command 2011-09-30 12:18:41 +02:00
database-sqlite.c +1/-1 when storing/loading pages 2011-10-06 18:33:23 +02:00
database.h implement zathura_db_get_fileinfo 2011-09-22 15:47:58 +02:00
document.c Revert change from 481e52fd and change path_max to long. 2011-10-05 14:20:59 +02:00
document.h Show document information 2011-10-01 23:29:40 +02:00
LICENSE
Makefile Fix 'make uninstall' command 2011-10-05 11:32:12 +02:00
print.c Show printing status in statusbar 2011-09-29 18:05:15 +02:00
print.h Show printing status in statusbar 2011-09-29 18:05:15 +02:00
README update README 2011-10-04 16:41:51 +02:00
render.c Include math.h in render.c 2011-09-29 18:51:24 +02:00
render.h Use cairo to render page 2011-09-29 12:35:52 +02:00
shortcuts.c Merge branch 'develop' of pwmt.org:zathura into develop 2011-10-03 17:13:40 +02:00
shortcuts.h Use girara's focus_inputbar function 2011-09-21 09:18:27 +02:00
utils.c get rid of warnings 2011-09-29 18:08:37 +02:00
utils.h Show document information 2011-10-01 23:29:40 +02:00
zathura.1
zathura.c +1/-1 when storing/loading pages 2011-10-06 18:33:23 +02:00
zathura.desktop update deskopt file 2011-10-03 19:56:02 +02:00
zathura.h load file info on start and jump to last seen page 2011-10-06 17:48:17 +02:00
zathura.pc.in
zathurarc.5.rst

zathura - a document viewer
--------------------
zathura is a highly customizable and functional document viewer based on the
girara user interface library and several document libraries.

Requirements
------------
gtk2 (>= 2.18.6)
girara
sqlite3

Please note that you need to have a working pkg-config installation
and that the Makefile is only compatible with GNU make. If you don't have a
working pkg-config installation please set the GTK_INC, GTK_LIB, GIRARA_INC,
GIRARA_LIB, SQLITE_INC and SQLITE_LIB variables accordingly.

And also note that rst2man from python-docutils is needed to build
zathurarc.5. If it is not installed, zathurarc.5 won't be built.

Installation
------------
To build and install zathura:

  make install

Uninstall:
----------
To delete zathura from your system, just type:

  make uninstall