{* $Header$ *} {strip} {form} {jstabs} {jstab title="Server Settings"}
{formfeedback warning="After changing the browser title, you might have to login again."}
{formlabel label="Site title" for="site_title"} {forminput} {formhelp note="The title of your site. The title appears in the banner area and in the browsers top bar."} {/forminput}
{formlabel label="Site slogan" for="site_slogan"} {forminput} {formhelp note="This slogan is (usually) shown below the site title."} {/forminput}
{formlabel label="Site Description" for="site_description"} {forminput} {formhelp note="This text is used to describe your site to search engines. Some search engines use this information to create a summary of your site.
The text you enter here will not be visible anywhere.
The Limit for search engines is 180 characters."} {/forminput}
{formlabel label="Site Keywords" for="site_keywords"} {forminput} {formhelp note="Keywords are used to tell search engines what your page is for. Based on these keywords, your site can be categorised better and searches will give you higher rankings.
The text you enter here will not be visible anywhere.
The Limit for search engines is 900 characters."} {/forminput}
{formlabel label="Site Notice" for="site_notice"} {forminput} {formhelp note="This is a global notice used mostly for emergencies or times of importance as this message will appear on all pages."} {/forminput}
{formlabel label="Default Error Message" for="site_error_title"} {forminput} {formhelp note="The error message to be displayed when Bitweaver did not determine the actual cause for the error; e.g., 'Page cannot be displayed', 'Not Found', or 'Seems there has been a problem.'"} {/forminput}
{/jstab} {jstab title="Miscellaneous"}
{formfeedback warning="Please make sure you know what you are doing as setting this wrongly could prevent you from logging in again."}
{formlabel label="Server name" for="kernel_server_name"} {forminput} {formhelp note="This value should follow the pattern: yourhome.com. It is used for absolute URIs and does not require a trailing slash and a scheme name (http[s])."} {/forminput}
{if !$gBitSystem->hasValidSenderEmail()} {formfeedback error="Site emailer return address is not valid!"} {/if} {formlabel label="Site Emailer return address" for="site_sender_email"} {forminput} {formhelp note="When users recieve an automatically generated email, this is the email address that will be used as return address."} {/forminput}
{* defaults to STORAGE_PKG_NAME now
{formlabel label="Centralized user upload directory" for="site_upload_dir"} {forminput} {/forminput}
*}
{formlabel label="Temporary directory" for="site_temp_dir"} {forminput} {formhelp note="Here you can set the temp directory to a non web-accessible path for maximum security. Specify the full path to the directory where you want to store the temporary data. Make sure the server has write access to the directory and the trailing slash is required. e.g.: /tmp/bitweaver/"} {/forminput}
{formlabel label="Storage Host URI" for="storage_host"} {forminput} {formhelp note="If you are using a different host for all uploaded files, you can enter the URL to that host here. On the storage host you need to point to the parent directory of storage/. If this is not set correctly, users will not be able to download files. e.g.: http://my.bitweaver.storage.com/ (trailing slash is required)"} {/forminput}
{formfeedback warning="After changing this setting you might have to log in again."} {forminput label="checkbox"} {html_checkboxes name="site_store_session_db" values="y" checked=$gBitSystem->getConfig('site_store_session_db') labels=false id="site_store_session_db"} {tr}Store session data in database{/tr} {/forminput}
{formlabel label="Session lifetime in seconds" for="site_session_lifetime"} {forminput} {tr}seconds{/tr} {formhelp note=""} {/forminput}
{/jstab} {jstab title="Site Access"}
{forminput label="checkbox"} {html_checkboxes name="site_closed" values="y" checked=$gBitSystem->getConfig('site_closed') labels=false id="site_closed"} {tr}Disallow access to the site (except for those with permission{/tr} {/forminput}
{forminput label="checkbox"} {html_checkboxes name="site_hidden" values="y" checked=$gBitSystem->getConfig('site_hidden') labels=false id="site_public"} {tr}Site is hidden and will not be crawled by search engines.{/tr} {/forminput}
{formlabel label="Message to display when site is closed" for="site_closed_msg"} {forminput} {/forminput}
{forminput label="checkbox"} {html_checkboxes name="site_load_threshold" values="y" checked=$BitSystemPrefs.site_load_threshold|default:'' labels=false id="site_load_threshold"} {tr}Disallow access when load is above the threshold{/tr} {formhelp note="Disallow access when load is above the threshold (except for those with permission)"} {/forminput}
{formlabel label="Max average server load threshold in the last minute" for="site_load_threshold"} {forminput} {/forminput}
{formlabel label="Message to display when server is too busy" for="site_busy_msg"} {forminput} {/forminput}
{/jstab} {jstab title="Proxy"}
{forminput label="checkbox"} {html_checkboxes name="site_use_proxy" values="y" checked=$gBitSystem->getConfig('site_use_proxy') labels=false id="site_use_proxy"} {tr}Use Proxy{/tr} {/forminput}
{formlabel label="Proxy Host" for="site_proxy_host"} {forminput} {/forminput}
{formlabel label="Proxy port" for="site_proxy_port"} {forminput} {/forminput}
{/jstab} {/jstabs} {/form} {/strip}