mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Change rss2.php references to rss.php
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
5ca82939ce
commit
cf49644f4e
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ $rss->useCached("RSS2.0", "/tmp/aur-newestpkg.xml", 1800);
|
|||
$rss->title = "AUR Newest Packages";
|
||||
$rss->description = "The latest and greatest packages in the AUR";
|
||||
$rss->link = "${protocol}://{$host}";
|
||||
$rss->syndicationURL = "{$protocol}://{$host}/rss2.php";
|
||||
$rss->syndicationURL = "{$protocol}://{$host}/rss.php";
|
||||
$image = new FeedImage();
|
||||
$image->title = "AUR";
|
||||
$image->url = "{$protocol}://{$host}/images/AUR-logo-80.png";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue