diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-10-31 18:46:43 +0100 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-10 01:24:52 +0100 |
commit | 1c22bbc3f74f90a136b899c22bba327161c14763 (patch) | |
tree | 68ce5e80100ef7d103c1d2bb24a1937508995e7d /templates/packages/flaghelp.html | |
parent | 522838d28153fc05d10fc7913babf477894aab79 (diff) | |
download | archweb-1c22bbc3f74f90a136b899c22bba327161c14763.tar.gz archweb-1c22bbc3f74f90a136b899c22bba327161c14763.tar.xz |
added missing packages views from archweb_pub
Diffstat (limited to 'templates/packages/flaghelp.html')
-rw-r--r-- | templates/packages/flaghelp.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html new file mode 100644 index 0000000..aa03bf6 --- /dev/null +++ b/templates/packages/flaghelp.html @@ -0,0 +1,16 @@ +<html> +<head><title>Flagging Packages</title></head> +<body> +<span style="font-family: verdana, arial, helvetica"> +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. +<br><br> +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. +<br><br> +<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. +</span> +</body> +</html> |