-
Notifications
You must be signed in to change notification settings - Fork 0
Publishing
Publishing allows you to convert physical book into an e-book. Publishing is available as an option to Admins and Library Admins only. Once you login, you should see an option in the top menu bar called "Publishing" which is highlighted from other items. Clicking it will take you to the Publishing page.
Publishing page looks like a normal book list page. However, in this page you can see additional option. For each book, its publication status is also shown. Possible publication statuses are:
- Ready for typing
- Being Typed
- Ready for proof reading
- Proof read
- Published
Once a book is created, it is created with Ready for typing state. It can be set manually from the book editor feature available on each book cell in list.
Under book information, the page count is displayed and the percentage of completed pages is also shown. Clicking on this progress information will give more information about pages.
Clicking the Pages link on the book cell will take you to the Book Page Editing page. This is the home of your book publishing. The journey starts by adding pages to the book.
Pages can be added to book by three different means. All of three ways are available through Add button shown on the top of side bar.
- Adding pages individually.
Pages can be added individually by clicking Add button and selection "Add new page" option. This would popup page editor where you can fill the information about the page and create. Number of page is automatically populated in the editor for ease but can be changed.
- Upload images
You can upload up to 10 book page images by using the option "Add new pages by uploading images" under the Add button menu. This would open an upload dialog that would let you upload up to 10 pages. All pages will be created from the last page index of the book.
- Upload zip file
You can upload up to 10 book page images by using the option "Add new pages by uploading zip" under the Add button menu. This would open an upload dialog that would let you upload zip file containing pages. All pages will be extracted from the zip file and will create from the last page index of the book onwards. The zip file should not contain any folder and all image files should be on the root of zip file.