# # labels # # # preferences (resources) # add_conf_proc( 'default', 'Basic preferences' ) do saveconf_default <<-HTML
Enter the name of your site. This will appear in page titles.
Enter your name.
Enter your e-mail address. (One address in one line)
Set whether or not you want to have e-mail sent when a page is updated. E-mail will be sent to the address set in the Basic Preferences. (Make sure to specify an SMTP server beforehand in hikiconf.rb.)
HTML end add_conf_proc( 'password', 'Password' ) do 'The admin password has been changed successfully.
' when :password_change_failure 'The old password is wrong or new passwords are not same.
' when nil 'You can change the admin password.
' end + <<-HTMLCurrent password:
New password:
New password (confirm):
HTML end add_conf_proc( 'theme', 'Appearance' ) do saveconf_theme r = <<-HTMLSelect a theme to use in displaying pages.
Specify a URL where a theme is located. If you specify a CSS URL, the theme selected above will be ignored, and the CSS will be used.
Enter the directory where themes are located.
Some themes cannot properly display the sidebar. If you are using one of these themes, set this value to off.
Enter the CSS class name for the main area (default: 'main').
Enter the CSS class name for the sidebar (default: 'sidebar').
If you want to use the auto link function, set this value to on.
If you want to disable WikiName, set this value to off.
HTML end add_conf_proc( 'xmlrpc', 'XML-RPC' ) do saveconf_xmlrpc <<-HTMLIf you want to disable XML-RPC interfaces, set this value to off.
HTML end