smeserver-jappix/root/etc/e-smith/templates/etc/jappix/main.xml/20All

15 lines
848 B
Plaintext

<name>{$jappix{'Title'} || 'Jappix'}</name>
<desc>{$jappix{'WelcomMessage'} || 'a free social network'}</desc>
<resource>{$jappix{'Ressource'} || 'Jappix'}</resource>
<lock>{$OUT .= (($jappix{'LockServer'} || 'enabled') =~ m/^enabled|yes|on$/i) ? 'on':'off'}</lock>
<anonymous>{$OUT .= (($jappix{'Anonymous'} || 'disabled') =~ m/^enabled|yes|on$/i) ? 'on':'off'}</anonymous>
<registration>{$OUT .= (($jappix{'Registration'} || 'disabled') =~ m/^enabled|yes|on$/i) ? 'on':'off'}</registration>
<bosh_proxy>off</bosh_proxy>
<manager_link>off</manager_link>
<encryption>on</encryption>
<https_storage>on</https_storage>
<https_force>off</https_force>
<compression>on</compression>
<multi_files>off</multi_files>
<developer>off</developer>