diff --git a/setup/plugins_mirror.py b/setup/plugins_mirror.py index 1aa62c028d..1a8318231d 100644 --- a/setup/plugins_mirror.py +++ b/setup/plugins_mirror.py @@ -524,6 +524,7 @@ def check_for_qt5_incompatibility(): else: bad_plugins.append(info) plugs = ['
  • %s
  • ' % x['name'] for x in bad_plugins] + gplugs = ('
  • %s
  • ' % x['name'] for x in ok_plugins) stats = ''' @@ -538,6 +539,10 @@ h1 { text-align: center }

    Stats for porting of calibre plugins to Qt 5

    Number of Qt 5 compatible plugins: %s
    Number of Qt 5 incompatible plugins: %s
    Percentage of plugins ported: %.0f%%

    +

    Plugins that have been ported

    +

    Plugins still to be ported