aboutsummaryrefslogtreecommitdiff
path: root/captain/templates/home.html
blob: 330fb0e0bd41cfcf7a210b46a5ab3eb25052b2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends index.html as contents %}

<h2>Welcome to the Levitating Build Service for the {{ project }} Project</h2>

<p>This server will automate job launching across multiple machines, platforms, and tasks.  Feel free to explore:</p>

<ul>
    <li><a href="releases.html">Releases</a> - Browse files uploaded by players as jobs and their tasks are performed</li>
    <li><a href="jobs.html">Jobs</a> - View pending and completed jobs along with results</li>
    <li><a href="players.html">Players</a> - Manage players, including adding new players to the team</li>
    <li><a href="instructions.html">Instructions</a> - Launch certain instruction sets or assign instructions to players</li>
    <li><a href="groups.html">Groups</a> - Manage or launch a group of instructions, all at once</li>
    <li><a href="about.html">About</a> - Learn more about this service</li>
</ul>