12 |
12 |
13 /** |
13 /** |
14 * Base configuration |
14 * Base configuration |
15 */ |
15 */ |
16 $C_default_rep = 'sig-chi-paris-2011'; |
16 $C_default_rep = 'sig-chi-paris-2011'; |
|
17 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0'; |
17 |
18 |
18 $configuration = array( |
19 $configuration = array( |
19 'siteUrl' => 'http://twitter.com/oauth', |
20 'siteUrl' => 'http://twitter.com/oauth', |
20 'consumerKey' => '***REMOVED***', |
21 'consumerKey' => '***REMOVED***', |
21 'consumerSecret' => '***REMOVED***' |
22 'consumerSecret' => '***REMOVED***' |
168 ) |
169 ) |
169 ); |
170 ); |
170 |
171 |
171 $archives_list = array( |
172 $archives_list = array( |
172 "rsln", "rsln-opendata", "rsln-mercedes-bunz", |
173 "rsln", "rsln-opendata", "rsln-mercedes-bunz", |
173 "enmi2011-technologie-confiance", "CPV", "fens_FabLab_Design_Metadata", |
174 "enmi2011-technologie-confiance", "CPV", array("fens_FabLab_Design_Metadata","fablab"), |
174 array("mashup","conference"), array("mashup","tableronde"), "sig-chi-paris-2011" |
175 array("fens_FabLab_Design_Metadata","designmd"), array("mashup","conference"), array("mashup","tableronde"), |
|
176 "sig-chi-paris-2011", |
175 ); |
177 ); |
176 |
178 |
177 function registry_url($key, $type, $registry_def=null) { |
179 function registry_url($key, $type, $registry_def=null) { |
178 |
180 |
179 global $js_registry, $font_registry, $css_registry, $C_default_registry; |
181 global $js_registry, $font_registry, $css_registry, $C_default_registry; |