mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
home: requests should be filed in the web interface
There is a "file request" link in the "Package Actions" box for every package. Signed-off-by: Johannes Dewender <arch@JonnyJD.net> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
3610f3c6a4
commit
2cff0d3455
1 changed files with 3 additions and 1 deletions
|
@ -45,9 +45,11 @@ html_header( __("Home") );
|
||||||
<p>
|
<p>
|
||||||
<?php
|
<?php
|
||||||
echo __(
|
echo __(
|
||||||
'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. This list can be used for package orphan requests, merge requests, and deletion requests. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.',
|
'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. Package orphan requests, merge requests, and deletion requests should be filed in the %sPackage Actions%s box. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.',
|
||||||
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-general">',
|
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-general">',
|
||||||
'</a>',
|
'</a>',
|
||||||
|
'<var>',
|
||||||
|
'</var>',
|
||||||
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-dev">',
|
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-dev">',
|
||||||
'</a>'
|
'</a>'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue