summaryrefslogtreecommitdiffstats
path: root/buildtools/ci-index.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
commitcca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch)
tree146f39ded1c938019e1ed42d30923c2ac9e86789 /buildtools/ci-index.html
parentInitial commit. (diff)
downloadinkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.tar.xz
inkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.zip
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'buildtools/ci-index.html')
-rw-r--r--buildtools/ci-index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/buildtools/ci-index.html b/buildtools/ci-index.html
new file mode 100644
index 0000000..ee0c08f
--- /dev/null
+++ b/buildtools/ci-index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<!-- This is the entry point for CI-generated stuff from the source code.
+ Currently, scan-build analysis and doxygen documentation.
+ Feel free to make this page as beautiful as you want.
+ Mc -->
+ <head>
+ <title>Inkscape CI</title>
+ </head>
+ <body>
+ <h1>Welcome to the Inkscape CI homepage</h1>
+ <p> This page lists the elements generated from the source code and regularly updated.</p>
+ <p>LAST UPDATE: <span style="font-weight:bold;">%DATE%</span> </p>
+ <ul>
+ <li><a href="doxygen/">Doxygen documentation for Inkscape source code</a></li>
+ <li><a href="doxygen-extensions/">Doxygen documentation for extensions</a></li>
+ <li><a href="scan-build/">scan-build static analysis report</a></li>
+ </ul>
+ <p><span style="font-size:small;position:absolute;bottom:0;right:0;"><a href="https://gitlab.com/inkscape/inkscape/-/blob/master/buildtools/ci-index.html">Feel free to improve this file.</a></span></p>
+ </body>
+</html>