RSS support implemented

Latest packages also on homepage

DEPLOYMENT NOTES:
- web/html/xml must be world writable
This commit is contained in:
simo 2005-06-10 23:07:24 +00:00
parent 7044610e32
commit a81f22da2d
5 changed files with 1601 additions and 0 deletions

View file

@ -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";

File diff suppressed because it is too large Load diff