Subversion Repositories wimsdev

Rev

Rev 15297 | Rev 15503 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15297 Rev 15331
Line 173... Line 173...
173
 /* special font can be configured in log/wims.conf with variable special_font*/
173
 /* special font can be configured in log/wims.conf with variable special_font*/
174
char *special_font="letter-spacing:0.1em;line-height:2.7em;word-spacing:0.8em;font-family:OpenDyslexic3,OpenDyslexic,sans-serif !important;";
174
char *special_font="letter-spacing:0.1em;line-height:2.7em;word-spacing:0.8em;font-family:OpenDyslexic3,OpenDyslexic,sans-serif !important;";
175
int backup_hour=-1; /* Hour for daily backup; -1 means no backup. */
175
int backup_hour=-1; /* Hour for daily backup; -1 means no backup. */
176
int site_accounting=0; /* whether accounting should be activated */
176
int site_accounting=0; /* whether accounting should be activated */
177
int examlog_limit=7; /* number of logged exam sessions for each student */
177
int examlog_limit=7; /* number of logged exam sessions for each student */
-
 
178
char *site_hostname="";
178
 
179
 
179
/* Automatic module update */
180
/* Automatic module update */
180
char *mu_auto="none";
181
char *mu_auto="none";
181
char *mu_cat="all";
182
char *mu_cat="all";
182
char *mu_delay="3";
183
char *mu_delay="3";
183
char *mu_site="http://wims.unice.fr/download/modules";
184
char *mu_site="https://wims.univ-cotedazur.fr/download/modules";
184
char *mu_zone="all";
185
char *mu_zone="all";
185
char *mu_download_site="unice,wimsedu";
186
char *mu_download_site="unice,wimsedu";
186
char *mu_publish_site="unice";
187
char *mu_publish_site="unice";
187
 
188
 
188
/* keywords destined to robots */
189
/* keywords destined to robots */
Line 278... Line 279...
278
  {"show_author",0, &show_author},
279
  {"show_author",0, &show_author},
279
  {"show_ip",0, &show_ip},
280
  {"show_ip",0, &show_ip},
280
  {"show_stat",0, &show_stat},
281
  {"show_stat",0, &show_stat},
281
  {"site_accounting",1, &site_accounting},
282
  {"site_accounting",1, &site_accounting},
282
  {"site_description",0, &site_description},
283
  {"site_description",0, &site_description},
-
 
284
  {"site_hostname",0, &site_hostname},
283
  {"site_keywords",0, &site_keywords},
285
  {"site_keywords",0, &site_keywords},
284
  {"site_languages",0, &site_languages},
286
  {"site_languages",0, &site_languages},
285
  {"site_manager",0, &site_manager},
287
  {"site_manager",0, &site_manager},
286
  {"superclass_quota",1, &superclass_quota},
288
  {"superclass_quota",1, &superclass_quota},
287
  {"texbasesize",1, &texbasesize},
289
  {"texbasesize",1, &texbasesize},