]> git.ipfire.org Git - people/jschlag/pbs.git/blame - src/templates/docs-index.html
Use autotools
[people/jschlag/pbs.git] / src / templates / docs-index.html
CommitLineData
9137135a
MT
1{% extends "docs-base.html" %}
2
f6e6ff79 3{% block title %}{{ _("Documentation index") }}{% end block %}
9137135a
MT
4
5{% block body %}
f6e6ff79
MT
6 <ul class="breadcrumb">
7 <li>
8 <a href="/">{{ _("Home") }}</a>
9 <span class="divider">/</span>
10 </li>
11 <li class="active">
12 <a href="/documents">{{ _("Documentation") }}</a>
13 </li>
9137135a
MT
14 </ul>
15
f6e6ff79
MT
16 <div class="page-header">
17 <h1>{{ _("Documents") }}</h1>
18 </div>
19
20 <div class="row">
21 <div class="span6">
22 <p>
23 {{ _("This is a collection of documents that should be read by everybody who is using this system.") }}
24 </p>
25
26 <ul>
27 <li>
28 <a href="/documents/what-is-the-pakfire-build-service">
29 {{ _("What is the pakfire build service?") }}
30 </a>
31 </li>
32 <li>
33 <a href="http://wiki.ipfire.org/devel/pakfire/start" target="_blank">
34 {{ _("General pakfire documentation") }}
35 </a>
36 </li>
37 <li>
38 <a href="http://wiki.ipfire.org/devel/packaging_guidelines/start" target="_blank">
39 {{ _("Packaging guidelines") }}
40 </a>
41 </li>
42 <li>
43 <a href="/documents/builds">{{ _("Builds") }}</a>
44 </li>
45 <li>
46 <a href="/documents/users">{{ _("Users") }}</a>
47 </li>
48 </ul>
49
50 <p>
51 {{ _("This documentation you find at this place is not completed yet.") }}
52 {{ _("Feel free to make any suggestions.") }}
53 </p>
54 </div>
55
56 <div class="span6">
57 <h2>{{ _("Contact") }}</h2>
58 <p>
59 {{ _("If you need help using the build service or have some general questions please use our mailing list.") }}
60 {{ _("You can also talk to the developers and suggest feature enhancements.") }}
61 </p>
62 <p class="pull-right">
63 <a href="http://lists.ipfire.org/mailman/listinfo/pakfire" target="_blank">
64 {{ _("Mailing list") }}
65 </a>
66 </p>
9137135a 67
f6e6ff79
MT
68 <h2>{{ _("Bug reports") }}</h2>
69 <p>
70 {{ _("Please visit Bugzilla to create bug reports on the Pakfire Build System.") }}
71 </p>
72 <p class="pull-right">
73 <a href="https://bugzilla.ipfire.org/describecomponents.cgi?product=Pakfire" target="_blank">
74 Bugzilla
75 </a>
76 </p>
77 </div>
78 </div>
9137135a 79{% end %}