File: ci-index.html

package info (click to toggle)
inkscape 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 402,900 kB
  • sloc: cpp: 547,256; python: 72,677; ansic: 63,355; javascript: 3,864; xml: 2,345; sh: 1,667; makefile: 824; perl: 614
file content (21 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>