X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.conf-templ.pho;h=92fe8ee28946cf8e2533a3148cc8be06ea10dea4;hb=93d7a6690daa9a9138277a8d83edb766fb2bab8a;hp=946df99e47e1d3aa684fb520b9e7a908f7633b24;hpb=f341c32413c83788cf6cf23fe911c401c2f9adad;p=brisk.git diff --git a/web/Obj/brisk.conf-templ.pho b/web/Obj/brisk.conf-templ.pho index 946df99..92fe8ee 100644 --- a/web/Obj/brisk.conf-templ.pho +++ b/web/Obj/brisk.conf-templ.pho @@ -5,6 +5,11 @@ $G_dbasetype="pgsql"; $G_dbauth = "host=... port=... user=... password=... dbname=... options='--client_encoding=UTF8'"; $G_dbpfx = "bsk_"; +$G_domain = "brisk.example.com"; +$G_webbase = "brisk"; +$G_admin_mail = "admin@$G_domain"; +$G_mail_seed = 281741; + $G_lang = "it"; $G_crypt_key = "cryptkey"; @@ -54,21 +59,24 @@ Torneo di briscola
chiamata - Milano
17/05/2008 '; -// is the first side banner active ? -$G_with_sidebanner = TRUE; - -$G_sidebanner = '
- -
-'; - -// is the second side banner active ? -$G_with_sidebanner2 = TRUE; - -$G_sidebanner2 = '
- -
-'; +$G_sidebanner_idx = array( 0, 1, 0 ); + +// sidebanners array +$G_sidebanner = array( + array('link' => 'http://www.alternativeoutput.it/brisk/bm33/', + 'title' => '3° BriskMeeting \'Isola delle Femmine\' - Sabato 11 Ottobre 2014 - Palermo (PA)', + 'icon_big' => 'bm33/img/bm33_500.jpg' + // 'type' => 'meeting' or 'event' // (default meeting with the correct icon) + // 'icon' => 'img/brisk_meeting60.gif' // (default is the regulare meeting icon) + // 'dx' + // 'dy' // displacement of the big image + ), + + array('link' => 'https://www.facebook.com/events/525109597594103/', + 'title' => 'BriskMeeting Busseto - Terra di Verdi - Sabato 4 Ottobre - Busseto (Parma)', + 'icon_big' => 'bm32/img/splash.jpg' + ) + ); // is poll active ? $G_with_poll = FALSE; @@ -78,7 +86,8 @@ $G_poll_entries = array( array( 'id' => 'din', 'cont' => 'Dinner room'), array( 'id' => 'bat', 'cont' => 'Bath room'), array( 'id' => 'coo', 'cont' => 'Cooking room') ); -$G_black_list = array(); +$G_ban_list = array(); // each element in the form "IP/" i.e. "192.15.21.4/24" +$G_black_list = array(); // each element in the form "IP/" i.e. "192.15.21.4/24" // this is the prefix path to remove from backtrace @@ -88,8 +97,8 @@ $G_btrace_pref_sub = "/home/nastasi/web/"; $G_doc_path = "Obj/doc/"; // licence related stuff -$G_tos_vers = "2.0"; -$G_tos_fname = "Obj/doc/terms-of-service_%s_%s.txt"; +$G_tos_vers = "1.2"; +$G_tos_fname = "terms-of-service_V%s_%s.txt"; // USE date +%s -d 'Wed Nov 20 18:35:41 CET 2013' to calculate $G_tos_dthard = 1384968941; $G_tos_dtsoft = 1384968941;