Thread: epub vs kepub
View Single Post
Old 11-12-2014, 03:24 PM   #18
Ripplinger
350 Hoarder
Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.Ripplinger ought to be getting tired of karma fortunes by now.
 
Ripplinger's Avatar
 
Posts: 3,587
Karma: 8281267
Join Date: Dec 2010
Location: Midwest USA
Device: Sony PRS-350, Kobo Glo & Glo HD, PW2
Quote:
Originally Posted by pghaworth View Post
I love the 11/441 for pages in your image! How did you accomplish that? Thanks for posting it.
From the 2nd post in GeoffR's patch thread, under "Other Patches" where it says "A patch to change the footer text, from "Page xx of yy" to "xx/yy": (libnickel.so.1.0.0.patch)" will show another link for what you add into GeoffR's patch.

What I changed it to is the the display I prefer is:
Code:
<Patch>
patch_name = `Custom footer`
patch_enable = `yes`
#
# Changes the footer text with something shorter
# (not sure how it affects translations)
#
replace_string = CAA164, `Page %1 <i>of</i> %2`, `%1 / %2`
</Patch>
Note that I added a space before and after the / for the page numbers. For my bad eyes and the font, it was just too scrunched together. The extra spacing makes it easier for me to read.
Ripplinger is offline   Reply With Quote