aboutsummaryrefslogtreecommitdiff
blob: aeaf3e5067eae98bf749814adc119d62cb372954 (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
<ol class="breadcrumb">
  <li class="breadcrumb-item"><a href="/"><%= t :home %></a></li>
  <li class="breadcrumb-item active"><%= t :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 <%= `git describe --tags` %> is running.
  </dd>
  <br>
  <dt>How do I use advanced search queries?</dt>
  <dd>
    Please view the <a href="/about/queries">advanced search queries page</a> for further information about advanced search queries.
  </dd>
  <br>
  <dt>How often is the site updated?</dt>
  <dd>
    Updates are scheduled <strong>every 10 minutes</strong> and are processed using delayed jobs.
    You can find the last time an import task was started in the footer.
  </dd>
</dl>