This commit is contained in:
Kovid Goyal 2009-07-21 16:49:36 -06:00
parent 1c2fb111ab
commit 952cb8c085
2 changed files with 3 additions and 3 deletions

View File

@ -2028,7 +2028,7 @@ class MobiWriter(object):
indices.write(pack('>H', pos)) # Save the offset for IDXTIndices indices.write(pack('>H', pos)) # Save the offset for IDXTIndices
name = "%04X"%count name = "%04X"%count
indxt.write(chr(len(name)) + name) # Write the name indxt.write(chr(len(name)) + name) # Write the name
indxt.write(INDXT['periodical']) # entryType [0x0F | 0xDF | 0xFF | 0x3F] indxt.write(INDXT['periodical']) # entryType [0x0F | 0xDF | 0xFF | 0x3F]
indxt.write(chr(1)) # subType 1 indxt.write(chr(1)) # subType 1
indxt.write(decint(offset, DECINT_FORWARD)) # offset indxt.write(decint(offset, DECINT_FORWARD)) # offset
indxt.write(decint(length, DECINT_FORWARD)) # length indxt.write(decint(length, DECINT_FORWARD)) # length

View File

@ -20,8 +20,8 @@ What formats does |app| support conversion to/from?
|app| supports the conversion of many input formats to many output formats. |app| supports the conversion of many input formats to many output formats.
It can convert every input format in the following list, to every output format. It can convert every input format in the following list, to every output format.
*Input Formats:* CBZ, CBR, CBC, EPUB, FB2, HTML, LIT, MOBI, ODT, PDF, PRC**, RTF, TXT *Input Formats:* CBZ, CBR, CBC, EPUB, FB2, HTML, LIT, MOBI, ODT, PDF, PRC**, PDB, PML, RB, RTF, TXT
*Output Formats:* EPUB, FB2, OEB, LIT, LRF, MOBI, PDB, PDF, TXT *Output Formats:* EPUB, FB2, OEB, LIT, LRF, MOBI, PDB, PML, RB, PDF, TXT
** PRC is a generic format, |app| supports PRC files with TextRead and MOBIBook headers ** PRC is a generic format, |app| supports PRC files with TextRead and MOBIBook headers