View Single Post
Old 08-05-2024, 05:23 AM   #259
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 855
Karma: 3341026
Join Date: Jan 2017
Location: Poland
Device: Various
Rebase in this context means that the identifiers of all files in the manifest section (and, of course, the spine section) in the OPF file will be updated to those that match the original file names.

That is, for example.
if there is an entry in the manifest:
Code:
<item id="id34284-ch1" href="chapter_1.xhtml" media-type="application/xhtml+xml"/>
it will be changed to such:
Code:
<item id="chapter_1_xhtml" href="chapter_1.xhtml" media-type="application/xhtml+xml"/>
id="chapter_1_xhtml" is now consistent with the file name: "chapter_1.xhtml"
Attached Thumbnails
Click image for larger version

Name:	sigil-rebase.png
Views:	974
Size:	31.4 KB
ID:	209978   Click image for larger version

Name:	sigil-rebase-completed.png
Views:	991
Size:	8.3 KB
ID:	209979  
BeckyEbook is offline   Reply With Quote