mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 17:22:59 +02:00
Add todo for non supported features.
This commit is contained in:
parent
15a0384481
commit
05fc3eec93
1 changed files with 12 additions and 0 deletions
|
|
@ -292,6 +292,18 @@ def __init__(self, raw):
|
|||
|
||||
|
||||
class Reader(FormatReader):
|
||||
'''
|
||||
Convert a plucker archive into HTML.
|
||||
|
||||
TODO:
|
||||
* UTF 16 and 32 characters.
|
||||
* Margins.
|
||||
* Alignment.
|
||||
* DATATYPE_MAILTO
|
||||
* DATATYPE_TABLE(_COMPRESSED)
|
||||
* DATATYPE_EXT_ANCHOR_INDEX
|
||||
* DATATYPE_EXT_ANCHOR(_COMPRESSED)
|
||||
'''
|
||||
|
||||
def __init__(self, header, stream, log, options):
|
||||
self.stream = stream
|
||||
|
|
|
|||
Loading…
Reference in a new issue