eclipse/cmd/eclipse-httpd/html/pages/index.html.tmpl

36 lines
1.1 KiB
Cheetah

{{/*
* Copyright (C) 2023-2024 Umorpha Systems
* SPDX-License-Identifier: AGPL-3.0-or-later
*/}}
{{- define "page-title" }}Home{{ end }}
{{- define "page-content" }}
<dl>
<dt>Eclipse</dt>
<dd><i>noun</i> a group of moths</dd>
</dl>
<p>Eclipse CI is simple system for triggering jobs on any of a
group of runner hosts.</p>
<hr/>
<ul>
<li><a href="jobs">Jobs</a></li>
</ul>
<hr/>
<p>Copyright (C) 2023-2024 Umorpha Systems</p>
<p>This program is free software: you can redistribute it and/or modify
it under the terms of the <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a> as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.</p>
{{- end }}
{{- template "page.html.tmpl" . }}