diff options
author | pjmattal <pjmattal> | 2005-04-06 04:54:11 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-04-06 04:54:11 +0200 |
commit | 71b5b9e6b7e92fe1f2c0c49f47af1c1255f41e24 (patch) | |
tree | 7ecc58341c00433e99bf52f61384c525ebdff8c2 /web/html/index.php | |
parent | 7fccb8b634118a2f4f92220b194dc74273b15957 (diff) | |
download | aur-71b5b9e6b7e92fe1f2c0c49f47af1c1255f41e24.tar.gz aur-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.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/web/html/index.php b/web/html/index.php index b05127be..c31dad4d 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? # |