diff options
author | simo <simo> | 2005-06-10 23:07:24 +0000 |
---|---|---|
committer | simo <simo> | 2005-06-10 23:07:24 +0000 |
commit | a81f22da2dc0435b7417e635abcf5cb2ebe6e18f (patch) | |
tree | 21fd69527a560e5d21c46d9627b60d6466991dc0 /web/lib/aur.inc | |
parent | 7044610e32b37c079e03cab8bf9cfa8a8f381ec9 (diff) | |
download | aurweb-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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 3343628..5fffb33 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"; |