summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-13 10:27:32 +0100
committerYorhel <git@yorhel.nl>2010-11-13 10:27:32 +0100
commita985f2316e50a7170229538efc907c232889bfcc (patch)
treef4113dfea3fe1e2a331ce24c0df83ef620a94bc6 /data
parent935ad7c2c3b7f442664c84e2ccf44957dd642381 (diff)
Added <link> elements for the related atom feeds to some pages
Diffstat (limited to 'data')
-rw-r--r--data/global.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index cc251851..1a617580 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -101,6 +101,11 @@ our %S = (%S,
wishlist_status => [ 0..3 ],
rlst_rstat => [ 0..4 ], # 2 = hardcoded 'OK', < 2 = hardcoded 'NOK'
rlst_vstat => [ 0..4 ], # 2 = hardcoded 'OK', 0 || 4 = hardcoded 'NOK'
+ atom_feeds => { # num_entries, title, id
+ announcements => [ 10, 'VNDB Site Announcements', '/t/an' ],
+ changes => [ 25, 'VNDB Recent Changes', '/hist' ],
+ posts => [ 25, 'VNDB Recent Posts', '/t' ],
+ },
);