# # labels # # # preferences (resources) # add_conf_proc( 'default', 'Basic preferences' ) do saveconf_default <<-HTML

Site name

Enter the name of your site. This will appear in page titles.

Author

Enter your name.

E-mail address

Enter your e-mail address. (One address in one line)

Send update e-mails?

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 '

Password

' + case saveconf_password when :password_change_success '

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 + <<-HTML

Current password:

New password:

New password (confirm):

HTML end add_conf_proc( 'theme', 'Appearance' ) do saveconf_theme r = <<-HTML

Theme

Select a theme to use in displaying pages.

Theme URL

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.

Theme directory

Enter the directory where themes are located.

Sidebar

Some themes cannot properly display the sidebar. If you are using one of these themes, set this value to off.

CSS class name for the main area

Enter the CSS class name for the main area (default: 'main').

CSS class name for the sidebar

Enter the CSS class name for the sidebar (default: 'sidebar').

Auto link

If you want to use the auto link function, set this value to on.

WikiName

If you want to disable WikiName, set this value to off.

HTML end add_conf_proc( 'xmlrpc', 'XML-RPC' ) do saveconf_xmlrpc <<-HTML

XML-RPC

If you want to disable XML-RPC interfaces, set this value to off.

HTML end