diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ # # Note that if(\$ENV{DESTDIR}) always fails, regardless of the value of the DESTDIR # environment variable, hence the STREQUAL test. -# See http://public.kitware.com/Bug/view.php?id=14737 +# See https://public.kitware.com/Bug/view.php?id=14737 install(CODE "set(_root_arg) if (NOT \$ENV{DESTDIR} STREQUAL \"\") diff --git a/docs/metainfo_syntax.md b/docs/metainfo_syntax.md --- a/docs/metainfo_syntax.md +++ b/docs/metainfo_syntax.md @@ -53,7 +53,7 @@ description: Providing everything from simple utility classes to .. logo: relative/path/to/logo.png long_description: # optional, one item per paragraph, html authorized - - The KDE Frameworks build on the Qt + - The KDE Frameworks build on the Qt framework, providing everything from simple utility classes (such as those in KCoreAddons) to integrated solutions for common requirements of desktop applications (such as KNewStuff, for fetching downloadable add-on diff --git a/src/kapidox/argparserutils.py b/src/kapidox/argparserutils.py --- a/src/kapidox/argparserutils.py +++ b/src/kapidox/argparserutils.py @@ -59,7 +59,7 @@ if args.depdiagram_dot_dir and not depdiagram_available: logging.error('You need to install the Graphviz Python bindings to ' 'generate dependency diagrams.\n' - 'See .') + 'See .') exit(1) if not os.path.isdir(args.sourcesdir): diff --git a/src/kapidox/data/Doxyfile.global b/src/kapidox/data/Doxyfile.global --- a/src/kapidox/data/Doxyfile.global +++ b/src/kapidox/data/Doxyfile.global @@ -1,5 +1,5 @@ # Default settings for KDE projects -# See http://www.stack.nl/~dimitri/doxygen/manual/config.html for help +# See http://www.doxygen.nl/manual/config.html for help QUIET = YES @@ -31,13 +31,13 @@ "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \ "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \ "threadsafe=\xrefitem threadsafe \"Threadsafe\" \"Threadsafe\"" \ - "artistic=Artistic" \ - "bsd=BSD" \ - "x11=X11" \ - "gpl=GPLv2" \ - "lgpl=LGPLv2" \ - "mit=MIT" \ - "qpl=QPL" + "artistic=Artistic" \ + "bsd=BSD" \ + "x11=X11" \ + "gpl=GPLv2" \ + "lgpl=LGPLv2" \ + "mit=MIT" \ + "qpl=QPL" diff --git a/src/kapidox/data/htmlresource/kde.css b/src/kapidox/data/htmlresource/kde.css --- a/src/kapidox/data/htmlresource/kde.css +++ b/src/kapidox/data/htmlresource/kde.css @@ -2,7 +2,7 @@ ** HTML elements */ body { - background: url("http://cdn.kde.org/img/bg.png") repeat; + background: url("https://cdn.kde.org/img/bg.png") repeat; margin: 0px; } diff --git a/src/kapidox/data/templates/base.html b/src/kapidox/data/templates/base.html --- a/src/kapidox/data/templates/base.html +++ b/src/kapidox/data/templates/base.html @@ -15,7 +15,7 @@ - + @@ -67,8 +67,8 @@ diff --git a/src/kapidox/data/templates/footer.html b/src/kapidox/data/templates/footer.html --- a/src/kapidox/data/templates/footer.html +++ b/src/kapidox/data/templates/footer.html @@ -1,3 +1,3 @@

Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

-

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal

+

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal

diff --git a/src/kapidox/data/templates/library.html b/src/kapidox/data/templates/library.html --- a/src/kapidox/data/templates/library.html +++ b/src/kapidox/data/templates/library.html @@ -6,7 +6,7 @@ {% if classname %} {% endif %} @@ -19,7 +19,7 @@ doxygen {{ dox.doxygenversion }} written by Dimitri van Heesch, © 1997-2006

- KDE's Doxygen guidelines are available online. + KDE's Doxygen guidelines are available online.