Paelito is a book maker and reader Paelito checks if a book has been updated when you open it.
Delete the book and it would be redownloaded.
On Ubuntu the book's folder must be created in $HOME\paelito_data\p on Windows and $HOME/snap/paelito/common/p on Ubuntu
Every item of the book must be placed in the a single directory. There must not be any subdirectory.
Each book must be written using markdown. A search on Google would explain how to use it.
Every book must contain the following: details.zconf, toc.txt, cover.png, some markdown files
A bg.png (repeating sprite) is optional.
A font.ttf (custom font) is optional.
A sample toc.txt
A Business Man a_business_man.md A Factory Boss a_factory_boss.md A Poor Person a_poor_person.md Bad Marriages bad_marriages.md Birghead birghead.md Birth of Gavinska gavinska.md
To include an image into your book, please include the image into the book folder
To display the image, say for example dd.png write it such as:
.
On Windows switch to the install directory and run .\paelito_maker.exe {folder_name} in the terminal to create the book.
On Ubuntu run paelito.maker {folder_name} in the terminal to create the book
The book must be placed in $HOME\paelito_data\lib on Windows and $HOME/snap/paelito/common/lib on Ubuntu