34 lines
1.0 KiB
Cheetah
34 lines
1.0 KiB
Cheetah
{{/*
|
|
* Copyright (C) 2023-2024 Umorpha Systems
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/}}
|
|
{{- define "page-title" }}Home{{ end }}
|
|
{{- define "page-content" }}
|
|
<ul>
|
|
<li><a href="jobs">Jobs</a></li>
|
|
</ul>
|
|
|
|
<hr/>
|
|
|
|
<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>
|
|
|
|
<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" . }}
|