<% @title = "Edit Web" %> <%= form_tag({ :controller => 'admin', :action => 'edit_web', :web => @web.address }, { 'id' => 'setup', 'method' => 'post', 'onSubmit' => 'cleanAddress(); return validateSetup()', 'accept-charset' => 'utf-8' }) %>

Name and address

The name of the web is included in the title on all pages. The address is the base path that all pages within the web live beneath. Ex: the address "rails" gives URLs like /rails/show/HomePage.
Name:    Address: (Letters and digits only)

Specialize

Markup:    Color:

/> Safe mode - strip HTML tags and stylesheet options from the content of all pages
/> Brackets only - require all wiki words to be as [[wiki word]], WikiWord links won't be created
/> Count pages
/> Allow uploads of no more than kbytes - allow users to upload pictures and other files and include them on wiki pages

Stylesheet tweaks >> - add or change styles used by this web; styles defined here take precedence over instiki.css. Hint: View HTML source of a page you want to style to find ID names on individual tags.

Password protection for this web (<%= @web.name %>)

This is the password that visitors need to view and edit this web. Setting the password to nothing will remove the password protection.
Password:    Verify:

Publish read-only version of this web (<%= @web.name %>)

You can turn on a read-only version of this web that's accessible even when the regular web is password protected. The published version is accessible through URLs like /wiki/published/HomePage.
/> Publish this web

Enter system password and

...or forget changes and <%= link_to 'create a new web', :action => 'create_web' %>

<%= end_form_tag %>

Other administrative tasks

<%= form_tag({:controller => 'admin', :web => @web.address, :action => 'remove_orphaned_pages'}, { :id => 'remove_orphaned_pages', :onSubmit => "return checkSystemPassword(document.getElementById('system_password_orphaned').value)", 'accept-charset' => 'utf-8' }) %>

Clean up by entering system password and

<%= end_form_tag %> <%= javascript_include_tag 'edit_web' %>