evorepo/templates/packages/flaghelp.html
Dan McGee be3591d957 More validation fixups
Random stupids in our HTML, this should be a little better at least.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31 17:18:00 -06:00

28 lines
1.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Flagging Packages</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
<div style="font-family: sans-serif;">
<p>If you notice that one of Arch's packages is out of date (ie,
there is a newer <b>stable</b> release available), then please
notify us by using the <b>Flag</b> button in the <i>Package
Details</i> screen. This will notify the maintainer responsible
for that package so they can update it.</p>
<p>The message box portion of the flag utility is optional, and
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 arch-general mailing list with
your additional text.</p>
<p><b>Note:</b> Please do <i>not</i> use this facility if the
package is broken! Use the
<a target="_blank" href='http://bugs.archlinux.org'>bugtracker</a> instead.</p>
</div>
</body>
</html>