This commit is contained in:
Kovid Goyal 2014-10-01 21:30:33 +05:30
parent 0102ecd892
commit f247f6c8ab
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Design philosophy
|app| has its roots in the Unix world, which means that its design is highly modular. |app| has its roots in the Unix world, which means that its design is highly modular.
The modules interact with each other via well defined interfaces. This makes adding new features and fixing The modules interact with each other via well defined interfaces. This makes adding new features and fixing
bugs in |app| very easy, resulting in a frenetic pace of development. Because of its roots, |app| has a bugs in |app| very easy, resulting in a frenetic pace of development. Because of its roots, |app| has a
comprehensive command line interface for all its functions, documented in :ref:`cli`. comprehensive command line interface for all its functions, documented in :doc:`generated/|lang|/cli-index`.
The modular design of |app| is expressed via ``Plugins``. There is a :ref:`tutorial <customize>` on writing |app| plugins. The modular design of |app| is expressed via ``Plugins``. There is a :ref:`tutorial <customize>` on writing |app| plugins.
For example, adding support for a new device to |app| typically involves writing less than a 100 lines of code in the form of For example, adding support for a new device to |app| typically involves writing less than a 100 lines of code in the form of

View File

@ -53,7 +53,7 @@ changes needed for the desired effect.</p>
<p>You should use this tool as the last step in your ebook creation process.</p> <p>You should use this tool as the last step in your ebook creation process.</p>
{0} {0}
<p>Note that polishing only works on files in the %s formats.</p>\ <p>Note that polishing only works on files in the %s formats.</p>\
''')%_(' or ').join('<b>%s</b>'%x for x in SUPPORTED), ''')%_(' or ').join(sorted('<b>%s</b>'%x for x in SUPPORTED)),
'embed': _('''\ 'embed': _('''\
<p>Embed all fonts that are referenced in the document and are not already embedded. <p>Embed all fonts that are referenced in the document and are not already embedded.