Table of contents
  1. 1. Admin Manual
    1. 1.1. Double Redirects
    2. 1.2. Group management
    3. 1.3. Restore Deleted Pages
    4. 1.4. Service Management
  2. 2. Overview
    1. 2.1. Most Popular
    2. 2.2. Recently Updated
  3. 3. Directory
        1. 3.1.1.1. Advanced
        2. 3.1.1.2. Authentication
        3. 3.1.1.3. Crm
        4. 3.1.1.4. Extensions
        5. 3.1.1.5. Graphics
        6. 3.1.1.6. Media
        7. 3.1.1.7. Navigation
        8. 3.1.1.8. Php
        9. 3.1.1.9. Templates
        10. 3.1.1.10. User Interface
        11. 3.1.1.11. Web Api
        12. 3.1.1.12. (Unclassified)
        13. 3.1.1.13. Comments
        14. 3.1.1.14. Communication
        15. 3.1.1.15. Database
        16. 3.1.1.16. Developers
        17. 3.1.1.17. Documents
        18. 3.1.1.18. Forms
        19. 3.1.1.19. Images
        20. 3.1.1.20. Maps
        21. 3.1.1.21. Reports
        22. 3.1.1.22. Widgets
  4. 4. Installing Extensions and Scripts
  5. 5. Contributing a Script
    1. 5.1. Unused Redirects
    2. 5.2. User management
    3. 5.3. Visual appearance

 

This user manual is out of date.  Please reference the most recent version

Admin Manual

MindTouch DekiWiki provides an intuitive and powerful administrative control panel for administering the application. To minimize the likelihood of unnecessary changes or application outages only administrators have access to the Control panel.

Select Tools from the menu bar and click Control panel (only administrators can view the link to Control panel).


../Media Gallery/image038.gif
Tools menu selected from menu bar

Double Redirects

A redirect occurs anytime a page is moved. Redirects allow users to find the desired page when clicking on a link to the page that has been moved. If a page has been moved many times it can end up with many redirects. You may remove unnecessary redirects by accessing Tools > Control panel > Double redirects


DekiWiki/User Manual/MEdia Gallery/image040.gif

Pages that are moved will never corrupt links

Group management

Once you have added integration with a seperate authentication provider you will be able to manage groups in this section.

 

Restore Deleted Pages


Only administrators can restore a deleted page. Browse to the location of the deleted page by clicking What's New or typing the address of the page directly into your browser. You will be presented with an option to View or restore N deleted edits, where is N is the number of versions of this page. Click this. You may view any of the versions. To restore check the box adjacent to the version you wish to restore and click the Restore button.

DekiWiki/User Manual/Media Gallery/image039.gif

Deleted files can be restored from the Control panel

Alternatively, you can permanently delete files from the system by selecting the desired files and clicking Delete permanently. If you like, you can select all the files on a given view by selecting the topmost check box, this will toggle the checks on and off for all the files shown.

 

Service Management

MindTouch VMware certified downloadDownload Now
MindTouch Linux  packages and install guidesView Install Guide

Overview

Extensions provide additional information to your MindTouch site.  MindTouch ships with a dozen extensions for embedding maps from Google, viewing RSS feeds, or authenticating users with LDAP/Active Directory.

Extensions come in three flavors: templates, scripts, and services.  Templates are reusable wiki pages that are easy to edit and customize.  Scripts are XML files that can easily be shared online.  And services are libraries that need to be installed or hosted on a web-server.

Most Popular

  1. LDAP/ActiveDirectory/eDirectory
  2. Google
  3. Graphviz Flowcharts & Graphs
  4. Flickr Slideshows & Badges
  5. MySql Database
  6. ImageMagick Image Effects
  7. Mathematical Formulae
  8. DHTML Functions
  9. Syntax Highlighter
  10. AccuWeather Widget

 

Recently Updated

  1. Google
  2. Google Status Indicator (Charts)
  3. Deki AJAX API
  4. Xbox Live Gamercards & Avatars
  5. Interwiki Links
  6. Hover Popup Navigation
  7. Visifire 1.x Charts
  8. Hyarchis
  9. * Requested
  10. Disqus Comments

 

Directory

Advanced
Authentication
Crm
Extensions
Graphics
Media
Navigation
Php
Templates
User Interface
Web Api
(Unclassified)
Comments
Communication
Database
Developers
Documents
Forms
Images
Maps
Reports
Widgets

 

Installing Extensions and Scripts

Check the following User Manual pages to learn about installing an extension or script:

Contributing a Script

Script extensions are very easy to share.  Please consider making them available for others to use and build upon.  It only takes 3 easy steps!

  1. Host your script at a public URI (e.g. http://scripts.mindtouch.com/spoiler.xml) or attach them to your user page on this wiki.
  2. Create a new page here with the name of your script (e.g. Spoiler Text).
  3. Create a DekiScript block using the styles menu from the editor toolbar and fill in the parameters for the "ScriptDoc" template.
    ScriptDoc{
        author: "Your Name", // or vendor: "Your Company Name"
        uri: "http://scripts.mindtouch.com/spoiler.xml", // full URI to where the script it located
        status: "Stable" // (optional, default: "Work-in-progress")
    }
  4. Save the page and celebrate the news of your script on the forums!

Unused Redirects

An unused redirect is one that is not needed because no page is linking to the old page title. You can remove these by accessing Tools > Control panel > Unused redirects. From here you may elect to remove any unused redirects.


DekiWiki/User Manual/Media Gallery/image041.gif

Pages that are moved will never corrupt links

 

User management

This is the interface for managing users for Deki Wiki that were either added locally or are connected to a seperate authentication Server.   

 To add a user locally to the wiki make sure that local is selected and then add a username, email, the user's password, and then assign a role to them:

  • Viewer - Can only view content but cannot edit content
  • Contributor - Can view and edit content
  • Admin - Can view and edit content and access the control panel to make system wide changes(only give this access to people you trust with admin access to the site)

./add a user.jpg

 

Visual appearance

This section allows you to customize the look and feel of your site.  You can add a custom logo, change the CSS styles, and change the color of the site.

  

To implement a custom skin for your Deki Wiki go here

 

 

Tag page
You must login to post a comment.