Special help message for calibre_bookmarks.txt

This commit is contained in:
Kovid Goyal 2013-12-10 11:11:57 +05:30
parent 93ba080098
commit 66d462d28c

View File

@ -54,6 +54,13 @@ class Unmanifested(BadLink):
def __init__(self, name):
BadLink.__init__(self, _(
'The file %s is not listed in the manifest') % name, name)
if name == 'META-INF/calibre_bookmarks.txt':
self.HELP = _(
'This file stores the bookmarks and last opened information from'
' the calibre ebook viewer. You can remove it if you do not'
' need that information, or dont want to share it with'
' other people you send this book to.')
def check_links(container):
links_map = defaultdict(set)