mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
RSS support implemented
Latest packages also on homepage DEPLOYMENT NOTES: - web/html/xml must be world writable
This commit is contained in:
parent
7044610e32
commit
a81f22da2d
5 changed files with 1601 additions and 0 deletions
|
@ -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";
|
||||
|
|
1541
web/lib/feedcreator.class.php
Normal file
1541
web/lib/feedcreator.class.php
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue