https://github.com/mehdi-reza/book-reader
A free book reader
https://github.com/mehdi-reza/book-reader
Last synced: 2 months ago
JSON representation
A free book reader
- Host: GitHub
- URL: https://github.com/mehdi-reza/book-reader
- Owner: mehdi-reza
- Created: 2016-10-30T15:43:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T23:09:34.000Z (over 8 years ago)
- Last Synced: 2025-01-22T08:11:26.625Z (4 months ago)
- Language: Java
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# book-reader
It is a Java swing based simple book reader. The books "a zip file" will be read from "books" folder in application directory.## Book File
A book is a zip file in "books" folder which should contain a file "book.info" including images representating book pages.
## Structure of book.info
First line should contain name of the book as "# book name: My Example Book. Further lines are read as index entries.
Following is an example:### book name: قاموس الجدید
* ا 009.jpg
* ا ۔۔۔ ب 009.jpg
* ا ۔۔۔ ب 010.jpg
* ا ۔۔۔ ت 010.jpg
* ا ۔۔۔ ت 011.jpg
* ا ۔۔۔ ث 011.jpgPlease note the index name **ا ۔۔۔ ب** and name of the image **009.jpg** should be seperated by atleast one **tab** "\t" character.