summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-06-11 04:38:07 +0200
committerpjmattal <pjmattal>2005-06-11 04:38:07 +0200
commit5f59fd86fb137ffeaf88bbf6ba0401c1fe246ec2 (patch)
tree608d631c06dac7f3984ae2fbb7901e522623eccd
parente45d8daaba0fed0deb766f46b773c3f83c596ed1 (diff)
downloadaur-5f59fd86fb137ffeaf88bbf6ba0401c1fe246ec2.tar.gz
aur-5f59fd86fb137ffeaf88bbf6ba0401c1fe246ec2.tar.xz
added changes to front page to close bug #2820
-rw-r--r--web/html/index.php1
-rw-r--r--web/lang/en/aur_po.inc2
-rw-r--r--web/lang/en/index_po.inc4
-rw-r--r--web/lib/aur.inc2
4 files changed, 8 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 94e193de..4993e231 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -79,6 +79,7 @@ print "<tr>\n";
print " <td align='left' valign='top'>";
print "<p>".__("Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h.", array('<a href="guidelines.html">', '</a>'))."</p>";
print "<p>".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('<a href="http://bugs.archlinux.org/index.php?tasks=all&amp;project=2">', '</a>'))."</p>";
+print "<p>".__("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('<a href="http://www.archlinux.org/mailman/listinfo/tur-users">', '<a>'));
print "<p>".__("Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience.", array('<a href="http://wiki2.archlinux.org/index.php/Unofficial%20Repositories">', '</a>'))."</p>";
#Hey, how about listing the newest pacakges? :D
diff --git a/web/lang/en/aur_po.inc b/web/lang/en/aur_po.inc
index 523014e1..d71bc877 100644
--- a/web/lang/en/aur_po.inc
+++ b/web/lang/en/aur_po.inc
@@ -21,4 +21,6 @@ $_t["en"]["Accounts"] = "Accounts";
$_t["en"]["Logout"] = "Logout";
+$_t["en"]["%s: %sAn ArchLinux project%s"] = "%s: %sAn ArchLinux project%s";
+
?> \ No newline at end of file
diff --git a/web/lang/en/index_po.inc b/web/lang/en/index_po.inc
index 767a1010..d9efc743 100644
--- a/web/lang/en/index_po.inc
+++ b/web/lang/en/index_po.inc
@@ -47,4 +47,8 @@ $_t["en"]["Incorrect password for username, %s."] = "Incorrect password for user
$_t["en"]["Latest Packages:"] = "Latest Packages:";
+$_t["en"]["Discussion about the AUR takes place on the %sTUR Users List%s."] = "Discussion about the AUR takes place on the %sTUR Users List%s.";
+
+$_t["en"]["Email discussion about the AUR takes place on the %sTUR Users List%s."] = "Email discussion about the AUR takes place on the %sTUR Users List%s.";
+
?> \ No newline at end of file
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index 494e70ad..52daeca8 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -371,7 +371,7 @@ function html_header() {
print "style='background-color: #000; width: 100%;'>\n";
print " <tr>\n";
print " <td class='preHeader'><span class='preHeader'>";
- print __("%s: An ArchLinux project", array("AUR"));
+ print __("%s: %sAn ArchLinux project%s", array("AUR", "<a href=\"http://www.archlinux.org\">", "</a>"));
print "</span></td>\n";
print " </tr>\n";
print " <tr>\n";