aboutsummaryrefslogtreecommitdiff
blob: 4564cd702a52e2c38072f327719e89d31146a4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
{{template "head" .Header}}
<body>
{{template "header" .Header}}


<div class="container mb-5">
    <div class="row">
        <div class="col-12">


        <ol class="breadcrumb">
    <li class="breadcrumb-item"><a href="/">Home</a></li>
    <li class="breadcrumb-item active">About</li>
</ol>

<h1>About packages.gentoo.org</h1>


            <p>Welcome to the new packages.gentoo.org!</p>

            <p>
                This section will be extended with further information as the site continues to develop.
                Feel free to <a href="/about/feedback">get in touch</a> if you have any questions that are not answered on this page.
            </p>

            <h2>FAQ</h2>

            <dl>
                <dt>Which version is currently running?</dt>
                <dd>
                    Currently {{.Application.Version}} is running.
                </dd>
                <br>
                <dt>How often is the site updated?</dt>
                <dd>
                    Updates are scheduled <strong>every 5 minutes now</strong>.
                    You can find the last time an import task was started in the footer.
                </dd>
            </dl>

</div>
</div>
</div>


{{template "footer" .Application }}

</body>
</html>