diff -Nru kapidox-5.79.0/debian/changelog kapidox-5.80.0/debian/changelog --- kapidox-5.79.0/debian/changelog 2021-02-13 12:19:42.000000000 +0000 +++ kapidox-5.80.0/debian/changelog 2021-03-18 11:06:09.000000000 +0000 @@ -1,3 +1,9 @@ +kapidox (5.80.0-0ubuntu1) hirsute; urgency=medium + + * New upstream release (5.80.0) + + -- José Manuel Santamaría Lema Thu, 18 Mar 2021 11:06:09 +0000 + kapidox (5.79.0-0ubuntu1) hirsute; urgency=medium * New upstream release (5.79.0) diff -Nru kapidox-5.79.0/.gitignore kapidox-5.80.0/.gitignore --- kapidox-5.79.0/.gitignore 2021-02-03 17:51:09.000000000 +0000 +++ kapidox-5.80.0/.gitignore 2021-02-17 14:23:58.000000000 +0000 @@ -4,3 +4,4 @@ .cmake/ venv /.clang-format +/compile_commands.json diff -Nru kapidox-5.79.0/README.md kapidox-5.80.0/README.md --- kapidox-5.79.0/README.md 2021-02-03 17:51:09.000000000 +0000 +++ kapidox-5.80.0/README.md 2021-02-17 14:23:58.000000000 +0000 @@ -137,3 +137,12 @@ ## Examples of generated pages: - KDE API documentation: + +## Licensing + +This project is licensed under BSD-2-Clause. But the specific theme used inside KDE +is licensed under AGPL-3.0-or-later. If you find the AGPL to restrictive you can +alternatively use the theme from [Docsy](https://github.com/google/docsy) (APACHE-2.0). +For that you need to replace the style and js script present in `src/kapidox/data/templates/base.html`. + +If you need support or licensing clarification, feel free to contact the maintainers. diff -Nru kapidox-5.79.0/setup.py kapidox-5.80.0/setup.py --- kapidox-5.79.0/setup.py 2021-02-03 17:51:09.000000000 +0000 +++ kapidox-5.80.0/setup.py 2021-02-17 14:23:58.000000000 +0000 @@ -14,7 +14,7 @@ setup( name='kapidox', - version='5.79.0', + version='5.80.0', description='KDE API documentation generation tools', maintainer = 'Olivier Churlaud', maintainer_email = 'olivier@churlaud.com', diff -Nru kapidox-5.79.0/src/kapidox/data/htmlresource/ako.webmanifest kapidox-5.80.0/src/kapidox/data/htmlresource/ako.webmanifest --- kapidox-5.79.0/src/kapidox/data/htmlresource/ako.webmanifest 2021-02-03 17:51:09.000000000 +0000 +++ kapidox-5.80.0/src/kapidox/data/htmlresource/ako.webmanifest 1970-01-01 00:00:00.000000000 +0000 @@ -1,35 +0,0 @@ -{ - "name": "KDE API Documentation", - "short_name": "KDE API", - "description": "Documentation for KDE's libraries", - "icons": [ - { - "src": "/resources/icons/api-kde-org@1x.png", - "sizes": "48x48", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "/resources/icons/api-kde-org@2x.png", - "sizes": "96x96", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "/resources/icons/api-kde-org@3x.png", - "sizes": "144x144", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "/resources/icons/api-kde-org@4x.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "any maskable" - } - ], - "start_url": "/index.html", - "display": "fullscreen", - "theme_color": "#3daee9", - "background_color": "#3daee9" -} \ No newline at end of file diff -Nru kapidox-5.79.0/src/kapidox/data/htmlresource/ako.webmanifest.license kapidox-5.80.0/src/kapidox/data/htmlresource/ako.webmanifest.license --- kapidox-5.79.0/src/kapidox/data/htmlresource/ako.webmanifest.license 2021-02-03 17:51:09.000000000 +0000 +++ kapidox-5.80.0/src/kapidox/data/htmlresource/ako.webmanifest.license 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Carson Black - -SPDX-License-Identifier: BSD-2-Clause \ No newline at end of file diff -Nru kapidox-5.79.0/src/kapidox/data/htmlresource/css/customdoxygen.css kapidox-5.80.0/src/kapidox/data/htmlresource/css/customdoxygen.css --- kapidox-5.79.0/src/kapidox/data/htmlresource/css/customdoxygen.css 2021-02-03 17:51:09.000000000 +0000 +++ kapidox-5.80.0/src/kapidox/data/htmlresource/css/customdoxygen.css 2021-02-17 14:23:58.000000000 +0000 @@ -37,6 +37,9 @@ background-color: var(--base); } + .blockquote { + background-color: var(--card); + } } .memItemLeft, .memItemRight { background-color: var(--base); diff -Nru kapidox-5.79.0/src/kapidox/data/templates/base.html kapidox-5.80.0/src/kapidox/data/templates/base.html --- kapidox-5.79.0/src/kapidox/data/templates/base.html 2021-02-03 17:51:09.000000000 +0000 +++ kapidox-5.80.0/src/kapidox/data/templates/base.html 2021-02-17 14:23:58.000000000 +0000 @@ -5,25 +5,6 @@ {% block page_title %}{% endblock %} - - - @@ -88,7 +69,7 @@ -
+
{% block sidebar %}{% endblock %}
@@ -134,7 +115,7 @@