# simple-fb2-reader
Simple tool to read FB2 books. Developed using GTK+3.
=====================================================

Features:
- supports fb2 and fb2.zip
- saving reading position
- saving window state, size and position
- search text in book
- URI(with backward button and tooltips)
- full 2.1 format support(without stylesheet and partial table support)
- navigation
- russian and english gui
- user themes(see ~/.config/simple-fb2-reader/config.cfg)
- auto scrolling(see config for customise scrolling speed)
- hotkeys

All features located in context menu.
Hotkeys description in "About" menu item.

Depends:
- libxml2		>= 2.9.1
- libgtk-3-0     	>= 3.14.5
- libzip2        	>= 0.11.2
- libsqlite3-0	  	>= 3.8.7.1


Build Depends:
- debhelper		>= 9.0.0
- libxml2-dev		>= 2.9.1
- libgtk-3-dev		>= 3.14.5
- libzip-dev		>= 0.11.2
- pkg-config		>= 0.28
- gettext		>= 0.19.3
- libsqlite3-dev 	>= 3.8.7.1
- cmake			>= 3.0.2
