IVOA TWiki User Registration The default TWiki User Registration has been disabled to monitor and verify IVOA TWiki account requests. To obtain valid account credentials...
Redirect Plugin You can use this plugin to make easy to type shortforms/acronyms of topic names. For example: Actual content appears under .LightweightDirectoryAccessProtocol...
REDIRECT{`url`} create a redirect to another topic or website The % REDIRECT{ variable is handled by the RedirectPlugin. Syntax: % REDIRECT{`TopicName...
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...
TinyMCEPlugin Introduction This is an integration of the fast and highly functional WYSIWYG editor. It supports a wide range of browsers such as Firefox, IE, Safari...
TinyMCE FAQs Frequently Asked Questions of the TinyMCEPlugin integration. Q: How can I disable the WYSIWYG editor? A: There are several ways to disable the WYSIWYG...
TWikiUserMappingContrib Introduction The User Mapping Manager interface provides services for mapping between a `user identity` as used when talking to an external...
TWiki Documentation Graphics and File Type Icons This is the TWiki Documentation Graphics library. The graphics can be used in topics and by web applications. All...
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...
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...
TWiki Source Code Packages This documentation is automatically generated from the pod , so it always matches the running code This package doesn`t smell This package...
PreferencesPlugin Introduction Allows editing of preferences using fields predefined in a .TWikiForms. However, the edit fields are inlined in the text, similar...
TwistyContrib Introduction This contrib packages in a convenient way the JavaScript library and the CSS file needed to implement Twisty sections. TwistyContrib...
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...
IF Statements The % IF% construct gives TWiki the power to include content in topics based on the value of simple expressions. % IF{`CONDITION` then `THEN` else...
NOP template text not to be expanded in instantiated topics Syntax: % NOP% In normal topic text, expands to nop , which prevents expansion of adjacent...
Managing Topics Browser based rename, move, and delete for individual topics Overview You can use browser based controls to change a topic`s name, move it to another...
Comment box with CommentPlugin The CommentPlugin allows users to quickly post comments to a page without an edit/save cycle. Write % COMMENT{ attributes or simply...
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...
TWiki Skin Browser You can try out the TWikiSkins currently installed on this system: .skinstable td {border top:2px solid #444; padding:0.75em 0.5em;} Tip: Additional...
ADDTOHEAD add HTML to the HTML head section of the current page Useful for TWiki applications to add custom CSS or JavaScript to the HTML head section of a topic...
BULLET bullet sign Bullet sign, useful to create a bullet list in a TWiki table, such as % BULLET% One % BB% Two % BB% Three Type: Preference variable...
STARTINCLUDE start position of topic text if included If present in included topic, start to include text from this location up to the end, or up to the location...
TWiki Tips TWiki Tips are tips and hints contributed by TWiki users. Use this form to search for tips. You can contribute new tips. See also: TWiki Tips Of The...
N `new` icon Type: Preference variable TWikiRenderingShortcut. Syntax: % N% Expands to: Related: H, I, ICON, M, P, Q, S, T, U, X, Y, TWikiDocGraphics...
I idea icon Type: Preference variable TWikiRenderingShortcut. Syntax: % I% Expands to: Related: H, ICON, M, N, P, Q, S, T, U, X, Y, TWikiDocGraphics...
P pencil icon Type: Preference variable TWikiRenderingShortcut. Syntax: % P% Expands to: Related: H, I, ICON, M, N, Q, S, T, U, X, Y, TWikiDocGraphics...
TOPICURL shortcut to viewing the current topic This variable always expands to an url pointing to the current base topic. Type: Preference variable TWikiRenderingShortcut...
REDBG start red colored background section REDBG is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut...
ORANGE start orange colored text ORANGE is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings...
YELLOW start yellow colored text YELLOW is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings...
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...
Package TWiki::UI::Search UI functions for searching. StaticMethod search ($session) Perform a search as dictated by CGI parameters: Parameter: Description...
Package TWiki::AggregateIterator combine multiple iterators new(\@list, $unique) Create a new iterator over the given list of iterators. The list is not damaged...
Package TWiki::Attrs Class of attribute sets, designed for parsing and storing attribute values from a TWiki tag e.g. % TAG{`joe` fred `bad` joe `mad` An attribute...