diff -r 6334869ab06d -r d81cc587cc4d web/common.php --- a/web/common.php Wed Jul 27 17:23:16 2011 +0200 +++ b/web/common.php Wed Jul 27 18:32:32 2011 +0200 @@ -14,6 +14,7 @@ * Base configuration */ $C_default_rep = 'sig-chi-paris-2011'; +$C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0'; $configuration = array( 'siteUrl' => 'http://twitter.com/oauth', @@ -170,8 +171,9 @@ $archives_list = array( "rsln", "rsln-opendata", "rsln-mercedes-bunz", - "enmi2011-technologie-confiance", "CPV", "fens_FabLab_Design_Metadata", - array("mashup","conference"), array("mashup","tableronde"), "sig-chi-paris-2011" + "enmi2011-technologie-confiance", "CPV", array("fens_FabLab_Design_Metadata","fablab"), + array("fens_FabLab_Design_Metadata","designmd"), array("mashup","conference"), array("mashup","tableronde"), + "sig-chi-paris-2011", ); function registry_url($key, $type, $registry_def=null) {