Release Notes of TWiki 6.1.0 (Kampala), 2018 07 16 Introduction TWiki is an enterprise collaboration platform and application platform. TWiki has been downloaded...
TWiki Formatted Search Inline search feature allows flexible formatting of search result The default output format of a % SEARCH{... is a table consisting of topic...
ENCODE{string} encode a string to URL entities, HTML entities, CSV format, and more Encode `special` characters in a string to HTML numeric entities, URL entities...
Backup Restore Plugin Overview This is a solution to backup, restore, and upgrade TWiki sites. It can be used via the browser and on the command line. This plugin...
Tag me Plugin Plugin to tag wiki content collectively or authoritatively in order to make it easier to find content and to get a meaningful page ranking. Introduction...
Comment Plugin The Comment Plugin lets users quickly post comments to a page without an edit/preview/save cycle. Related topics: CommentPluginTemplates, CommentPluginExamples...
TOPICLIST{`format`} topic index of a web List of all topics in a web. The `format` defines the format of one topic item. It may include variables: The $topic...
TWIKISHEET{} enable TWiki Sheet (spreadsheet) and set options The % TWIKISHEET{ variable is handled by the TWikiSheetPlugin Syntax: % TWIKISHEET{ parameters...
WEB name of current web % WEB% expands to the name of the web where the topic is located. If you are looking at the text of an included topic, it is the web...
TWiki Variables Quickstart TWiki Variables are names enclosed in percent signs that are that are expanded to some other text when the topic is displayed. For example...
Notes: Do not edit this topic, it is updated automatically. TWikiSiteTools explains how to enable automatic updates of the statistics pages. Related...
SPACEOUT{`string`} renders string with spaces inserted in sensible places Inserts spaces between word components. Word component boundaries are transitions from...
SESSION VARIABLE get, set or clear a session variable Session variables are stored in a personal `persistent memory space` that is not lost until the web browser...
Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description...
Package TWiki::Access A singleton object of this class manages the access control database. Dynamic access control and permission caching As TWiki:Codev/DynamicAccessControl...
Instant TWiki Site Enhancements These quick enhancements are aimed at improving and customising your TWiki. New TWiki site administrators are especially encouraged...
TWiki Plugins Add functionality to TWiki with readily available plugins; create plugins based on APIs Overview You can add plugins to extend TWiki functionality...
TWiki Reference Manual Documentation for webmasters, system administrators, project managers, team leaders, and all other users of the TWiki Enterprise Collaboration...
Managing Webs Adding, renaming and deleting webs are all web based operations. Overview A TWikiSite is divided into webs; each one represents one workspace, one...
Installed Plugins Plugins are mainly user contributed add ons that enhance and extend TWiki features and capabilities. A limited number of plugins are included in...
Note: This topic does not exist The topic 1 you are trying to access does not exist, yet. Do you wish to navigate quickly to a similar topic? Similar topics...
INCLUDE a topic in the raw When a topic is included, normally TWiki variables in the included topic are expanded in the context of the inlcluded topic. But if raw...
BASETOPIC base topic where an INCLUDE started The name of the topic where a single or nested INCLUDE started same as % TOPIC% if there is no INCLUDE....
SESSIONVAR name of CGI and session variable that stores the session ID Syntax: % SESSIONVAR% Expand to: Category: DevelopmentVariables, SystemInformationVariables...
SCRIPTNAME name of current script The name of the current script is shown, including script suffix, if any (for example viewauth.cgi ) Syntax: % SCRIPTNAME...
PLUGINVERSION the version of a TWiki Plugin, or the TWiki Plugins API Syntax: % PLUGINVERSION{`name` to get the version of a specific plugin Example:...
ICONURLPATH{`name`} URL path of small documentation graphic or icon Generates the URL path of a TWikiDocGraphics image, typically used in an HTML img tag. Specify...
GRAY start gray colored text GRAY is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in...
TWiki Variables Category Body This is a system topic used by TWikiVariablesSearch categories. TWiki Variables Search Category: Categories: Related Topics...
ENDSECTION{`name`} marks the end of a named section within a topic Syntax: % ENDSECTION{`name` Syntax: % ENDSECTION{type `include` Syntax: % ENDSECTION...
EDITACTION select an edit template EDITACTION defined in a topic or preference setting will define the use of an editaction template instead of the standard edit...
Background Image for Preview Preview looks like the real page, but the links lead to an oops dialog warning users of not yet saved topics. In addition, a background...
Release Notes of TWiki 5.0.2 rc1 (Helsinki), 2011 04 21 Introduction TWiki 5.0.0 released on 2010 05 29 is a major release introducing usability enhancements, feature...
FAQ: TWiki is distributed under the GPL (GNU General Public License). What is GPL? Answer: TWiki is distributed under the GNU General Public License, see TWikiDownload...
Custom rendered bullets The RenderListPlugin can render bullet lists in a variety of different ways, for example to show org charts or a directory tree. Use % RENDERLIST...
File attachments One can attach files to any topic. The action of attaching a file to a topic is similar to attaching a file to an e mail. The link to attach a file...
Server side include To include the contents of a web page or TWiki topic, use % INCLUDE{`page` . Examples: % INCLUDE{`http://www.google.com/` % INCLUDE...
Linking to a file attachment One can create a link to a file attachment using one of the following TWikiVariables, % ATTACHURL% or % PUBURL% . % ATTACHURL% is...