r5 - 27 Mar 2005 - 13:14:15 - TWikiContributorYou are here: TWiki >  TWiki Web  > WebChanges

Results from TWiki web retrieved at 08:44 (GMT)

CsWebmaster 10 Mar 2005
#VarTOC2 TOC{"Topic"} table of contents Table of Contents. Shows a TOC that is generated automatically based on headings of a topic. Headings in WikiSyntax ...
TWiki Admin Cook Book This page has many tips and tricks, particularly useful when you're installing TWiki for the first time. This guide is most useful before or ...
TWiki Editing Shorthand' Formatting Command: You write: You get: Paragraphs: Blank lines will create new paragraphs. 1st paragraph 2nd paragraph 1st paragraph ...
Note: This topic is included by TWikiVariables #VarNOTIFYTOPIC NOTIFYTOPIC name of the notify topic Syntax: %NOTIFYTOPIC% Expands to: , renders as ...
What is a !WikiWord? A !WikiWord consists of two or more words with initial capitals, run together. WikiWords are topic names. A TWiki topic name always has a fixed ...
Edit Table Plugin This plugin allows you to edit TWiki tables using edit fields and drop down boxes. Tables have an Edit table button if preceeded by an %EDITTABLE ...
DragonSkin customization This topic contains information on how to change user configurable look and feel aspects of Dragonskin. See DragonSkinInstall for installation ...
TWiki Site Level Preferences This topic defines site level settings that apply to all users and webs on this TWikiSite. Note: This topic should be regarded ...
Package TWiki::Client The package is also a Factory for login managers and also the base class for all login managers. On it's own, an object of this class is used ...
Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the "real" store provider which is hidden behind ...
Package TWiki::Store::RcsLite extends TWiki::Store::RcsFile This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile ...
Package TWiki TWiki operates by creating a singleton object (known as the Session object) that acts as a point of reference for all the different modules in the system ...
Package TWiki::User A User object is an internal representation of a user in the real world. The object knows about users having login names, wiki names, personal ...
JSCalendarContrib Mishoo JSCalendar, packaged for use by plugins, skins and add ons. Summary of Contents This module packages the Mishoo JSCalendar Javascript in ...
Help on Preferences A preference setting is defined by: 3 or 6 spaces Set NAME value Example: Set WEBBGCOLOR #FFFFC0 A preferences setting ...
Package TWiki::UI::Save UI delegate for save function StaticMethod save ($session) Command handler for save command. This method is designed to be invoked via ...
Package TWiki::If Support for the conditions in %IF{} statements. Basically a simple stack based parser for infix expressions that generates a parse tree that can ...
Package TWiki::UI::ChangeForm Service functions used by the UI packages ClassMethod generate ($session,$theWeb,$theTopic,$editaction) Generate the page that supports ...
Package TWiki::Sandbox This object provides an interface to the outside world. All calls to system functions, or handling of file names, should be brokered by this ...
Package TWiki::UI::Oops UI delegate for oops function StaticMethod oops cgi ($session) oops command handler. This method is designed to be invoked via the TWiki ...
Package TWiki::Prefs::PrefsCache The PrefsCache package holds a cache of topics that have been read in, using the TopicPrefs class. These functions manage that cache ...
Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate) $iSecs Convert string date/time to seconds since epoch. $sDate date/time ...
Package TWiki::AccessControlException extends Error Exception used raise an access control violation. ClassMethod new ($mode,$user,$web,$topic,$reason) ...
Name Type Size Value Tooltip message Attributes WEBBGCOLOR text 20 #FFD8AA HTML Color S FAVICON text 30 /TWiki/WebPreferences/favicon ...
FAQ: What does the "T" in TWiki stand for? Answer: TWiki is short for TakeFive Wiki, the name of the company where its founder Peter Thoeny worked. Peter first named ...
PatternSkinCssCookbook Recipe: EditTable style Cookbook example to illustrate control over !EditTable edit styles. 1 !EditTable uses a monospace font in edit ...
#VarMETASEARCH METASEARCH special search of meta data Syntax: %METASEARCH{...}% Supported parameters: Parameter: Description: Default ...
Language selection dropdown To be included where a language selection is needed, for instance in the top bar or left bar. Note: this dropdown is only shown if localization ...
Tips Contrib Package Displays a rotating "TWiki Tip of the Day" to help familiarize new users with TWiki features. Includes an application for creating custom tips ...
A List of TWiki User Documentation
A List of TWiki Administrator Documentation
#VarWEB WEB name of current web Syntax: %WEB% Expands to: TWiki Related: BASEWEB, INCLUDINGWEB, TOPIC
#VarWIKIPREFSTOPIC WIKIPREFSTOPIC name of site wide preferences topic Syntax: %WIKIPREFSTOPIC% Expands to: , renders as Related: #VarHOMETOPIC ...
#VarHOMETOPIC HOMETOPIC home topic in each web Syntax: %HOMETOPIC% Expands to: , renders as Related: #VarNOTIFYTOPIC NOTIFYTOPIC, STATISTICSTOPIC ...
#VarTWIKIWEB TWIKIWEB name of TWiki documentation web The web containing all documentation and site wide preference settings for TWiki Syntax: %TWIKIWEB ...
# TWiki CGI and Command Line Scripts Programs on the TWiki server performing actions such as rendering, saving and renaming topics. The TWiki scripts are located ...
#VarSTARTSECTION STARTSECTION marks the start of a section within a topic Section boundaries are defined with %STARTSECTION{}% and %ENDSECTION{}% . ...
#VarAUTHREALM AUTHREALM authentication realm String defined as {AuthRealm} in configure . This is used in certain password encodings, and in login templates ...
Time Interval Strings Some features of TWiki, such as searches, permit the specification of time intervals . A time interval is a period of time, such as "1337 to ...
#VarPLUGINDESCRIPTIONS PLUGINDESCRIPTIONS list of plugin descriptions Syntax: %PLUGINDESCRIPTIONS% Expands to: Related: ACTIVATEDPLUGINS, FAILEDPLUGINS ...
#VarWIKINAME WIKINAME your Wiki username The WikiName is the same as %USERNAME% if not defined in the . topic Syntax: %WIKINAME% Expands to: ...
Templates for CommentPlugin See .CommentPlugin#Customisation for help. While this topic can be viewed as a TWiki topic, it is used by the CommentPlugin as a template ...
#VarHTTPHOST HTTP HOST environment variable Syntax: %HTTP HOST% Expands to: Related: REMOTE ADDR, REMOTE PORT, REMOTE USER
#VarMAINWEB MAINWEB name of Main web The web containing ., individual user topics and .TWikiGroups Syntax: %MAINWEB% Expands to: Related ...
#VarHTTP HTTP get HTTP headers Called with the name of an HTTP header field, returns its value. Capitalization and the use of hyphens versus underscores are ...
An ObjectMethod is a method that must be called relative to a previous constructed object of the class type. For example: package Telecoms ClassMethod new() ObjectMethod ...
#VarFAILEDPLUGINS FAILEDPLUGINS debugging for plugins that failed to load, and handler list Syntax: %FAILEDPLUGINS% Expands to: See TWikiPlugins#FAILEDPLUGINS ...
#VarSERVERTIME2 SERVERTIME{"format"} formatted server time Same format qualifiers as %GMTIME% Syntax: %SERVERTIME{"format"}% Example: %SERVERTIME ...
#VarSESSIONVAR SESSIONVAR name of CGI and session variable that stores the session ID Syntax: %SESSIONVAR% Expand to: Related: TWikiUserAuthentication ...
Number of topics: 50

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r5 < r4 < r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WebChanges