summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-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' ],
+ },
);