]> git.ipfire.org Git - people/jschlag/pbs.git/blob - data/templates/docs-whatsthis.html
Drop dependency on textile
[people/jschlag/pbs.git] / data / templates / docs-whatsthis.html
1 {% extends "docs-base.html" %}
2
3 {% block title %}{{ _("Documentation") }} - {{ _("Legend of the build states") }}{% end block %}
4
5 {% block body %}
6 <ul class="breadcrumb">
7 <li>
8 <a href="/">{{ _("Home") }}</a>
9 <span class="divider">/</span>
10 </li>
11 <li>
12 <a href="/documents">{{ _("Documentation") }}</a>
13 <span class="divider">/</span>
14 </li>
15 <li class="active">
16 <a href="/documents/what-is-the-pakfire-build-service">{{ _("What is the Pakfire Build Service?") }}</a>
17 </li>
18 </ul>
19
20 <div class="page-header">
21 <h1>{{ _("Documentation") }}: {{ _("What is the Pakfire Build Service?") }}</h1>
22 </div>
23
24 <div class="row">
25 <div class="span8 offset2">
26 <p>
27 {{ _("On this page, you will find out what the Pakfire Build Service really is.") }}
28 {{ _("Read carefully.") }}
29 </p>
30
31 <table class="table table-striped table-hover">
32 <thead>
33 <tr>
34 <th>{{ _("Yeah, that's it!") }}</th>
35 <th>{{ _("No, that's not it!") }}</th>
36 </tr>
37 </thead>
38
39 <tbody>
40 <tr>
41 <td>
42 <p>
43 {{ _("PBS is a tool where people can give feedback to developers.") }}
44 {{ _("It is possible to leave comments and rate builds.") }}
45 </p>
46 </td>
47
48 <td>
49 <p>
50 {{ _("PBS is <strong>NOT</strong> a bugtracker.") }}
51 {{ _("To report bugs please use our bugtracker liked below if you want them to get fixed.") }}
52 </p>
53
54 <p>
55 <a class="pull-right" href="http://bugtracker.ipfire.org" target="_blank">{{ _("Bugtracker") }}</a>
56 </p>
57 </td>
58 </tr>
59 </tbody>
60 </table>
61 </div>
62 </div>
63 {% end %}