Updated README
This commit is contained in:
parent
219949f588
commit
7befd36e32
2 changed files with 8 additions and 1 deletions
|
@ -2,4 +2,10 @@
|
||||||
|
|
||||||
![icon](app/harbour-books.png)
|
![icon](app/harbour-books.png)
|
||||||
|
|
||||||
The core functionality is based on [FBReader](https://github.com/geometer/FBReader) source code with very few modifications. Books are imported from the Downloads folder, where they are saved by the browser or email client. Alternatively, you can manually copy your books to the Books directory under the home folder. Removable storage is supported as well. In theory, it should be able to handle all E-book formats supported by FBReader. Tested mostly with epub and fb2.
|
The core functionality is based on [FBReader](https://github.com/geometer/FBReader)
|
||||||
|
source code a few modifications. Books are imported from the Downloads folder,
|
||||||
|
where they are saved by the browser or email client. Alternatively, you can
|
||||||
|
manually copy your books to the Books directory under the home folder.
|
||||||
|
Removable storage is supported as well. In theory, it should be able
|
||||||
|
to handle all E-book formats supported by FBReader. Tested mostly with
|
||||||
|
epub and fb2.
|
||||||
|
|
|
@ -3,5 +3,6 @@ CONFIG += ordered
|
||||||
SUBDIRS = fribidi linebreak fbreader harbour-lib app
|
SUBDIRS = fribidi linebreak fbreader harbour-lib app
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
|
README.md \
|
||||||
rpm/harbour-books.changes \
|
rpm/harbour-books.changes \
|
||||||
rpm/harbour-books.spec
|
rpm/harbour-books.spec
|
||||||
|
|
Loading…
Reference in a new issue