Access keys | Permissions | Properties | Page types
Access keys
Modern web browsers support quick access keys . Zwiki's default and plone skins, and to a slight extent the commonplace skin, make use of these. Try the following ALT- or CMD-key combinations (these have been changing; try Alt-0 to see yours):
0 show these access key assignments
wiki functions:
f show front page
c show wiki contents
r show wiki recent changes
show discussion page
show issues page
i show wiki index
o show wiki options (preferences)
h show help page
s go to search field
page functions:
v view page
view pages in full mode
view pages in simple mode
view pages in minimal mode
mail subscription
b show backlinks (links to this page)
d show diffs (page edit history)
y show full history (in ZMI)
e edit this page
x edit with an external editor
print this page (and subtopics)
q view page source (quick-view)
w wipe and regenerate this page's render cache
t go to subtopics
m go to comments (messages)
go to page author's home page, if possible
n next page
p previous page
u up to parent page
in edit form:
s save changes
when viewing diffs:
n next edit
p previous edit
Here are some "Standard" access key assignments.
Permissions
Here are the current Zwiki and Zwiki-related permissions. See also http://zwiki.org/FAQs#What%20are%20the%20Zwiki%20permissions?
Add ZWiki Webs- allows new zwiki webs to be created in the ZMIAdd ZWiki Pages- allows zwiki page creation (in the ZMI or by clicking ?)Zwiki: Add comments to pages- shows add a comment formZwiki: Change page types- shows page type option in edit formZwiki: Change regulations- if regulations are in use, allows them to be changedZwiki: Delete pages- enables the page management form, allows deletionZwiki: Edit pages- allows page editingZwiki: Rename pages- enables the page management form, allows renamingZwiki: Reparent pages- shows reparenting controls in the backlinks form and page management formAdd Documents, Images, and Files- shows file upload option in edit formUse external editor- shows the external edit pencil buttonFTP access- allows ftp access to wiki pagesWebDAV access,WebDAV Lock items,WebDAV Unlock items- allows access
Properties
The following optional properties may be used to configure Zwiki's behaviour (as of 0.22). Use the ZMI to add these, usually in the wiki folder's Properties tab; many will also work on a per-page basis. You can also set them on a parent folder to influence all wikis below that point.
property name |
type (string unless otherwise noted) |
description |
|||||
|---|---|---|---|---|---|---|---|
allow_dtml |
boolean |
if true, DTML code will be enabled in this wiki (may also be used on pages), unless a no_dtml property exists |
|||||
no_dtml (any value) |
disables embedded DTML code |
||||||
allowed_page_types |
lines |
only these page types will be offered in the edit form (see Page types above) |
|||||
standard_page_type |
all new pages will use this type - no longer supported as of 0.22, use a single-item allowed_page_types instead |
||||||
auto_subscribe |
boolean |
if true, auto-subscribe page commenters and creators |
|||||
site_logo |
replaces site logo in default skin |
||||||
SITE_CATALOG |
name of catalog object
(default: |
||||||
use_regulations |
boolean |
enable WikiForNow-style regulations - no longer supported, see RegulatingYourPages |
|||||
subscriber_list |
lines |
list of whole-wiki subscribers |
|||||
mail_from |
sets the mailout From address |
||||||
mail_page_name |
disables page name in mailout subject ? |
||||||
mail_replyto |
sets the mailout Reply-To address |
||||||
mail_signature |
overrides the standard mailout footer |
||||||
mail_to |
sets the mailout To address |
||||||
mailout_policy |
|
||||||
mailin_policy |
|
||||||
mail_accept_nonmembers |
lines |
a list of non-subscribed addresses that may post (may be From or Sender) |
|||||
default_page |
fallback destination for mailins |
||||||
use_wikiname_links |
boolean |
enables bare WikiName links |
|||||
use_bracket_links |
boolean |
enables single-bracket free-form links |
|||||
use_doublebracket_links |
boolean |
enables wikipedia-style [[double-bracket links]]? |
|||||
issue_severities |
define values for IssueTracker/FilterIssues |
||||||
issue_categories |
|||||||
issue_statuses |
|||||||
issue_colours |
lines |
customizes the colour coding for issues - see http://zwiki.org/zwikidir/Defaults.py for default value and instructions |
|||||
Each zwiki page has these properties, not normally changed directly but listed here for reference:
property name |
type |
description |
|---|---|---|
title |
stores the page name |
|
page_type |
selects the render method/formatting rules |
|
last_editor |
username of last editor |
|
last_editor_ip |
IP address of last editor |
|
last_edit_time |
time of last edit |
|
creator |
username of page creator |
|
creator_ip |
IP address of creator |
|
creation_time |
time of creation |
|
parents |
lines |
list of page names who are parents |
subscriber_list |
lines |
list of page subscribers (email addresses or CMF member ids) |
Page types
Here are the page types supported as of Zwiki 0.22, both internal names used in the allowed_page_types property and user-visible names appearing in the editform:
'msgstxprelinkdtmlfitissuehtml':'Structured Text',
'msgrstprelinkfitissue' :'reStructured Text',
'msgwwmlprelinkfitissue' :'WikiWikiWeb markup',
'dtmlhtml' :'HTML',
'plaintext' :'Plain text',
See TextFormattingRules for more about what these mean.
This page uses StructuredTextTables, which are a bit hard to edit.