Rev 16370 | Rev 16507 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16370 | Rev 16373 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | char *octave_command="octave -Hfq --no-line-editing --no-window-system --silent"; |
64 | char *octave_command="octave -Hfq --no-line-editing --no-window-system --silent"; |
65 | char *scilab_command="scilab -nwni"; |
65 | char *scilab_command="scilab -nwni"; |
66 | char *QRencode_command="qrencode -o"; |
66 | char *QRencode_command="qrencode -o"; |
67 | 67 | ||
68 | /* default languages */ |
68 | /* default languages */ |
69 | char site_langbuf[]="en fr |
69 | char site_langbuf[]="en fr es it nl ca si de cn"; |
70 | char *site_languages=site_langbuf; |
70 | char *site_languages=site_langbuf; |
71 | /* Statistics shows up? */ |
71 | /* Statistics shows up? */ |
72 | char *show_stat="no"; |
72 | char *show_stat="no"; |
73 | /* Author names show up in search result? */ |
73 | /* Author names show up in search result? */ |
74 | char *show_author="no"; |
74 | char *show_author="no"; |