Warning, /graphics/peruse/README.md is written in an unsupported language. File is not indexed.

0001 # Peruse
0002 A comic book reader app
0003 
0004 This is an application for reading comic books distributed in various digital
0005 formats. It is based on KDE's Frameworks 5, and the UI is built using Qt Quick 2.
0006 
0007 File discovery is done using Baloo when available and enabled, and otherwise
0008 through a simple file system digger. The Baloo method is both faster and more
0009 featureful, and you should be using that whenever possible.
0010 
0011 ## Features
0012 
0013 This is a list of features which currently exist in Peruse. It does not include
0014 the planned features, which can be found in [the accompanying PLAN.md file](PLAN.md).
0015 
0016 * Multiple file format support, in two tiers
0017   * Native support with optimised viewing for comic books
0018     * cbz or cbr
0019   * Okular based generic view support
0020     * other cb* formats with archive types not supported by KArchive
0021     * pdf
0022     * deja-vu
0023     * epub
0024 * Touch optimised user interface (nb: mouse/keyboard UI also planned)
0025   * All the standard stuff like kinetic scrolling, pinch-zoom and so on
0026   * Plasma Mobile components based experience
0027 * Baloo based file discovery with simple filesystem scraper fallback