diff --git a/VERSIONS.txt b/VERSIONS.txt index 3c4aa5b5..157ba57f 100644 --- a/VERSIONS.txt +++ b/VERSIONS.txt @@ -4,3 +4,4 @@ Version 1.0 = Revision 146 = at Launch (4/11/05) Version 1.0.1 = Revision 157 (4/22/05) Version 1.0.2 = Revision 168 (5/4/05) Version 1.0.3 = Revision 178 (5/16/05) +Version 1.1 = Revision 194 (6/10/05) diff --git a/web/html/index.php b/web/html/index.php index 4993e231..da4a351d 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -79,20 +79,25 @@ print "
".__("Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h.", array('', ''))."
"; print "".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('', ''))."
"; -print "".__("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('', ''));
+print " ".__("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('', ''));
print " ".__("Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience.", array('', ''))."
\n";
+
#Hey, how about listing the newest pacakges? :D
$q = "SELECT * FROM Packages ";
$q.= "WHERE DummyPkg != 1 ";
$q.= "ORDER BY SubmittedTS DESC ";
$q.= "LIMIT 0 , 10";
$result = db_query($q,$dbh);
-print "".__("Latest Packages:")."(rss)
\n";
+print '
'.__("Recent Updates").' | ||
|