diff --git a/src/libprs500/manual/Makefile b/src/libprs500/manual/Makefile index e55d7e0ac5..a19cb3be95 100644 --- a/src/libprs500/manual/Makefile +++ b/src/libprs500/manual/Makefile @@ -4,6 +4,7 @@ ASSISTANT=${QTDIR}/bin/assistant_new LD_LIBRARY_PATH=${QTDIR}/lib all : clean + python preprocess.py LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ${QCG} libprs500.qhcp && \ LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ${ASSISTANT} -collectionFile libprs500.qhc & diff --git a/src/libprs500/manual/common.css b/src/libprs500/manual/common.css index 060e199eb9..9f7ed49057 100644 --- a/src/libprs500/manual/common.css +++ b/src/libprs500/manual/common.css @@ -27,4 +27,10 @@ font-family: monospace; .action { font-family: monospace; font-weight: bold; +} + +.footer { + font-size: x-small; + color: lightgray; + text-align: right; } \ No newline at end of file diff --git a/src/libprs500/manual/gui.html b/src/libprs500/manual/gui.html index 9d6c976fee..e83aafd8bd 100644 --- a/src/libprs500/manual/gui.html +++ b/src/libprs500/manual/gui.html @@ -46,7 +46,10 @@
The Add books action has three variations, accessed by the arrow next to the button. @@ -84,7 +87,8 @@ To add a new format to an existing book, use the Edit meta information action.
-The Remove books action deletes books permanently, so use it with care. It is context sensitive, @@ -94,7 +98,10 @@ Edit meta information action.
-The Edit meta information action has two variations, accessed by the arrow next to the button. @@ -111,7 +118,10 @@ -
The Send to device action has two variations, accessed by the arrow next to the button. @@ -125,7 +135,10 @@ -
The Save to disk action has two variations, accessed by the arrow next to the button. @@ -150,11 +163,63 @@ Author action.
-+ The Fetch news action downloads news from various predefined + websites and converts it into an ebook that can be read on your ebook reader. Normally, the newly + created ebook is added to your ebook library, but if an ebook reader is connected at the time + the download finishes, the news is uploaded to the reader directly. +
++ The Fetch news uses simple profiles (10-15 lines of code) for each news + site. To learn how to create profiles for your own news sources, see + creating custom news profiles. +
-+ Ebooks can be converted from a number of formats into the LRF format (for the SONY Reader). Note that ebooks you purchase + will typically have Digital Rights Management + (DRM). libprs500 will not convert these ebooks. For many DRM formats, it is easy to remove the DRM, but as this + is illegal, you have to find tools to liberate your books yourself and then use libprs500 to convert them. +
++ For most people, conversion should be a simple 1-click affair. But if you want to learn more about the + conversion process, see E-book conversion. +
++ The Convert E-books action has three variations, accessed by the + arrow next to the button. +
++ The View action displays the book in an ebook viewer program. libprs500 has a builtin + viewer for the LRF format. For other formats it uses the default operating system application. If a book has more than + one format, you can view a particular format by clicking the arrow next to the View button. +