summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-21 11:30:24 +0200
committerYorhel <git@yorhel.nl>2009-10-21 11:33:46 +0200
commit06a2e823c738a622625dce599fa19580714834a5 (patch)
treebfa0da620c11812b1289543127567f0445b6e18b /data/global.pl
parent815ed4023dea8c3a4168bc6826a7e9515631dab8 (diff)
Started on the producer relations
The current list of relations isn't final yet, may be changed later on. Quite a bit of this code has been copied from the VN relations... need to find a way to use prober code reuse here. TODO: - Nice relation editor interface - Display relations in revision browser - Display relations on producer pages - Generate relation graphs - Sync update_2.8.sql into dump.sql
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index b1d4b031..a807c9ca 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -49,6 +49,14 @@ our %S = (%S,
fan => [ 8, 'orig' ],
orig => [ 9, 'fan' ],
},
+ prod_relations => {
+ 'old' => [ 0, 'new' ],
+ 'new' => [ 1, 'old' ],
+ 'par' => [ 2, 'sub' ],
+ 'sub' => [ 3, 'par' ],
+ 'imp' => [ 4, 'ipa' ],
+ 'ipa' => [ 5, 'imp' ],
+ },
age_ratings => {
-1 => [ 'Unknown' ],
0 => [ 'All ages' ,'CERO A' ],