<% @title = "Web Setup" @hide_menu = true @style_additions = " #Container { width: 600px; margin-left: 180px;} input { vertical-align: bottom } " %> <%= sub_template "top" %> <%= "

#{@message}" if @message %>

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 & digits only)

Specialize

Turning safe mode on will strip HTML tags and stylesheet options from the content of all pages. Turning on "brackets only" will require all wiki words to be as [[wiki word]] and WikiWord won't work. Additions to the stylesheet take precedence over the existing styles. Hint: View source on a page you want to style to find ID names on individual tags.
Markup:    Color:   
> Safe mode    > Brackets only    > Count pages
See styles >>

Persistence Options (all webs)

You can set how often to take snapshots of the web data. (All incremental changes are saved as command_logs; snapshots supercede those with the full data). Recommended values are 1-2 hours if you turn the web on and off often, or 24-48 hours if this is a long running service.
Snapshots will not be taken if there are no incremental changes (in the form of command_logs). You can always force a snapshot in the administrative tasks below.
hour(s).

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

This is the password that visitors need to login 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.

Defaulting non-localhost requests to the 'published' version means that requests coming from other machines to the root (e.g. http://host:2500/) will be passed to /web/published and not /web/show.
Other machines can still explicitly request the /web/show versions, for which you need to set editing password etc. This is just to make referring colleagues to your PIM easier.
> Publish this web
<%= "checked" if @web.default_to_published %>> Default non-localhost requests to the 'published' version

Customise this PIM

Here are a few setting you can use to tweak the appearance and behaviour of your Pimki.

Interface Options

> Edit page on double click.
> Enable menu on left. Don't forget to set the menu contents.

Mind Map

Size:
Limit the size of the Mind Map image. Format is "width,height" in inches. Leave blank for no size limit.
Graph Type Layout Type Content Options Categories
>Draw Normal Graph
>Draw Authors Graph
>Draw Category Graph
checked <% end %>>Neato
checked <% end %>>Dot
checked <% end %>>Circo
checked <% end %>>Twopi
>Show author pages
>Show missing pages
>Show leaf pages

Enter system password and

...or forget all your changes and create a new web.
<% num_webs = WikiService.instance.webs.length %> (There <%= num_webs > 1 ? 'are' : 'is' %> currently <%= WikiService.instance.webs.length %> web<%= 's' if num_webs > 1 %>)



Other administrative tasks

Clean up by entering system password and...





<% if wiki.webs.size > 1 %>
<% end %>



Stop Pimki

Please note that stopping the server will stop all pimki webs running on this server!

Enter system password and in seconds.

<%= sub_template "bottom" %>