From a985f2316e50a7170229538efc907c232889bfcc Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 13 Nov 2010 10:27:32 +0100 Subject: Added elements for the related atom feeds to some pages --- data/global.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/global.pl') 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' ], + }, ); -- cgit v1.2.3