This user manual is an overview of the MindTouch Deki functionality. For more in depth review of functionality review our Developer Center. If you require more assistance with MindTouch Deki, the enterprise edition of MindTouch Deki may be right for you.
If you are having problems viewing the User Manual or would like a local copy, download the PDF version of the User Manual.
Congratulations on your decision to deploy MindTouch Deki, the new standard for ease of use, speed and functionality in business wikis! While so easy to use that you can start without any training, this guide will accelerate your learning and point out the many features and benefits of the product. The product is so flexible and rich in features that you will most likely find more uses for it after playing with it for a while. So without out any further delay, let's dive in.
If MindTouch Deki's user interface looks familiar, you're right because it's basically a word processor in a web browser. You get all of the benefits of a lightweight word processor and the properties of a webpage in one package. Thus, any wikipage you or your colleagues have created can be accessed 24/7 via the Internet or internal network. Once you understand this concept, everything in the product will make sense to you.
.jpg)
When you're using MindTouch Deki, pages are the most fundamental component. Pages are like any other web page, but in this case you can create, edit, and process them in a variety of ways. Let's further investigate all of the operations that one can perform on a page.
Creating a new page can be done with a single click. On the page toolbar click New page.
Creating a page is just a click away
You have just created a sub-page of the page you were previously viewing. This new page is titled Page Title and you see the editor is already open for you to change the contents of this page. You can now click Save or add the content you desire and then click Save.
Let's assume you were viewing a page titled "Project" and you decide to add a new sub-page. You create a page titled "Jim's Seed Company” and click save. What you just did was create a sub-page, or a child page, to the page titled "Project". This is a hierarchy. We'll discuss this more later.
A sub-page makes it easy to organize information in a logical manner
There is another way to easily create a new page too. If you create a link to a page that doesn't exist you have created a wanted page. This page is denoted by the link being in red text with an underline as you see above. If any user clicks on a link to a wanted page they will browse to the new page and be presented with the editor as if they just created a new page. If the user clicks Save they have just created a new page from the wanted page.
Browse to the page of interest and click Edit Page on the page toolbar.
Page editing is only a click away
You will now see a simple, but very sophisticated rich text (WYSIWYG) editor.
The rich text editor has all the features you need to create rich content
Changing the content of the page is as simple as typing your text and clicking Save in the editor's toolbar (top left). This will save your changes and close the editor.
If you wish to create richly formatted text you can do so by changing the text style, color or background color, and much more. There are many options available to you in the editor. If you're using it for the first time explore all the options available to you.

The rich text editor provides you with many ways to style your content
Notice you can edit in full screen mode by selecting the Toggle Full Screen Mode icon. When in full screen editing mode the user only sees the editor. This is more comfortable for some users because it is exactly like the experience in word processors.
Full screen mode simplifies the interface
Adding an image to a page is easy. You can insert an image that you've attached to a page or insert an image from external resource. To insert an image first click Edit page then select Insert image from the editor toolbar.
One of the many ways MindTouch Deki stands out is the ability to browse all pages and their contents, just like a word processor. In the insert image dialog box, browse to the location of the image you wish to insert. You browse by double-clicking the pages and navigating the page hierarchy. When you single-click to select an image you will be presented with a preview of the image in the right most pane. When you've selected the image you wish to insert you can then change aspects of how it is inserted. These include alignment and image size.
MindTouch Deki also allows you to search the entire site for the image that you want to insert, making it easy to find the right image regardless of location on the wiki. If you want to embed an external image* then you would paste the url in the Link to field and then select Insert image.
*Note: If you're inserting an external image you can provide the URL in the link field. Keep in mind, if the image is removed from this external resource or the address is changed, the inserted image will no longer be viewable.
MindTouch Deki is a powerful application that not only allows easy collaboration but also allows you to create mashups and integrate with applications and web services. The extensions dialog in the WYSISYG editor gives an intuitive user interface for users to insert the extensions. To get started click on the cog icon
in the upper right hand corner of the WYSIWYG editor.
This will open a directory of extensions that you have installed on your Deki. Select the extension that you want to insert and then fill out the appropriate fields. Click insert and the extension will be inserted in your Deki page. On save you will be able to see the extension in fruition.
In the screenshot seen below we have selected to embed an RSS feed in a wiki page. After selecting Atom/RSS Feeds we then choose between the way we want the feed to be displayed, in a table or a list, and finally we copy and paste the feed into the feed field. We can then select Insert Extension to embed the extension in the page. Extensions have varying requirements and setup. Consult the extension documentation to learn more about the specifics of each extension.

One way of adding content to your wiki while ensuring it abides by certain formatting and layout standards is to use MindTouch Deki Templates.
To create a template do the following:
and then selecting the template from the dropdown**Notes: If you tag pages in a template, those will not be inserted when you select the template. Permissions will also not be inserted if you try to apply them to the Template. Permissions and Tags can be added after the Template is inserted. **
To add comments to a page, login and scroll to the bottom of the page. There you can type your comment in the "Add Comment" box and then click Add Comment to have it update and posted to the page.
Add a comment to any page
There is an edit menu item called Transformations or Transform Content depending upon which skin you are using. The purpose of this Transformations or Transform Content menu item is to allow you to attach a Dekiscript function to HTML elements (mostly <pre> elements). The content of these elements is then sent to the extension function for transformation. Content transforms include: syntax highlighting, graphviz graph scripts, mathematical expressions, silverlight, spoiler text, etc.
How are "content transforms" different from regular DekiScript functions? Each content transform is a function, but not each function is a transform. The function has to explicitly declare itself to be a content transform and identify to which HTML elements it's applicable.
You must already have encoded the content to be transformed in a <pre></pre> element. Select the content to be transformed and you will see a dropdown box listing the available transformations in the installation of MindTouch Deki that you are using. Choose the transformation you wish to use, select it and the content will be transformed according to the function which was selected. Selecting "Transformations" or "Transform Content" for items which are not in <pre></pre> elements will result in the display of "No Transformations" in the drop down box and no transformation will be performed.
Creating a new content transform is as easy as registering a new extension in the Services Management Console of the Control Panel.
Here is an example using some php code:

Highlighting the php code in the <pre></pre> section, select Transformations and choose syntax.Php results in the following:
<?php
/**
* Smarty plugin
* @package Smarty
* @subpackage plugins
*/
/**
* Get seconds and microseconds
* @return double
*/
function smarty_core_get_microtime($params, &$smarty)
{
$mtime = microtime();
$mtime = explode(" ", $mtime);
$mtime = (double)($mtime[1]) + (double)($mtime[0]);
return ($mtime);
}
/* vim: set expandtab: */
?>
Linking is another way MindTouch Deki excels. Adding links to pages, files, or external resources is pleasantly simple. Click Edit page, highlight the text you wish to link, select Insert/modify link from the editor toolbar.
Browse to the location of the page or file you wish to link by double-clicking. When you see the page or file you wish to link single-click it to select it. Finally, click Update link to commit your change and click Save in the Editor.
If there is a new version of a linked file, MindTouch Deki will version the file (we'll discuss this more later) and the link will point to the most recent version of the file. Similarly, if a linked page is later moved or renamed, your link will be redirected to the page's new location or name.
MindTouch Deki also allows you to search for the content that you want to link to. To do this select the Search tab at the top of the link window then type the term that you are searching for. This will bring up results for your search that you can easily select and link to.
If you wish to link to an external web page or file simply paste the URL in the link field and click Update link. Any resource external to MindTouch Deki that is moved cannot be found, therefore updated, in the new location.
There are other ways you can make links. If you don't want to use the Create or modify link dialog you can do it with a simple syntax. For example, if you wish to link to a page titled "A Page" type this into the editor: [ [A Page] ] (Note: you must use "[[", where the brackets do not have a space between them) and then Save the page. When the page saves you'll see that you just made a link to the page titled "A Page". Alternatively you can type "A Page" into the editor, select the text, and on your keyboard hold down the control key and the w key, Save. You've just created a link to the page titled "A Page". The same can be done for subpages with [ [A Page/Subpage] ] or "A Page/Subpage".
Whether you're linking to pages or files internal to MindTouch Deki or external ones, do so liberally because links make it easier to understand meaning and relevance of content.
MindTouch Deki has a sophisticated merging engine that will recognize separate changes down to the word and accurately merge the revisions together. This helps with collaboration as there are less chances that if more than one user is editing a page there will be conflicts.
First let’s examine at a high level how MindTouch Deki handles a merge.
Say you have the following set of sentences:
The dog ran along the fence while the boy biked away. The boy was heading off to college to pursue his lifelong dream of being a developer.
Bob edits the first sentence to read this: The black dog ran along the white fence while the boy biked away.
And Tim edits the second sentence to read: The boy was heading off to college to pursue his lifelong dream of being a baker.
These edits occur at the same time but are saved at different times. Regardless of who started the edit first and who saved first, MindTouch Deki will merge the sentences together to form a comprehensive set of sentences as it is intended:
The black dog ran along the white fence while the boy biked away. The boy was heading off to college to pursue his lifelong dream of being a baker.
This is also true on a Section and Page level.
Now if Bob and Tim’s edits were to overlap then both edits will still be saved, but the last person to save will have the opportunity to review and compare the edits and confirm that nothing has been lost that should be kept.
Example:
Using the same sentences from above. Bob edits the first sentence to read:
The black duck waddled next to the white fence while the boy biked away.
While Tim edits the first sentence to read:
The black cat walked on top of the white fence while the boy biked away.
Bob saves his changes first which is accepted by the system. Tim saves his changes which is also accepted by the system. The system notices that there is some overlap and notifies Tim that there is a difference between his edit and what Bob had changed along with prompting him to compare versions to see the difference. This allows Tim to review Bob’s changes at a glance. If Bob’s changes need to be reincorporated, Tim can do so by re-edting the page. Otherwise Tim can also chose to leave the page as is.
We have put a lot of work into our conflict merging to ensure that you don’t lose content and to maintain the integrity of edits so that they can be integrated manually by the user as opposed to removing the edit because of a conflict.
MindTouch Deki allows users to easily attach files to any page. This is significant because it makes capturing and sharing information quick and easy and the consumption of that information quicker than traditional methods. Let's see how this would work.
At the bottom of every page you see a Files section. To the bottom right click Attach file or image.
Now you'll see the Attach file dialog. Click Browse. This opens a dialog that allows you to browse your computer locally for the file(s) you wish to attach. You can select as many files as you like, but you must do so one at a time. Click the + sign to add more rows if you have more than three files you wish to attach. Once you've selected all of the files you wish to attach you may opt to add a Description. When you are satisfied click Upload now.
Wait until your files have uploaded. Depending upon the number of files and their size this can take up to several minutes. After you've completed uploading your files you will be presented with the attached files on the page. Notice you are shown the size of the file, the date it was attached, by whom it was attached, and the attached files' descriptions. An attached image is presented as a thumbnail in the image gallery section.
If at any point you attach a file with the same name to the same page, MindTouch Deki interprets this as a new version of the file and saves it as a new revision, replacing the old. However, old versions of the file are available by clicking the [+] button next to the file name, allowing you to access and revert to old versions of the file.
Clicking the name of your uploaded files will initiate a download of that file to your desktop. Click on your uploaded pictures and you can browse through them in our lightbox.
After a file is attached you can move it to another page or change the description by using the file action menu. If you wish to change the description select Actions adjacent to the file in question. Click Edit description to add the description and click Save description. Likewise, if you wish to move a file, select Actions adjacent to the file in question, Move, then using the Move file dialog navigate to the page you wish to move the file.
Attached files can be moved using the File Actions menu
If you wish to delete a file, you may do so by selecting Actions > Delete > Ok.
MindTouch has another option for uploading attachments, the new Flash uploader. The Flash uploader gives a progress bar of the upload to Deki along with allowing you to easily upload multiple files at once. By default both the classic uploader and the flash uploader are enabled. To use the flash uploader click Attach File or Image and then select the Flash Uploader tab within the dialog. To see a demo of the flash uploaded click here.
The Desktop Connector allows you to drag and drop files and entire folder structures into the wiki. If you drag a folder with subfolders, the folders will be converted to pages in the wiki and attach the files in that folder to the bottom of the page. This is a great tool to use when setting up your Wiki and moving/uploading content.
MindTouch Deki makes it pretty easy to manage pages and files. Here we'll look at how this is done.
Browse to the page you wish to delete, click “More” on the page toolbar and then select “Delete.”

Files or images that have been attached to a page can also be deleted. Just like with pages though, an administrator can restore deleted files. To delete a file, scroll to the Files section at the bottom of the page. Click the Actions menu to the right of the attached file or image. Select Delete, confirm the deletion with Ok.
*Note: When you delete a file you will delete all of the versions of that file too. To restore a file you can do so through the Deleted Files page in the Control Panel
Browse to the page you wish to move, click “More” on the page toolbar and select “Move.”
A dialog box will prompt you to choose the new destination. You may browse all pages of MindTouch Deki by double-clicking and single-clicking to select. If you move a page, you also move all its sub-pages. When you've selected the page you wish to be the new parent of the page(s) you're moving click Move page.
MindTouch Deki orders pages according to the url. It also has the ability for the name of the page and how it appears in the hierarchy to be different than the actual url. This gives flexibility to organize the hierarchy according to the url while maintaining user facing friendly titles. To reorder a hierarchy do the following:
If your hierarchy is as follows:
Now if you want to move A below C we would move the page by clicking More -> Move and then in the Title field in the Move dialog you would give the page a title that would place it below C, like D. This will only change the URL of the page but still maintain the the Display title. The hierarchy will then show the following:
The url for A is now http://yourwiki/D but it is displayed as A on the Page Title and in the hierarchy.
We have discussed how easy it is to create and edit a page and you've seen how easy it is to attach a file or image. Now let's take a look at another easy to use, but very powerful, feature of MindTouch Deki: versioning.
Whenever you edit a page you are creating a new version of that page. Every version of every page is retained as part of MindTouch Deki's audit log, as is the person who edited the page, and the date and time that it was edited. To view any page's history, select the link that dynamically tells you the last time the page was modified (located in the page information box to the top right of the page). Let's look at a page's history and see how easy it is to revert a page to a previous version. Click the last modified date on a page.
A page's history is just one click away
You are presented with the history of the page. You can see when it was edited and by whom. You can also walk backward in time and view each version individually.
Every edit on every page is retained and acts as an audit trail
Or you can view a comparison between two pages by clicking Revision comparison, which will present you the differences between these two page versions.
Comparing versions of a page is as easy as it is to revert to an older version
Finally, you can Revert to the older of these two versions by clicking the button.
If you attach a file with the same name to the same page more than once you are creating a new version of this file. MindTouch Deki by default retains every version of the file and the links that point to it. MindTouch Deki always point to the most recent version of the file. You'll know there is another file if you see a plus icon adjacent to the file.
If you wish to view every version of a given file click the [+] sign adjacent to the file in question. You'll be presented with every version of this file attached to the page you're viewing. You can also see each version's original file details.
Page links to files always point to the most recent version of the file
We've seen how easy it is to capture information and files in MindTouch Deki. Now let's take a look at how easy it is to organize information so anyone can find and discover useful content that has been contributed.
Searching is as easy as providing your query in the search field at the top left of MindTouch Deki. Your result set can include pages, the contents of many types of attached files, and the descriptions of files and images. When you're presented with your result set those that rank at the top are determined by relevance and how recent they are. You can view only pages, only files, or only images if you wish to narrow the result set.
A great way to organize content is by linking. When you create links to pages or files you're creating relationships in the content that make it easier for users to understand and establish relevance. This is one of many ways MindTouch Deki excels. It is really easy to link pages and files, making it really easy to see how content relates. When these relationships in data are established, it makes it very easy to consume the information. This allows users to understand if and how something is relevant to them and their work.
MindTouch Deki provides a flexible means of organizing pages hierarchically. The hierarchy is created by adding New Pages. To add a subpage, select the page that you want as the parent and then click New Page. This will help segment out the information in your wiki along with allowing easy navigation of your content.
How recent information is often impacts how important or relevant it is. With MindTouch Deki there are many ways to determine how current content is. The most obvious way is to look at the top right of a page at the page information bar. This tells you when the page was last modified. For files and images you can see how recently they were attached as well by reviewing the date and time stamp.
You can also look at a page's history by selecting Recent Changes from the menu bar. This give you a global view of which pages have been edited or had files attached, and by whom, in order of newest to oldest. This is a commonly used method of tracking what's going on in an organization and is a powerful discovery tool. At a glance you can see what your colleagues are working on and quickly realize if there is content you can benefit from.
In Recent Changes you can also elect to see changes on a per user basis in order of newest to oldest. To do this, select the user whose contributions you wish to see from the drop down menu at the top of the page. You may then walk backward in time through these contributions using the Next 100 >> control at the top and bottom of the table that contains the contributions.
By reviewing other users' contributions chronologically you are able to very quickly find information that can benefit you. For example, if you are working on a project and know a colleague has experience that could benefit you from their work months ago you can quickly find that information. Or, in the event you’re new to a position you can quickly get up to speed by reusing established content.
Every user is able to create a list of watched pages. Then they can see whenever changes are made to these pages. This is useful in monitoring projects or topics of interest. To add a page to your watch list, click More from the page tool bar.
Adding a page to your watch list is easy
To review your watched pages click Tools, then Watched Pages. This shows you all the pages you are watching, when they were last modified, and by whom. This is a great way to discover information and topics of interest. To monitor your WatchList, Select Tools -> RSS Feeds -> then select the Watchlist link next to your name. You can then put this RSS feed into your favorite reader.
Tags are added to a page through the "Tags" option under the "More" menu:

The tags dialog accepts all text, with the condition of each tag being on its own line. Tags are automatically stripped of HTML tags, trimmed of whitespace (extra spaces before and after the tags are removed), and are converted to lowercase characters for visual consistency.
The tag list appears after a page's contents if tags exist for a page. Tags are sorted first by tag types, with define: and date: types taking precedence over "normal" (no special types) tags. Each tag links to the tag explorer view, which provides a list of all pages with the same tag - this allows for discoverability of related pages outside of the hierarchical structure of Deki.

There are two special classes of tags: define and date. Tags which are prefixed with these two types become assigned to these special types (for example, "define:tagging" would be input into the dialog to create a "tagging" define tag).
define takes ownership of a tag; all references to that tag in other pages automatically link to the page which holds the definition of the tag instead of the explorer view. The page which holds the define tag also displays a "Related Pages" list, which contains a list of pages which contain the defined tag. Only one page may hold the definition for a tag, but one page can have multiple defined tags.
date are tags which are associated specifically with a date. The input form accepts most natural language inputs: date:now, date:tomorrow, date:2007/08/13, date:January 12th, 2005. Clicking a chronotag link exposes an events view. Much like the explorer view, the events view displays all pages with the same date, but it also allows the selection of a dates to display all pages that fall within a range of dates. Sometimes the natural language processor will fail to convert your input into a date (example: "date:oaiwjeoifajf") - in that case, the whole tag is treated as a normal-class of tags.
In addition to the web interfaces for content changes, watch lists, and user contributions, MindTouch Deki provides a plethora of feeds that can be consumed by any RSS reader. To access the RSS feeds select Tools then RSS feeds. To subscribe to the feed simply right-click (option click on Mac) the link to the feed you wish to subscribe to and select Copy Link Location (in Firefox) or Copy Shortcut (in IE). Then launch your RSS reader and paste the URL to the feed.
If you aren't sure what RSS is, it's a way for you to be notified of changes on webpages of interest and be provided with these changes. To really understand this, you should probably run an Internet search for "What is RSS" and you'll find many resources to explain this further. If you don't have an RSS reader, don't worry because there are dozens of free RSS readers you can download and install.
There are many ways to grant access to Deki including integration with a current authentication server, HTTP authentication against the Web Server, or using Deki's Authentication Settings.
Any user can easily restrict access to a page and subpages. To do this, select the More menu from the page bar and select Restrict access.
Then select the users or groups (using control or Apple key to select multiple users or groups) and level of permissions you wish to give them. Finally, select Restrict access.
Any sub-page of the page just restricted will inherit the permissions of this page if you select the Apply these permission changes to all children pages. If you want to restrict a single page/sub-page you can do so by doing the above and making sure that the Apply these permission changes to all children pages isn't checked.
Note: Administrators override all page permissions, meaning they have access to all pages regardless of the page's restrictions. Be very careful to whom you grant administrator access.
Below are different ways to access the root directory of Deki to make changes to the system and to transfer files in/out. This is intended for Advanced users or users with a support plan.
If you'd like to enable SSH on Deki, do the following:
nano /etc/ssh/sshd_configPermitRootLogin no to: PermitRootLogin yes/etc/init.d/ssh restartOnce SSH is enabled you will be able to access your Deki via SFTP which is Secure File Transfer Protocol. In order to access your Deki via SFTP you need to have an SFTP client like FileZilla.
When you are customizing Deki you'll want to be able to easily drag and drop files from your windows environment into the root directory to apply changes. In order to integrate the Deki with Explorer you need to use Samba, which comes installed on the Deki WM. More information about Samba can be found at Wikipedia and the official Samba website.
Here is how you configure Samba:
useradd yourusername
smbpasswd -a yourusername
workgroup = WORKGROUP (replace by your Windows value) # File creation mask is set to 0700 for security reasons. If you want to # create files with group=rw permissions, set next parameter to 0775. create mask = 0644 # Directory creation mask is set to 0700 for security reasons. If you want to # create dirs. with group=rw permissions, set next parameter to 0775. directory mask = 0775 [MyWWW] comment = Deki /var/www folder path = /var/www public = yes writeable = yes read only = no valid users = yourusername create mode = 0666
Note for users not familiar with the smb.conf file: the directory mask and create mask lines exist in the default smb.conf file, and they must be modified. The [MyWWW] section does not. Add the [MyWWW] section at the very end of the smb.conf file to make sure that you are not interrupting another already existing section.
If you want to connect as the root user, make sure to comment the following line like this:
;invalid users = root
If Vista is your Host operating system that VM Player is running on then you'll want to update Samba to the most recent version to avoid a glitch that slows transfer to a trickle. Run the following code to update Samba:
apt-get install samba samba-common samba-client

Above is the default MindTouch Deki Control Panel for releases before Kilen Woods 8.08. To see the default Control Panel for Kilen Woods and later look at the documentation(link to new cp)

Bans allow you to block users from logging into your MindTouch Deki install by banning their username or the IP address that they are accessing your MindTouch Deki from. To ban a user do the following:

Once you click Save, the user will then appear below the ban form and will give you details about the banned user. In the case above, the user was banned by their IP on Aug 11 2008 with a duration of forever. The user was banned by the Admin and the reason was because they vandalized the front page. As stated above you can always edit or delete any ban by selecting it and then clicking the Edit link or clicking the "delete selected bans" button.

The Configuration page in the Control Panel allows you to make changes to the MySQL config table through an interface. Any changes to the Configuration values should be made with caution and only by the Admin. Here is an explanation of all of the configuration settings:

The Double Redirects management screen allows you to remove double redirects within the system. A double redirect occurs when a page is moved twice so that when you go to the original link it will redirect you to the final page. When managing these, make sure that the double redirect is not being referenced anywhere before you remove it.

The Configuration of the FCKeditor screen allows you to add/remove functionality of the default MindTouch Deki editor which is FCKeditor

To add a group into MindTouch enter the group(s) name(s) in the text box separated with semicolons. If you integrate with any external authentication services then the group name needs to be exactly the same as the group name in the external authentication service.


Now select from the your desired users from the Available users list and click the Left arrow highlighted above (#1) to add the users to the group. Once you have selected all of the users that you want in the group select the update group (#2). To remove users from a group click on the selected user(s) in the Group users column and then click the right arrow button. Note: only local users can be added to local groups.
When you add an External Authentication Group, the users are automatically associated with that group. When the user logs in to MindTouch Deki it will check what groups it is a part of and will apply permissions accordingly.

To delete a group, select the group you want to delete, make sure that Delete is selected in the Drop Down, and click the right arrow.
To edit a group, follow the same steps for deleting except select Edit in the dropdown.

Whenever a file is deleted on a Deki page, it will go into the Deleted files queue waiting for the Admin to approve it to be deleted or restored if it was accidently removed. To restore file(s), select the file(s) and then click the restore files button. To delete them, select the files you want to delete and then click the delete permanently button.

The Restore screen allows you to restore pages that have been deleted in the system. If you have a lot of deleted pages you can search for the pages that you want to restore.

Role Management allows you to specify the Roles for users and Groups. Each Role has the following role attribute that can be applied to a Role:
LOGIN
The Login Attribute stipulates if a user is able to login when they reach the site. This, with READ, are the most fundamental of roles.
BROWSE
The BROWSE Attribute stipulates if a user is able to browse the hierarchy or discover content within the wiki via search.
READ
The READ Attribute stipulates if a user is able to view a page, comments, or attachments.
SUBSCRIBE
The Subscribe Attribute stipulates if a user is able to subscribe to the RSS feeds of the system which will show pages changes.
UPDATE
The UPDATE Attribute stipulates if a user is able to make changes to a page or attach files in the wiki.
CREATE
The CREATE Attribute stipulates if a user is able to create a New Page within the wiki.
DELETE
The DELETE Attribute stipulates if a user is able to Delete an existing page within the wiki.
CHANGE PERMISSIONS
The CHANGE PERMISSIONS Attribute stipulates if a user is able to Change or Add Permissions of a page.
CONTROL PANEL
The CONTROL PANEL Attribute stipulates if a user has access to the Control Panel - This should only be accessible to the Admins of the wiki, use sparingly.
UNSAFE CONTENT
The UNSAFE CONTENT Attribute stipulates whether or not a user is able to add unsafe scripts or HTML into a wiki page without it being stripped out. If you want the users to be able to add Unsafe Content then take a look at adding an extension for it.
ADMIN
The ADMIN Attribute stipulates if a user has Admin privileges which overrides all other permissions and restrictions. Use sparingly.
If you want to add a new Role, give it a name and then select the roles that will be associated with it. You can also manage the default role that a newly created user is assigned with.

Service Management allows you to add Deki extensions that integrate with external applications, services, and external authentication. By default the following extensions come pre-installed on Deki:



Visual appearances allows you to change the skinning and templating look for your MindTouch Deki install. To start select a Site logo by clicking Browse and selecting a logo from your local hard drive. Click upload specified logo. Note that the logo will be scaled down to 500 x 50.

Customize site styles allows you to override the CSS of the skin and of the content. The content is defined as the content on a wiki page, i.e. anything that is editable by the WYSIYWYG editor. The template CSS is the actual skin of the wiki, i.e. anything outside of the editable WYSIWYG area.

Changing the styles allows you to add a new look and feel to your wiki. If you add any custom templates/skins they will show up here to be activated by the admin.

Customizing the site HTML gives you more control over areas of the skin/template. To customize the HTML areas, add HTML content in any of the boxes and then click the customize site html button. The areas are defined as follows:


Unused redirects is the management screen for pages that have been moved once as well as their respective redirect. It is recommended to confirm that the redirect isn't being used any more before deleting it. To delete a redirect, select it by checking the checkbox next to its name. Then at the top click the Delete All Selected link.

The MindTouch Deki Product Avtivation screen allows you to easily activate your MindTouch Deki Enterprise edition. If you purchase a MindTouch Deki Enterprise license, navigate to this screen, copy the API Key and send it to support. Support will then email you back your MindTouch Deki Enterprise ID which you will copy into the MindTouch Deki Enterprise ID field and then click upgrade. If you would like to get a MindTouch Deki Enterprise ID, contact a MindTouch Sales Representative with the information above.

The User management page allows you to Add, Edit, and Deactivate users in MindTouch Deki. To add a user do the following:
If you want to add multiple users faster, click the Create multiple users link:

Once users are added, you will be able to Edit or Deactivate them. Note: Users aren't Deleted from the system when you click Deactivate, as this would lose all version history associated with that user along with other content on their User Page. To Edit or Deactivate a user click the checkbox next to the user and then select either Edit or Deactivate and then click the right arrow. The Search field and the Filter field help narrow down the users for editing/deactivating in a large user base.