This commit is contained in:
Kovid Goyal 2011-04-25 23:48:40 -06:00
parent 4255df2dc7
commit 80878bf7cf
3 changed files with 9 additions and 10 deletions

View File

@ -56,7 +56,8 @@ class InternalMetadataCompareKeyGen(object):
'''
Generate a sort key for comparison of the relevance of Metadata objects,
given a search query.
given a search query. This is used only to compare results from the same
metadata source, not across different sources.
The sort key ensures that an ascending order sort is a sort by order of
decreasing relevance.

View File

@ -20,13 +20,14 @@ What formats does |app| support conversion to/from?
|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.
*Input Formats:* CBZ, CBR, CBC, CHM, EPUB, FB2, HTML, HTMLZ, LIT, LRF, MOBI, ODT, PDF, PRC**, PDB***, PML, RB, RTF, SNB, TCR, TXT, TXTZ
*Input Formats:* CBZ, CBR, CBC, CHM, EPUB, FB2, HTML, HTMLZ, LIT, LRF, MOBI, ODT, PDF, PRC, PDB, PML, RB, RTF, SNB, TCR, TXT, TXTZ
*Output Formats:* EPUB, FB2, OEB, LIT, LRF, MOBI, HTMLZ, PDB, PML, RB, PDF, SNB, TCR, TXT, TXTZ
** PRC is a generic format, |app| supports PRC files with TextRead and MOBIBook headers
.. note ::
*** PDB is also a generic format. |app| supports eReder, Plucker, PML and zTxt PDB files.
PRC is a generic format, |app| supports PRC files with TextRead and MOBIBook headers.
PDB is also a generic format. |app| supports eReder, Plucker, PML and zTxt PDB files.
.. _best-source-formats:

View File

@ -65,17 +65,14 @@ Catalog plugins
Metadata download plugins
--------------------------
.. module:: calibre.ebooks.metadata.fetch
.. module:: calibre.ebooks.metadata.sources.base
.. autoclass:: MetadataSource
.. autoclass:: Source
:show-inheritance:
:members:
:member-order: bysource
.. autoclass:: calibre.ebooks.metadata.covers.CoverDownload
:show-inheritance:
:members:
:member-order: bysource
.. autoclass:: InternalMetadataCompareKeyGen
Conversion plugins
--------------------