summaryrefslogtreecommitdiffstats
path: root/templates/packages/flaghelp.html
blob: 579d3a1e2f74175088a9797cba4ccc60c096b975 (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
{% load static from staticfiles %}<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Flagging Packages</title>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <link rel="icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
        <link rel="shortcut icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
	<link rel="stylesheet" type="text/css" href="{% static "flaghelp.css" %}" media="screen, projection" />
    </head>
    <body>
        <h3>Flagging Packages</h3>
        <p>If you notice that a package is out-of-date (i.e., there is a newer
        <strong>stable</strong> release available), then please notify us by
        using the <strong>Flag</strong> button in the <em>Package Details</em>
        screen.  This will notify the maintainer(s) responsible for that
        package so they can update it. If the package is unmaintained, the
        notification will be sent to a developer mailing list.</p>

        <p>The message box portion of the flag utility is meant
        for short messages only. If you need more than 200 characters for your
        message, then file a bug report, email the maintainer directly, or send
        an email to the <a target="_blank" href="https://mailman.archlinux.org/mailman/listinfo/arch-general"
            title="Visit the arch-general mailing list">arch-general mailing list</a>
        with your additional text.</p>

        <p><strong>Note:</strong> Please do <em>not</em> use this facility if the
        package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org/"
            title="Arch Linux Bugtracker">bugtracker</a> instead.</p>
    </body>
</html>