This commit is contained in:
Kovid Goyal 2024-03-26 20:10:54 +05:30
commit ea2667c3b4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -23,9 +23,9 @@ address:
This will open a page in the browser showing you your calibre libraries, click This will open a page in the browser showing you your calibre libraries, click
on any one and browse the books in it. Click on a book, and it will show you on any one and browse the books in it. Click on a book, and it will show you
all the metadata about the book, along with buttons to :guilabel:`Read book` all the metadata about the book, along with buttons to :guilabel:`Read` and
and :guilabel:`Download book`. Click the :guilabel:`Read book` button to :guilabel:`Download` the book. Click the :guilabel:`Read` button to start
start reading the book. reading the book.
.. note:: The address used above ``http://127.0.0.1:8080`` will only work on .. note:: The address used above ``http://127.0.0.1:8080`` will only work on
the computer that is running calibre. To access the server from other the computer that is running calibre. To access the server from other
@ -178,7 +178,7 @@ The book reader
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
You can read any book in your calibre library by simply tapping on You can read any book in your calibre library by simply tapping on
it and then tapping the :guilabel:`Read book` button. The books reader it and then tapping the :guilabel:`Read` button. The book reader
is very simple to operate. You can both tap and swipe to turn pages. Swiping is very simple to operate. You can both tap and swipe to turn pages. Swiping
up/down skips between chapters. Tapping the top quarter of the screen gets you up/down skips between chapters. Tapping the top quarter of the screen gets you
the detailed controls and viewer preferences. the detailed controls and viewer preferences.