r88 - 23 Jul 2005 - 16:25:53 - TWikiContributorYou are here: Proyecto META >  TWiki Web  > WebHome

Results from TWiki web retrieved at 04:01 (Local)

TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences overwrite the site level preferences in and , and can ...
Proyecto META Site Level Preferences This topic defines site level settings that apply to all users and webs on this TWikiSite. Note: This topic should be ...
: %IF{"context authenticated" then ' E mail '}% Nota: Esta información es pública, excepto la dirección de correo electrónica, que para prevenir el SPAM ...
This is a subscription service to be automatically notified by e mail when topics change in this TWiki web. This is a convenient service, so you do not have to come ...
Update Info Plugin UpdateInfoPlugin will add a "new" or "updated" icon after a .WikiWord link if a %ISNEW% tag is used after the link, and the linked topic was recently ...
This page provides online help for new users of TWiki when editing a page. If there's some formatting that your contributors use often, you can customize this for ...
" warn "off"}% Proyecto META ATasteOfTWiki TextFormattingRules TWikiVariables FormattedSearch TWikiDocGraphics TWikiSkinBrowser ...
EXPERTS ONLY Proposed API for user access, for use with TWiki 4.0.x This module will only work with TWiki versions 4.0.0 and above. Intended for use with any other ...
Admin tools Manage whole Proyecto META site from one screen. Users: Register users, Registration screen for guests, NewUserTemplate, .UserForm, ResetPassword ...
"}%' else ''}% ' else ''}% //LeftBar?templatetopic .WebLeftBarPersonalTemplate topicparent \" "}%
Web Permissions Plugin This plugin provides a centralised interface to TWiki permissions that are applied on a web level, or topic level. Web permissions are presented ...
' '' " then "" else ""}%
Statistics for TWiki Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads ...
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 ...
Wysiwyg Plugin Support for the integration of WYSIWYG (What You See Is What You Get) editors. Comes bundled with a complete integration of the feature rich Kupu editor ...
Package TWiki::Func Official list of stable TWiki functions for Plugin developers This module defines official functions that Plugins can use to interact with the ...
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 ...
TWiki Release 4.0 (Dakar) 'Dakar' is the first major release of the TWiki Enterprise Collaboration Platform in over a year. The focus of this release has been on refactoring ...
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::Users::TWikiUserMapping User mapping is the process by which TWiki maps from a username (a login name) to a wikiname and back. It is also where groups ...
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 ...
Package TWiki::Store::RcsFile This class is PACKAGE PRIVATE to Store, and should never be used from anywhere else. Base class of implementations of stores that manipulate ...
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::Users Singleton object that handles mapping of users to wikinames and vice versa, and user authentication checking. ClassMethod new ($session,$impl ...
Package TWiki::Store::RcsWrap extends TWiki::Store::RcsFile This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile ...
JSCalendarContrib Mishoo JSCalendar, packaged for use by plugins, skins and add ons. Summary of Contents This module packages the Mishoo JSCalendar Javascript in ...
Frequently Asked Questions About TWiki This is a real FAQ, and also a demo of an easily implemented knowledge base solution. To see how it's done, view the source ...
# TWiki Upgrade Guide Upgrade from the previous TWiki 01 Sep 2004 Prodcution Release to TWiki 4.0.0 Overview TWiki 4.0.0 is a major new release. You can chose between ...
Render List Plugin Render bullet lists in a variety of formats Syntax Rules RENDERLIST Variable Place a %RENDERLIST{ parameters }% before any bullet list ...
Help on Preferences A preference setting is defined by: 3 or 6 spaces Set NAME value Example: Set WEBBGCOLOR #FFFFC0 A preferences setting ...
# TWiki Variables Special text strings expand on the fly to display user data or system info TWikiVariables are text strings %VARIABLE% or %VARIABLE{ parameter ...
TWiki Variables Quickstart TWiki Variables are names that are enclosed in percent signs % that are expanded on the fly. Some variables take arguments, such as ...
CSS elements in !PatternSkin This page is a reference for all CSS classes used in PatternSkin. !PatternSkin uses 4 stylesheets: layout.css: positioning of block ...
Using HTML You can use just about any HTML tag without a problem. You can add HTML if there is no TWiki equivalent, for example, write strike deleted text /strike ...
Welcome, ! Welcome to Proyecto META! This is a TWikiSite (pronounced twee kee site ), a meeting place to work on common interests. Anyone can contribute using any ...
Package TWiki::UI::Statistics Statistics extraction and presentation StaticMethod statistics ($session) statistics command handler. This method is designed to ...
Package TWiki::UI::View UI delegate for view function StaticMethod view ($session,$web,$topic,$scruptUrl,$query) view command handler. This method is designed ...
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::UI::RDiff UI functions for diffing. StaticMethod diff ($session,$web,$topic,$query) diff command handler. This method is designed to be invoked ...
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::UI::Edit Edit command handler StaticMethod edit ($session) Edit command handler. This method is designed to be invoked via the TWiki::UI::run ...
Package TWiki::UI Service functions used by the UI packages StaticMethod run (\ method) Entry point for execution of a UI function. The parameter is a reference ...
Package TWiki::Time Time handling functions. StaticMethod parseTime ($szDate) $iSecs Convert string date/time to seconds since epoch. $sDate date/time ...
Package TWiki::I18N::Extract Support translatable strings extraction from TWiki topics and templates. Depends on Locale::Maketext::Extract (part of CPAN::Locale: ...
Package TWiki::Prefs::Parser This Prefs internal class is used to parse Set and Local statements from arbitrary text, and extract settings from meta objects. ...
Package TWiki::OopsException extends Error Exception used to raise a request to redirect to an Oops URL. An OopsException thrown anywhere in the code will redirect ...
Package TWiki::Client::ApacheLogin extends TWiki::Client This is login manager that you can specify in the security setup section of configure. It instructs TWiki ...
Package TWiki::Search This module implements all the search functionality. ClassMethod new ($session) Constructor for the singleton Search engine object. StaticMethod ...
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::Client::TemplateLogin This is a login manager that you can specify in the security setup section of configure. It provides users with a template based ...
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 ...
//"; feedbackText feedbackHeader wikiWordName; insertHtml(feedbackText, "webTopicCreatorFeedback"); // Update hidden field value // Use the negative value ...
#VarMETASEARCH METASEARCH special search of meta data Syntax: %METASEARCH{...}% Supported parameters: Parameter: Description: Default ...
.PatternSkin Customization Questions and answers on configuring page elements. For styling your TWiki, see PatternSkinCssCookbook. Logo questions How can I change ...
Pattern skin PatternSkin is developed to provide a CSS based default look and feel for TWiki flexible and W3C compliant. Its layout and color scheme are designed ...
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 ...
Search Pattern Cookbook The Search function in TWiki is very powerful. Especially searches using a RegularExpression play an important part of tapping TWiki's full ...
A List of TWiki Developer Documentation
A List of TWiki User Documentation
A List of TWiki Administrator Documentation
Add New TWiki Tip Of The Day There are Custom Tips maintained on your local Proyecto META installation, Official TWiki Tips maintained on the TWiki.org web site ...
TWiki User's Guide Documentation for TWiki users. TWiki Quick Start WelcomeGuest: A fast track intro covering all the basics ATasteOfTWiki ...
Permissions settings of the webs on this TWiki site Web Sitemap VIEW CHANGE RENAME ^ Listed DENY ALLOW DENY ALLOW DENY ...
TWiki Tips TWiki Tips are tips and hints contributed by TWiki users. Use this form to search for tips. You can contribute new tips here. Search (perl regular expression ...
# TWiki Forms Add structure to content with forms attached to twiki topics. TWiki forms (with form fields) and formatted search are the base for building database ...
PreferencesPlugin Allows editing of preferences using fields predefined in a .TWikiForms. However, the edit fields are inlined in the text, similar to how tables are ...
#VarLOGOUT LOGOUT present a full logout link Syntax: %LOGOUT% Expand to: Related: TWikiUserAuthentication, SESSIONID, SESSIONVAR, LOGIN, SESSION ...
#VarICONURL ICONURL{"name"} URL of small documentation graphic or icon Generates the full URL of a TWikiDocGraphics image, which TWiki renders as an image ...
#VarFAILEDPLUGINS FAILEDPLUGINS debugging for plugins that failed to load, and handler list Syntax: %FAILEDPLUGINS% Expands to: See TWikiPlugins#FAILEDPLUGINS ...
#VarAUTHREALM AUTHREALM authentication realm String defined as {AuthRealm} in configure . This is used in certain password encodings, and in login templates ...
# TWiki Templates Definition of the templates used to render all HTML pages displayed in TWiki Overview There are three types of template: Master Templates ...
# TWiki Installation Guide Installation instructions for the TWiki 4.0 production release. If you are upgrading from a previous version of TWiki, you probably want ...
Print Skin The print skin, useful to print pages with a small header and footer. Other skins, such as PatternSkin, may introduce their own print skin. This skin is ...
Hide/Unhide Attachments You can hide/unhide file attachments in normal topic view. In the FileAttachment table, click on an action link, enable the Hide ...
FAQ: Why does the topic revision not increase when I edit a topic? Answer: The same topic revision will be used when you save a topic again within a certain time ...
# TWiki Shorthand Basics If you can enter text, you're ready for TWiki. With a few simple, intuitive TextFormattingRules, you'll be able to use plain text to create ...
%SEARCH{ "" type "keyword" scope "" web "" nosearch "" casesensitive "" bookview "" nosummary "" nototal "" order "" reverse "" regex "" limit "" zeroresults "off ...
#VarWIKINAME WIKINAME your Wiki username The WikiName is the same as %USERNAME% if not defined in the . topic Syntax: %WIKINAME% Expands to: ...
#VarTOPIC TOPIC name of current topic Syntax: %TOPIC% Expands to: , renders as Related: #VarBASETOPIC BASETOPIC, INCLUDINGTOPIC, TOPICLIST ...
#VarSESSIONVAR SESSIONVAR name of CGI and session variable that stores the session ID Syntax: %SESSIONVAR% Expand to: Related: TWikiUserAuthentication ...
#VarREVINFO2 REVINFO{"format"} formatted revision information of topic Syntax: %REVINFO{"format"}% Supported parameters: Parameter: Description ...
#VarPUBURL PUBURL the base URL of attachments Syntax: %PUBURL% Expands to: Example: You can refer to a file attached to another topic with ...
#VarNOTIFYTOPIC NOTIFYTOPIC name of the notify topic Syntax: %NOTIFYTOPIC% Expands to: , renders as Related: #VarHOMETOPIC HOMETOPIC, STATISTICSTOPIC ...
#VarMAINWEB MAINWEB name of Main web The web containing ., individual user topics and .TWikiGroups Syntax: %MAINWEB% Expands to: Related ...
#VarINCLUDE INCLUDE{"page"} include other topic or web page Syntax: %INCLUDE{"page" ...}% Supported parameters: Parameter: Description: ...
#VarACTIVATEDPLUGINS ACTIVATEDPLUGINS list of currently activated plugins Syntax: %ACTIVATEDPLUGINS% Expands to: Related: PLUGINDESCRIPTIONS, ...
Text Formatting FAQ The most frequently asked questions about text formatting are answered. Also, TextFormattingRules contains the complete TWiki shorthand system ...
Text Editor A text editor, or text processor, handles plain text only, different from a word processor because it doesn't do display formatting like bold type, or ...
# TWiki System Requirements Server and client requirements Low client and server base requirements are core features that keep TWiki widely deployable, particularly ...
TWiki Skin Browser You can try out the TWikiSkins currently installed on this system: /TWiki/TWikiSkinBrowser?skin $pattern(. \ Base Name\: ^\ \ (\w ). ) preview ...
Welcome to Proyecto META. This page assumes that you are a new user to Proyecto META, and that you've never heard of Wiki before. Here are the most important pages ...
Slide Show Plugin This Plugin converts a topic with headings into a slide show. Introduction There is already a defacto standard for presentations, why this Plugin ...
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 ...
Empty TWiki Plugin This is an empty Plugin you can use as a template to build your own .TWikiPlugins. This Plugin does nothing, but is ready to be used. To create ...
FAQ: How do I delete or rename a topic? Answer: These two questions are answered together because often when you think you want to delete a page, more often it makes ...
Classic Skin The classic TWiki skin is the traditional TWiki skin, as seen in previous TWiki versions. Skin Info Description: Bare bone and functional, for any ...
Bulk Registration The .TWikiAdminGroup can use BulkRegistration to register (i.e. create logins and UserTopics) for a group of people quickly. Create a table in the ...
Access Keys What are access keys? Access keys are keyboard shortcuts which allow the user to navigate around a website or a piece of computer software without having ...
This is a short introductory training course for TWiki beginners. A Taste of TWiki The basic function of TWiki is a Wiki (if that helps!) A Wiki is like a web site ...
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 ...
TWiki is a Wiki Wiki clone and has its root in JOS Wiki. TWiki's home is at http://TWiki.org/ TWiki takes a lot of ideas from Ward Cunningham's remarkable ...
RSS News Feeds Find out What's New There are several ways to find out what's new in each TWiki web: 1. Visit WebChanges to see recent changes 1. Subscribed ...
//?search %5C. ;scope topic;order modified;reverse on;regex on;nosearch on;limit 100, //?search %5C. ;scope topic;order modified;reverse on;regex on;nosearch on;limit ...
#VarWIKIUSERSTOPIC WIKIUSERSTOPIC name of topic listing all registers users Syntax: %WIKIUSERSTOPIC% Expands to: , with prefix renders as . ...
#VarWIKIUSERNAME WIKIUSERNAME your Wiki username with web prefix Your %WIKINAME% with web prefix, useful to point to your Proyecto META home page Syntax ...
#VarWIKITOOLNAME WIKITOOLNAME name of your TWiki site Syntax: %WIKITOOLNAME% Expands to: Proyecto META Related: WIKIHOMEURL, WIKIVERSION
#VarWEB WEB name of current web Syntax: %WEB% Expands to: TWiki Related: BASEWEB, INCLUDINGWEB, TOPIC
#VarUSERNAME USERNAME your login username TWiki makes names available in three formats: USERNAME like jsmith , WIKINAME like JohnSmith and WIKIUSERNAME ...
#VarSTARTSECTION STARTSECTION marks the start of a section within a topic Section boundaries are defined with %STARTSECTION{}% and %ENDSECTION{}% . ...
#VarSTARTINCLUDE STARTINCLUDE start position of topic text if included If present in included topic, start to include text from this location up to the end ...
#VarSERVERTIME2 SERVERTIME{"format"} formatted server time Same format qualifiers as %GMTIME% Syntax: %SERVERTIME{"format"}% Example: %SERVERTIME ...
#VarSEARCH SEARCH{"text"} search content Inline search, shows a search result embedded in a topic Syntax: %SEARCH{"text" ...}% Supported parameters ...
#VarSCRIPTURL SCRIPTURL base URL of TWiki scripts Syntax: %SCRIPTURL% Expands to: Related: PUBURL, SCRIPTNAME, SCRIPTSUFFIX, SCRIPTURL{"script ...
#VarREMOTEUSER REMOTE USER environment variable Syntax: %REMOTE USER% Expands to: Related: HTTP HOST, REMOTE ADDR, REMOTE PORT, USERNAME, WIKINAME ...
#VarREMOTEPORT REMOTE PORT environment variable Syntax: %REMOTE PORT% Expands to: Related: HTTP HOST, REMOTE ADDR, REMOTE USER
#VarMETA META displays meta data Provided mainly for use in templates, this variable generates the parts of the topic view that relate to meta data (attachments ...
#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 ...
Tim Berners Lee invented the World Wide Web while working at CERN in 1989. See his biography at http://www.w3.org/People/Berners Lee/
# TWiki User Authentication TWiki site access control and user activity tracking options Overview Authentication, or "login", is the process by which a user lets ...
Regular Expressions Introduction Regular expressions (REs), unlike simple queries, allow you to search for text which matches a particular pattern. REs are similar ...
Like Save but does not e mail people on the WebNotify notification list same effect as checking "Minor changes, don't notify". Related Topics: UserDocumentationCategory ...
Main Features of TWiki Any web browser: Edit existing pages or create new pages by using any web browser. There is no need to upload pages. Edit link ...
The name you log in with A login name is a sequence of alphanumeric characters and underscores. You cannot alter your !LoginName: you have to get the administrator ...
Go Box The box at the top or sidebar of each page, also called Jump box. Enter a topic name to quickly jump to the topic, for example: WebNotify to jump to ...
FAQ: TWiki has a GPL (GNU General Public License). What is GPL? Answer: TWiki is distributed under the GNU General Public License, see TWikiDownload. GPL is one of ...
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 ...
A ClassMethod is a method that must be called relative to the containing class object. This normally only applies to the new method used to create new object instances ...
#EncodeURLsUTF8 # Appendix B: Encode URLs With UTF8 Use internationalised characters within !WikiWords and attachment names This topic addresses implemented UTF ...
Wiki links topics automatically when you use WikiWord notation.
Wiki name Your name, usually your first and last name connected without a space. For example, Tim Berners Lee's WikiName is TimBernersLee. Your name is also a potentially ...
FAQ: So what is this WikiWiki thing exactly? Answer: A set of pages of information that are open and free for anyone to edit as they wish. They are stored in a server ...
#VarWEBLIST WEBLIST{"format"} index of all webs List of all webs. Obfusticated webs are excluded, e.g. webs with a NOSEARCHALL on preference variable. ...
#VarTWIKIWEB TWIKIWEB name of TWiki documentation web The web containing all documentation and site wide preference settings for Proyecto META Syntax ...
#VarSESSIONVARIABLE SESSION VARIABLE get, set or clear a session variable Syntax: %SESSION VARIABLE{"name"}% Syntax: %SESSION VARIABLE{"name" set ...
#VarSCRIPTURLPATH SCRIPTURLPATH base URL path of TWiki scripts As %SCRIPTURL% , but doesn't include the protocol and host part of the URL Syntax: %SCRIPTURLPATH ...
#VarSCRIPTURL2 SCRIPTURL{"script"} URL of TWiki script Syntax: %SCRIPTURL{"script"}% Expands to: Example: To get the authenticated version of ...
#VarPLUGINVERSION PLUGINVERSION the version of a TWiki Plugin, or the TWiki Plugins API Syntax: %PLUGINVERSION{"name"}% to get the version of a specific ...
#VarPLUGINDESCRIPTIONS PLUGINDESCRIPTIONS list of plugin descriptions Syntax: %PLUGINDESCRIPTIONS% Expands to: Related: ACTIVATEDPLUGINS, FAILEDPLUGINS ...
#VarLOGIN LOGIN present a full login link Syntax: %LOGIN% Expand to: Related: TWikiUserAuthentication, SESSIONID, SESSIONVAR, LOGOUT, SESSION ...
#VarLOCALSITEPREFS LOCALSITEPREFS web.topicname of site preferences topic The full name of the local site preferences topic. This topic is read for preferences ...
#VarLANGUAGE LANGUAGE current user's language Returns the language code for the language used as the current user. This is the language actually used by TWiki ...
#VarICONURLPATH ICONURLPATH{"name"} URL path of small documentation graphic or icon Generates the URL path of a TWikiDocGraphics image, typically used in an ...
#VarHTTPS HTTPS get HTTPS headers The same as %HTTP% but operates on the HTTPS environment variables present when the SSL protocol is in effect. Can be used ...
#VarHOMETOPIC HOMETOPIC home topic in each web Syntax: %HOMETOPIC% Expands to: , renders as Related: #VarNOTIFYTOPIC NOTIFYTOPIC, STATISTICSTOPIC ...
#VarDISPLAYTIME DISPLAYTIME display time Syntax: %DISPLAYTIME% Expands to: Related: DISPLAYTIME{"format"}, GMTIME, SERVERTIME
#VarDATE DATE signature format date Syntax: %DATE% Expands to: Note: When used in a template topic, this variable will be expanded when ...
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 ...
(included from .SiteMap; change . to include from SiteMap instead of TWikiWebsTable)
TWiki Topics The basic building block of a TWiki site is called a topic , identified by a unique, hopefully descriptive, .WikiWord title. It may seem easier just ...
# 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 ...
# TWiki Glossary Simple glossary of TWiki terms Term Definition Attachment: Any type of file that is uploaded via browser and attached to a topic ...
FAQ: I would like to install TWiki on my server. Can I get the source? Answer: TWiki is distributed under the GnuGeneralPublicLicense. You can get the source from ...
TWiki Reference Manual () This page contains all documentation topics as one long, complete reference sheet. Doubleclick anywhere to return to the top of the page ...
Peter Thoeny is the founder of TWiki and TWiki.org, is a Core Team member, and a TWikiContributor. See home page at TWiki:Main.PeterThoeny
GoodStyle Collaboration Tips TWiki has a very simple text formatting shorthand . In any case, you won't go wrong if you simply: start each line without ...
Use the "Minor changes, don't notify" checkbox in preview in case you only make a minor change to a topic and you do not want to inform everybody who is on the WebNotify ...
Change E mail Address Security Note : Set Email user@example.com Registered e mail addresses for currently logged in user ( ): : : ...
See WikiWord Related Topics: UserDocumentationCategory
" else "Proyecto META's TWiki web"}% /TWiki The Documentation Web of TWiki. TWiki is an Enterprise Collaboration Platform.
#VarWIKIPREFSTOPIC WIKIPREFSTOPIC name of site wide preferences topic Syntax: %WIKIPREFSTOPIC% Expands to: , renders as Related: #VarHOMETOPIC ...
#VarWIKIHOMEURL WIKIHOMEURL site home URL deprecated Note: use %WIKILOGOURL% defined in WebPreferences instead.
#VarUSERINFO USERINFO retrieve details about a user (by default the logged in user) Syntax: %USERINFO% Expands to: To format that information differently ...
#VarREMOTEADDR REMOTE ADDR environment variable Syntax: %REMOTE ADDR% Expands to: Related: HTTP HOST, REMOTE PORT, REMOTE USER
#VarQUERYSTRING QUERYSTRING full, unprocessed string of parameters to this URL String of all the URL parameters that were on the URL used to get to the current ...
#VarICON ICON{"name"} small documentation graphic or icon of common attachment types Generates the HTML img tag of a small graphic image attached to TWikiDocGraphics ...
#VarHTTPHOST HTTP HOST environment variable Syntax: %HTTP HOST% Expands to: Related: REMOTE ADDR, REMOTE PORT, REMOTE USER
#VarBASEWEB BASEWEB base web where an INCLUDE started The web name where the includes started, e.g. the web of the first topic of nested includes. Same as ...
Table Plugin Gives extra control of table display: Allows sorting Changing table properties like border width, cell spacing and cell padding Changing ...
The 216 Standard Colors This table can be used to choose a color in of each web. #000000 #000033 #000066 #000099 #0000CC #0000FF #003300 #003333 #003366 ...
Proyecto META Site Map Web Proyecto META Site Map Use to... You can use color coding by web for identification and ...
FAQ: What happens if two of us try to edit the same topic simultaneously? Answer: TWiki allows multiple simultaneous edits of the same topic, and then merges the ...
Inter Wiki Link Rules (or Links to other Sites) This topic lists all aliases needed to map Inter Site links to external wikis/sites. Whenever you write ExternalSite ...
Keyword search Interactive search is a keyword search by default. For example, to search for all topics that contain "SOAP", "WSDL", a literal "web service", but not ...
Custom rendered bullets The RenderListPlugin can render bulleted lists in a variety of different ways. Use %RENDERLIST{ parameters }% before any bulleted list. ...
SlideShowPlugin for presentations Use the SlideShowPlugin to convert a topic with headings and bullets into a slideshow presentation. This Plugin is useful for organizations ...
SpreadSheetPlugin for dynamic content Over 60 formulae are available through the SpreadSheetPlugin. For Example: $AVERAGE() $IF() $REPLACE() ...
Comment box with !CommentPlugin The CommentPlugin allows users to quickly post comments to a page without an edit/preview/save cycle. Write %COMMENT{ attributes ...
Control table attributes with !TablePlugin The TablePlugin gives extra control of table display: Allows sorting Changing table properties like border width ...
SmiliesPlugin emoticons Smilies are common in e mail messages and bulletin board posts. They are used to convey an emotion, such as a smile #058; ) : ) or a frown ...
InterwikiPlugin links The InterwikiPlugin automatically links ExternalSite:Page text to external sites based on aliases defined in the InterWikis topic. This enables ...
Commenting with hidden text To hide sections of a TWiki topic, use HTML comments. Example comment within a sentence: Visible ! and hidden text Example spanning ...
Inline search To embed a search in a topic, use the %SEARCH{ parameters }% TWiki Variable. The search variable is used by many TWiki based applications. More Information ...
TWiki Skins Skins overlay regular templates with alternate header/footer layouts. You can use Skins to change the look of a TWiki topic, for example, the layout of ...
Breadcrumb The breadcrumb of a topic shows you page hierarchy. It is constructed using a topic's parent setting. See More Tips... TWiki:Main.PaulineCheung 30 ...
WikiWords for linking WikiWords are capitalized words, run together, such as WebPreferences and CollaborationPlatform. Using a lot of !WikiWords creates a good browsing ...
Server side include To include the contents of a web page or TWiki topic, use %INCLUDE{"page"}% . Examples: %INCLUDE{"http://www.google.com/"}% %INCLUDE ...
Disabling individual !WikiWords Prevent a WikiWord from being linked by prefixing it with an exclamation point. Example: To escape SunOs write !SunOs to get !SunOs ...
Number of topics: 200
 
Powered by Proyecto META
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Proyecto META? Send feedback