From 3f7330d202e380cc240007746817d18ea6b635dc Mon Sep 17 00:00:00 2001 From: simo Date: Fri, 1 Jul 2005 00:33:45 +0000 Subject: Advertise RSS on main page and fixed guidelines CSS --- web/html/guidelines.html | 4 ++-- web/html/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web') diff --git a/web/html/guidelines.html b/web/html/guidelines.html index b3aa520a..27766f5c 100644 --- a/web/html/guidelines.html +++ b/web/html/guidelines.html @@ -2,7 +2,7 @@ AUR Guidelines - + @@ -270,4 +270,4 @@ If you are a new user, it is safe to use the COMMUNITY repo, as packages have been verified. Any PKGBUILDs in the UNSUPPORTED section of the AUR have not been tested, and could be dangerous or broken. Use at your own risk.

- \ No newline at end of file + diff --git a/web/html/index.php b/web/html/index.php index da4a351d..ac5026b3 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -90,7 +90,7 @@ $q.= "WHERE DummyPkg != 1 "; $q.= "ORDER BY SubmittedTS DESC "; $q.= "LIMIT 0 , 10"; $result = db_query($q,$dbh); -print '
'.__("Recent Updates").'
'."\n"; +print '
'.__("Recent Updates").'(rss)
'."\n"; while ($row = mysql_fetch_assoc($result)) { print '
- '; print $row["Name"]." ".$row["Version"].""; -- cgit v1.2.3-24-g4f1b