summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-04-06 02:54:11 +0000
committerpjmattal <pjmattal>2005-04-06 02:54:11 +0000
commit71b5b9e6b7e92fe1f2c0c49f47af1c1255f41e24 (patch)
tree7ecc58341c00433e99bf52f61384c525ebdff8c2 /web/html/index.php
parent7fccb8b634118a2f4f92220b194dc74273b15957 (diff)
downloadaurweb-71b5b9e6b7e92fe1f2c0c49f47af1c1255f41e24.tar.xz
many changes in prep for launch
new doc page added changed AUR to community lower-cased unsupported fixed half of the bug with changing categories: categories now can't be changed for packages in community however they can still be changed out from under maintainers by joe users for unsupported packages debugged problem with package details not found when unsupported uploads were with Category 0 (changed default to 19)
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/web/html/index.php b/web/html/index.php
index b05127b..c31dad4 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -77,10 +77,13 @@ html_header();
print "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n";
print "<tr>\n";
print " <td align='left' valign='top'>";
-print __("This is where the intro text will go.");
-print __("For now, it's just a place holder.");
-print __("It's more important to get the login functionality finished.");
-print __("After that, this can be filled in with more meaningful text.");
+?>
+Welcome to the AUR! If you're a newcomer, you may want to read the <a href="user_docs.html">User Documentation</a>.
+<?php
+#print __("This is where the intro text will go.");
+#print __("For now, it's just a place holder.");
+#print __("It's more important to get the login functionality finished.");
+#print __("After that, this can be filled in with more meaningful text.");
print " </td>";
# XXX Is this the proper way to add some spacing between table cells?
#