summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc
diff options
context:
space:
mode:
authorsimo <simo>2005-06-11 01:07:24 +0200
committersimo <simo>2005-06-11 01:07:24 +0200
commita81f22da2dc0435b7417e635abcf5cb2ebe6e18f (patch)
tree21fd69527a560e5d21c46d9627b60d6466991dc0 /web/lib/aur.inc
parent7044610e32b37c079e03cab8bf9cfa8a8f381ec9 (diff)
downloadaur-a81f22da2dc0435b7417e635abcf5cb2ebe6e18f.tar.gz
aur-a81f22da2dc0435b7417e635abcf5cb2ebe6e18f.tar.xz
RSS support implemented
Latest packages also on homepage DEPLOYMENT NOTES: - web/html/xml must be world writable
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r--web/lib/aur.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index 3343628a..5fffb339 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -362,6 +362,7 @@ function html_header() {
print "<link rel='stylesheet' type='text/css' href='/css/fonts.css'/>\n";
print "<link rel='stylesheet' type='text/css' href='/css/containers.css'/>\n";
print "<link rel='shortcut icon' href='/images/favicon.ico'/>\n";
+ print "<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='http://".$_SERVER['HTTP_HOST']."/rss2.php' />\n";
print "<meta http-equiv=\"Content-Type\"";
print " content=\"text/html; charset=UTF-8\" />\n";
print "</head>\n";