 Related Topics: TWikiSite, TWikiHistory, TWikiPlannedFeatures, TWikiEnhancementRequests
Related Topics: TWikiSite, TWikiHistory, TWikiPlannedFeatures, TWikiEnhancementRequests
 and contrib modules
 and contrib modules exist which enhance and expand TWiki's capabilities; they may have additional requirements.
 exist which enhance and expand TWiki's capabilities; they may have additional requirements.
 , a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.
, a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.
| Resource | Required Server Environment * | 
|---|---|
| Perl | 5.8.0 or higher (5.8.4 or higher is recommended) | 
| RCS | 5.7 or higher (including GNU diff)Optional, TWiki includes a pure Perl implementation of RCS that can be used instead (although it's slower) | 
| GNU diff | GNU diff2.7 or higher is required when not using the all-Perl RcsLite.Install on PATH if not included with RCS (check version with diff -v)Must be the version used by RCS, to avoid problems with binary attachments - RCS may have hard-coded path to diff | 
| GNU df | Used by the site statistics to record disk usage statistics, optional. The df command is pre-installed on Linux and OS-X. On Windows install the CoreUtils for Windows  . | 
| GNU patch | For upgrades only: GNU patchis required when using the TWiki:Codev.UpgradeTWiki script | 
| GNU fgrep,egrep | Modify command line parameters in configure if you use non-GNU grep programs | 
| zip | Zip archive command line utility. Used by the BackupRestorePlugin to create and restore from backups. | 
| Cron/scheduler | • Unix: cron• Windows: cronequivalents | 
| Web server | Apache is well supported; see TWiki:TWiki.InstallingTWiki#OtherWebServers  for other servers | 
 for detailed information on how to install CPAN libraries
The following Perl CPAN
 for detailed information on how to install CPAN libraries
The following Perl CPAN modules are used by TWiki:
 modules are used by TWiki:
| Module | Preferred version | Comment | 
|---|---|---|
| Algorithm::Diff | Included in TWiki distribution | |
| CGI | >=3.18 & <=4.03 | A suitable version ships with TWiki since TWiki-6.0.2 using CgiContrib, e.g. it is no longer necessary to install or downgrade this module. Versions 2.89 and 3.37, as well as version > 4.13 must be avoided. | 
| CGI::Carp | >=1.26 | |
| Config | >=0 | |
| Cwd | >=3.05 | |
| Data::Dumper | >=2.121 | |
| Encode | >=2.1 | |
| Error | Included in TWiki distribution | |
| File::Copy | >=2.06 | |
| File::Find | >=1.05 | |
| File::Spec | >=3.05 | |
| File::Temp | >=0.18 | This version included in Perl 5.9.5. File::Temp needs to be updated on RedHat 5 and CentOS 5. | 
| FileHandle | >=2.01 | |
| HTML::Parser | >=3.28 | Needed by the WysiwygPlugin for WYSIWYG editing | 
| HTML::Entities | >=1.25 | Needed by the WysiwygPlugin for WYSIWYG editing | 
| IO::File | >=1.10 | |
| LWP | Needed to install extensions in TWiki configure | |
| Net::SMTP | >=2.29 | Used for sending mail | 
| Text::Diff | Included in TWiki distribution | |
| Time::Local | >=1.11 | 
 for detailed information on how to install CPAN libraries
 for detailed information on how to install CPAN libraries
| Module | Preferred version | Description | 
|---|---|---|
| Archive::Tar | May be required by the Extensions Installer in configure if command line tar or unzip is not available | |
| Authen::SASL | Used for SMTP Authentication | |
| CGI::Cookie | >=1.24 | Used for session support | 
| CGI::Session | >=3.95 | Used for session support | 
| Crypt::SMIME | >=0.09 | Required if S/MIME-signed administrative e-mail is enabled. | 
| Digest::base | ||
| Digest::SHA1 | ||
| JSON | >=0 | Required if JSON objects are stored and retrieved in SetGetPlugin | 
| Locale::Maketext::Lexicon | >=0 | Used for I18N support | 
| Net::SMTP | >=2.29 | Used for sending mail | 
| URI | Used for configure | 
configure script, or if you're still trying to get to that point, check from the command line like this:
perl -e 'use FileHandle; print $FileHandle::VERSION."\n"'
 .
.
 for the latest updates to this guide and supplemental information for installing or upgrading TWiki, including notes on installing TWiki on different platforms, environments and web hosting sites.
If you are upgrading from a previous version of TWiki, you probably want to read TWikiUpgradeGuide instead.
 for the latest updates to this guide and supplemental information for installing or upgrading TWiki, including notes on installing TWiki on different platforms, environments and web hosting sites.
If you are upgrading from a previous version of TWiki, you probably want to read TWikiUpgradeGuide instead.
 which generates the contents for an Apache config file for TWiki based on your inputs.
While this installation guide specifically describes installation on an Apache web server on Linux, TWiki should work fine with any web server and OS that meet the system requirements (see below). For additional notes on installing TWiki on other systems, see TWiki:TWiki.InstallingTWiki#OtherPlatforms
 which generates the contents for an Apache config file for TWiki based on your inputs.
While this installation guide specifically describes installation on an Apache web server on Linux, TWiki should work fine with any web server and OS that meet the system requirements (see below). For additional notes on installing TWiki on other systems, see TWiki:TWiki.InstallingTWiki#OtherPlatforms .
If you are installing TWiki without Unix/Linux root (administrator) privileges (for example, on a hosted domain), see "Notes on Installing TWiki on Non-Root Account" below for supplemental instructions to the basic steps presented below.
If you are upgrading from an earlier major version of TWiki such as Cairo (TWiki-3) or TWiki 4.x you will need the information found at TWikiUpgradeGuide.
One of the more difficult tasks is installation of additional CPAN libraries. See TWiki:TWiki.HowToInstallCpanModules
.
If you are installing TWiki without Unix/Linux root (administrator) privileges (for example, on a hosted domain), see "Notes on Installing TWiki on Non-Root Account" below for supplemental instructions to the basic steps presented below.
If you are upgrading from an earlier major version of TWiki such as Cairo (TWiki-3) or TWiki 4.x you will need the information found at TWikiUpgradeGuide.
One of the more difficult tasks is installation of additional CPAN libraries. See TWiki:TWiki.HowToInstallCpanModules for detailed information on how to install CPAN libraries.
If you need help, ask a question in the TWiki:Support.WebHome
 for detailed information on how to install CPAN libraries.
If you need help, ask a question in the TWiki:Support.WebHome web or on TWiki:Codev.TWikiIRC
 web or on TWiki:Codev.TWikiIRC (irc.freenode.net, channel #twiki).
 (irc.freenode.net, channel #twiki).
 . (Example - download
. (Example - download TWiki-6.0.1.tgz for Linux)
/var/www). Unpack the distribution in it (Example: tar xvfz TWiki-6.0.1.tgz). The unpack will create a directory called twiki which contains the TWiki package. In the rest of this document we assume this directory is called twiki. chmod -R 770 twiki. The access rules have different meaning for files and directories. This is the most common mistake installers make.
chown -R user:group /path/to/twiki. The webserver username varies from Distributions. Examples for some major distributions: chown -R apache:apache /path/to/twiki
chown -R www-data:www-data /path/to/twiki
chown -R wwwrun:www /path/to/twiki
 to set the access rights of the entire TWiki tree back to the defaults in the distribution.
 to set the access rights of the entire TWiki tree back to the defaults in the distribution. 
/usr/bin/perl. If it's somewhere else, change the path to Perl in the first line of each script in the twiki/bin directory.
apt-get install libcgi-pm-perl. If needed, learn how to install CPAN modules .
.
.cgi or .pl). This is normally only needed under Windows and only where perl scripts are only recognized by file extension. Linux and Unix users should normally never need to do this. If necessary, rename all files in twiki/bin  (i.e. rename view to view.pl etc). If you do this, make sure you set the ScriptSuffix option in configure (Step 6).
twiki/bin/LocalLib.cfg twiki/bin/LocalLib.cfg.txt. Simply copy LocalLib.cfg.txt to LocalLib.cfg. Make sure the ownership and access rights of the copy are the same as LocalLib.cfg.txt
twiki/bin/LocalLib.cfg must contain a setting for $twikiLibPath, which must point to the absolute directory path of your twiki/lib e.g. /var/www/twiki/lib.
 modules, but can't update the main Perl installation files on the server, you can set
 modules, but can't update the main Perl installation files on the server, you can set $CPANBASE to point to your personal CPAN install. Don't forget that the webserver user has to be able to read those files as well.
 install. Don't forget that the webserver user has to be able to read those files as well.
twiki.conf). Performance is much better with a config file, and makes setting up a correct and safe installation easier. However using a config file requires that you can restart Apache which again means that you need root or sudo access to stop and start Apache. The TWiki apache config file is included from the main Apache config file httpd.conf. Most distributions have a directory from which any file that ends with .conf gets included when you restart Apache (Example RedHat/Fedora/Centos: /etc/httpd/conf.d). If you use a virtual host setup in Apache you should include the twiki.conf file from inside the desired virtual host config in your Apache configuration.
 which contains a tool that can generate a safe and working config file for TWiki on Apache.
 which contains a tool that can generate a safe and working config file for TWiki on Apache.
misc/twiki_httpd_conf.txt (nevertheless, it is better to use the generator).
twiki/bin directory you find example .htaccess files you can copy and modify. The files contains help text explaining how to set them up. In twiki/bin you find .htaccess.txt which can be copied to .htaccess and defined access to the CGI scripts.
misc directory you find pub-htaccess.txt which you can copy to pub/.htaccess, subdir-htaccess.txt which you can copy to all directories as .htaccess except bin and pub, and you find root-htaccess.txt which you can copy to .htaccess in the twiki root directory. But again only use .htaccess files if you do not have root privileges.
 for links to information about various server setups.
 for links to information about various server setups.
configure script from your browser (enter http://yourdomain/do/configure into your browser address bar) admin user password once TWiki is running. $TWiki::cfg{Password} from LocalSite.cfg file from {TWIKI_ROOT}/lib directory.
configure for the first time, you can only edit the General Path Settings section. Save these settings, and then return to configure to continue configuration.
{PermittedRedirectHostUrls}
{WebMasterEmail}, and {SMTP}{MAILHOST} must be defined to enable TWiki to send administrative emails, such as for registration and notification of topic changes. Many ISPs have introduced authentication when sending emails to fight spam so you may also have to set {SMTP}{Username} and {SMTP}{Password}. If you do not want to enable mailing or want to enable it later you can uncheck {EnableEmail}.
http://yourdomain.com/do/view and start TWiki-ing away!
pub directory. TWiki has some built-in protection which renames files with dangerous file names by appending .txt to the file name. But this is a secondary security measure. The essential action that you must take is to turn off any possible execution of any of the attached files.bin directory should be script enabled, and the pub directory should be HTML document enabled.     misc/subdir-htaccess.txt file can be copied as .htaccess to the data, lib, locale, templates, tools and working directories.
 as well as the example
 as well as the example misc/twiki_httpd_conf.txt and example misc/htaccess.txt files include the needed settings that protect against all 3 security elements.
TWiki.TWikiSkins refers to the TWikiSkins topic in your TWiki web. Easy way to jump directly to view the pages is to open your own TWiki in your browser and write TWiki.TWikiSkins in the Jump test box to the right in the top bar and hit Enter. You can find these topics in the on-line reference copy at the official TWiki website: TWiki-6.0 Release .
.
 .
These are the steps for enabling "Template Login" which asks for a username and password in a web page, and processes them using the Apache 'htpasswd' password manager. Users can log in and log out.
.
These are the steps for enabling "Template Login" which asks for a username and password in a web page, and processes them using the Apache 'htpasswd' password manager. Users can log in and log out.
 Security Settings pane of configure : TWiki::LoginManager::TemplateLogin for {LoginManager}.
TWiki::Users::HtPasswdUser for {PasswordManager}.
configure settings.
 Check that the password manager recognizes the new user. Check that a new line with the username and encrypted password is added to the
 Check that the password manager recognizes the new user. Check that a new line with the username and encrypted password is added to the data/.htpasswd file. If not, you probably got a path wrong, or the permissions may not allow the webserver user to write to that file.
Edit link at beginning or end of topic) to check if authentication works.
 , and TWiki:TWiki.SecuringTWikiSite
, and TWiki:TWiki.SecuringTWikiSite for further information about managing users and security of your TWiki site.
Note: The other
 for further information about managing users and security of your TWiki site.
Note: The other LoginManager option TWiki::LoginManager::ApacheLogin uses a basic Apache type authentication where the browser itself prompts you for username and password. Most will find the TemplateLogin looking nicer. But ApacheLogin is required when you use Apache authentication methods like mod_ldap where all authentication is handled by an Apache module and not by the TWiki perl code. When you use ApacheLogin the apache configuration must be set up to require authentication of the some but not all the scripts in the bin directory. This section in the Apache config (or .htaccess) controls this
<FilesMatch "(attach|edit|manage|rename|save|upload|mail|logon|rest|.*auth).*"> require valid-user </FilesMatch>The TWiki:TWiki.ApacheConfigGenerator
 includes this section when you choose ApacheLogin. In the example
 includes this section when you choose ApacheLogin. In the example misc/twiki_httpd_conf.txt and bin/.htaccess.txt files this section is commented out with #. Uncomment the section when you use ApacheLogin. It is important that this section is commented out or removed when you use TemplateLogin.
   
data/Main/TWikiPreferences.txt file and all your settings will be kept. Settings in Main.TWikiPreferences overrides settings in both TWiki.TWikiPreferences and any settings defined in plugin topics. See notes at the top of TWiki.TWikiPreferences for more information.
tools/mailnotify script as described in the MailerContrib topic.
{WebMasterEmail} email account. Obtain these as you would for any other S/MIME e-mail user.
To enable TWiki to sign administrative e-mails: /etc/pki/tls/certs
configure script, change the following settings under Mail and Proxies:  {MailProgram} to enable an external mail program such as sendmail. Net::SMTP is not supported.
{SmimeCertificateFile} configuration variable
{SmimeKeyFile} configuration variable
configure script an resolve any errors that it identifies
configure for {Sessions}{ExpireAfter} (turn on expert mode to see it), and install a cronjob to run the tools/tick_twiki.pl script. Read The topic TWikiScripts#tick_twiki_pl for details how to do this.
Localization section of configure. For more information about these features, see TWiki:TWiki.InternationalizationSupplement .
.
/ to /twiki/bin/view/Intranet/WebHome. Here is an example index.html containing an HTML meta redirect you can use: Customize it and put it in your HTML document root on your TWiki sever:
<html> <head> <meta http-equiv="refresh" content="0;/do/view/Intranet/WebHome" /> </head> <body> Redirecting to <a href="/do/view/Intranet/WebHome">Intranet home</a>... </body> </html>2. Set the wiki logo URL When a user clicks on the logo in the upper left or on the "Home" link in the top-bar she expects to navigate to the new homepage. You can do that by defining and customizing the following setting in Main.TWikiPreferences as described in the Set TWiki Preferences section:
URL of the logo:
   * Set WIKILOGOURL = %SCRIPTURLPATH{view}%/Intranet/WebHome
 which offers tips and tricks for customizing your TWiki site. Many of these are appropriate to implement immediately after installing TWiki and before adding content so now's a good time to look at these.
 which offers tips and tricks for customizing your TWiki site. Many of these are appropriate to implement immediately after installing TWiki and before adding content so now's a good time to look at these.
 is an extensive library of plugins for TWiki, that enhance functionality in a huge number of ways. A few plugins are pre-installed in the TWiki distribution. For more information on these, see InstalledPlugins.
You activate installed plugin in the Plugins section of
 is an extensive library of plugins for TWiki, that enhance functionality in a huge number of ways. A few plugins are pre-installed in the TWiki distribution. For more information on these, see InstalledPlugins.
You activate installed plugin in the Plugins section of configure. In this section you also find a Find More Extensions button which opens an application which can install additional plugins from the TWiki.org website. If you are behind a firewall or your server has no access to the Internet it is also possible to install plugins manually. Manual installation instructions for the plugins can be found in the plugin topics on TWiki.org. Additional documentation on TWiki plugins can be found at TWiki:TWiki.TWikiPluginsSupplement .
Some plugins require that you define their settings in
.
Some plugins require that you define their settings in configure. You fill find these under the Extensions section of configure.
configure script and make sure you have resolved all errors, and are satisfied that you understand any warnings.
If, by any chance, you forget the "admin" password, the same used in "configure" script, then please login to the server. Delete $TWiki::cfg{Password}= ' ...';. Set the new password using "configure" script.
Failing that, please check TWiki:TWiki.InstallingTWiki on TWiki.org, the supplemental documentation that help you install TWiki on different platforms, environments and web hosting sites. For example:
 on TWiki.org, the supplemental documentation that help you install TWiki on different platforms, environments and web hosting sites. For example:  and TWiki:Codev.TWikiOnLinux
 and TWiki:Codev.TWikiOnLinux .
.
 .
. 
 .
.
 .
If you need help, ask a question in the TWiki:Support
.
If you need help, ask a question in the TWiki:Support web or on TWiki:Codev/TWikiIRC
 web or on TWiki:Codev/TWikiIRC (irc.freenode.net, channel #twiki)
 (irc.freenode.net, channel #twiki)
 and contrib modules
 and contrib modules exist which enhance and expand TWiki's capabilities; they may have additional requirements.
 exist which enhance and expand TWiki's capabilities; they may have additional requirements.
 , a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.
, a GNU Free Software package. TWiki is developed in a basic Linux/Apache environment. It also works with Microsoft Windows, and should have no problem on any other platform that meets the requirements.
| Resource | Required Server Environment * | 
|---|---|
| Perl | 5.8.0 or higher (5.8.4 or higher is recommended) | 
| RCS | 5.7 or higher (including GNU diff)Optional, TWiki includes a pure Perl implementation of RCS that can be used instead (although it's slower) | 
| GNU diff | GNU diff2.7 or higher is required when not using the all-Perl RcsLite.Install on PATH if not included with RCS (check version with diff -v)Must be the version used by RCS, to avoid problems with binary attachments - RCS may have hard-coded path to diff | 
| GNU df | Used by the site statistics to record disk usage statistics, optional. The df command is pre-installed on Linux and OS-X. On Windows install the CoreUtils for Windows  . | 
| GNU patch | For upgrades only: GNU patchis required when using the TWiki:Codev.UpgradeTWiki script | 
| GNU fgrep,egrep | Modify command line parameters in configure if you use non-GNU grep programs | 
| zip | Zip archive command line utility. Used by the BackupRestorePlugin to create and restore from backups. | 
| Cron/scheduler | • Unix: cron• Windows: cronequivalents | 
| Web server | Apache is well supported; see TWiki:TWiki.InstallingTWiki#OtherWebServers  for other servers | 
 for detailed information on how to install CPAN libraries
The following Perl CPAN
 for detailed information on how to install CPAN libraries
The following Perl CPAN modules are used by TWiki:
 modules are used by TWiki:
| Module | Preferred version | Comment | 
|---|---|---|
| Algorithm::Diff | Included in TWiki distribution | |
| CGI | >=3.18 & <=4.03 | A suitable version ships with TWiki since TWiki-6.0.2 using CgiContrib, e.g. it is no longer necessary to install or downgrade this module. Versions 2.89 and 3.37, as well as version > 4.13 must be avoided. | 
| CGI::Carp | >=1.26 | |
| Config | >=0 | |
| Cwd | >=3.05 | |
| Data::Dumper | >=2.121 | |
| Encode | >=2.1 | |
| Error | Included in TWiki distribution | |
| File::Copy | >=2.06 | |
| File::Find | >=1.05 | |
| File::Spec | >=3.05 | |
| File::Temp | >=0.18 | This version included in Perl 5.9.5. File::Temp needs to be updated on RedHat 5 and CentOS 5. | 
| FileHandle | >=2.01 | |
| HTML::Parser | >=3.28 | Needed by the WysiwygPlugin for WYSIWYG editing | 
| HTML::Entities | >=1.25 | Needed by the WysiwygPlugin for WYSIWYG editing | 
| IO::File | >=1.10 | |
| LWP | Needed to install extensions in TWiki configure | |
| Net::SMTP | >=2.29 | Used for sending mail | 
| Text::Diff | Included in TWiki distribution | |
| Time::Local | >=1.11 | 
 for detailed information on how to install CPAN libraries
 for detailed information on how to install CPAN libraries
| Module | Preferred version | Description | 
|---|---|---|
| Archive::Tar | May be required by the Extensions Installer in configure if command line tar or unzip is not available | |
| Authen::SASL | Used for SMTP Authentication | |
| CGI::Cookie | >=1.24 | Used for session support | 
| CGI::Session | >=3.95 | Used for session support | 
| Crypt::SMIME | >=0.09 | Required if S/MIME-signed administrative e-mail is enabled. | 
| Digest::base | ||
| Digest::SHA1 | ||
| JSON | >=0 | Required if JSON objects are stored and retrieved in SetGetPlugin | 
| Locale::Maketext::Lexicon | >=0 | Used for I18N support | 
| Net::SMTP | >=2.29 | Used for sending mail | 
| URI | Used for configure | 
configure script, or if you're still trying to get to that point, check from the command line like this:
perl -e 'use FileHandle; print $FileHandle::VERSION."\n"'
 .
.
pub directory.)
twiki/bin directory (e.g. because CGI bin directories can't be under your home directory and you don't have root access). You can create this directory elsewhere and configure the twiki/bin/LocalLib.cfg file (done in Step 2).                  | TWiki dir: | What it is: | Where to copy: | Example: | 
|---|---|---|---|
| twiki/ | TWiki package | TWiki root directory, should be secure from public access | /home/smith/twiki/ | 
| twiki/bin/ | CGI bin | move to script-enabled dirctory | /home/smith/cgi/twiki/ | 
| twiki/lib/ | library files | leave in TWiki root | /home/smith/twiki/lib/ | 
| twiki/locale/ | language files | leave in TWiki root | /home/smith/twiki/locale/ | 
| twiki/pub/ | public files | move to HTML document enabled directory | /home/smith/html/twiki-pub/ | 
| twiki/data/ | topic data | leave in TWiki root | /home/smith/twiki/data/ | 
| twiki/templates/ | web templates | leave in TWiki root | /home/smith/twiki/templates/ | 
| twiki/tools/ | TWiki utlilities | leave in TWiki root | /home/smith/twiki/tools/ | 
| twiki/working/ | Temporary and internal files | leave in TWiki root | /home/smith/twiki/working/ | 
755 (or 775 ) and file permissions should be set to 644 (or 664). If you can run a chmod command, you can accomplish this in two quick steps by running these commands from the root direct: chmod -R 755 pub
chmod 644 `find pub -type f -print`
.htaccess file in the pub directory, using the template included in the distribution entitled misc/pub-htaccess.txt.
 .
.
.htaccess in the bin directory that includes the following single line: SetHandler cgi-script . This informs the server to treat all the perl scripts in the bin directory as scripts.
 
lib/TWiki.spec to lib/LocalSite.cfg
$TWiki::cfg{DefaultUrlHost}, $TWiki::cfg{ScriptUrlPath}, $TWiki::cfg{PubUrlPath}, $TWiki::cfg{PubDir}, $TWiki::cfg{TemplateDir}, $TWiki::cfg{DataDir}, $TWiki::cfg{LocalesDir}, and $TWiki::cfg{OS} and make sure these settings have the correct values.
$TWiki::cfg{LoginManager}, $TWiki::cfg{WebMasterEmail}, $TWiki::cfg{SMTP}{MAILHOST}, $TWiki::cfg{SMTP}{SENDERHOST}. 
 for latest information and experience notes.
 for latest information and experience notes.
 on TWiki.org
 on TWiki.org
 for updates.
 for updates.
 After the extensions are installed (or upgraded) in step 2, take a "golden" backup. That will come in handy for your next patch or upgrade: By checking the differences between the golden copy and your production copy, you will be able to identify all the modifications that you have applied to the core or extensions.
 After the extensions are installed (or upgraded) in step 2, take a "golden" backup. That will come in handy for your next patch or upgrade: By checking the differences between the golden copy and your production copy, you will be able to identify all the modifications that you have applied to the core or extensions.
 . Install the new release in a new directory. Do not install on top of the old release.
. Install the new release in a new directory. Do not install on top of the old release.
twiki/lib/LocalSite.cfg as a reference. This way you will not have old obsolete settings in the new LocalSite.cfg.
LocalSite.cfg file and re-run configure.
 
 
 
lib/TWiki.cfg from the old TWiki installation is a good resource for some of the settings you will need but you cannot reuse the old TWiki.cfg.
 Hint: For an easier upgrade later on, set the plugin preferences settings in the Main.TWikiPreferences topic, not in the plugin topic. To identify the plugin, prefix the name of the setting with the capitalized name of the plugin. For example, to change the
 Hint: For an easier upgrade later on, set the plugin preferences settings in the Main.TWikiPreferences topic, not in the plugin topic. To identify the plugin, prefix the name of the setting with the capitalized name of the plugin. For example, to change the DEFAULT_TYPE setting of the CommentPlugin, create a COMMENTPLUGIN_DEFAULT_TYPE setting in Main.TWikiPreferences.
twiki/data/Engineering (for page content) and twiki/pub/Engineering (for attachments).
find data -name '*,v' -exec rcs -u -M '{}' \;
find pub -name '*,v' -exec rcs -u -M '{}' \;
Main.TWikiUsers topic to the new TWiki. If you upgrade from Cairo you can simply use the old file and add the missing new system users to the list of users. If you upgrade from TWiki-4.0.x simply use the old topic. Starting from 4.2.0 TWiki no longer ships with a Main.TWikiUsers topic. When you register the first user TWiki now checks for an existing Main.TWikiUsers and if it does not exist it gets created. {Register}{AllowLoginName} to 1.
data/.htpasswd for authentication copy this file from the old TWiki to the new. tools/upgrade_emails.pl.
TWiki.TWikiRegistration. Make sure you either reuse the registration topic from the old installation or apply the same field changes to the new TWiki.TWikiRegistration topic.
NewUserTemplate and UserForm in the TWiki web. If you choose to tailor anything you are strongly advised to copy NewUserTemplate and UserForm to the Main web and tailor the Main web copies. TWiki will look for the NewUserTemplate in the Main web first and if it does not exist it uses the default from the TWiki web. By creating a Main.NewUserTemplate and its Main.UserForm you will not loose your tailorings next time you upgrade TWiki.
Main.TWikiPreferences. This avoids having to write over files in the distribution on a later upgrade.
data/TWiki of the old and new TWiki installation, and transfer the changes into the new TWiki install. If you can run a GUI on your server, you may find that using a visual diff tool like WinMerge, meld, kdiff3, xxdiff, etc. is helpful.
WebPreferences topics in the old TWiki Installation with the default from the new TWiki installation and add any new Preferences that may be relevant.
WebLeftBar topics in the old TWiki Installation with the default from the new TWiki installation and add any new feature that you desire.
twiki/bin that allow content update, such as attach, edit, manage, rename, save, upload, rest. Alternatively, if you have a recent TWiki version on the old server you can set a READONLYSKINMODE = 1 setting in Main.TWikiPreferences to turn the skin into read-only mode.
 has been designed for that task. Install it on your old TWiki, and configure it with the proper URL of the new TWiki. After that, users on the old TWiki will see a yellow box informing them of the move, with a link to the new URL of the page visited.
 has been designed for that task. Install it on your old TWiki, and configure it with the proper URL of the new TWiki. After that, users on the old TWiki will see a yellow box informing them of the move, with a link to the new URL of the page visited.
TWiki.ChangePassword
TWiki.ResetPassword
TWiki.ChangeEmailAddress
* Set FAVICON = %PUBURLPATH%/%SYSTEMWEB%/%WEBPREFSTOPIC%/favicon.ico
* TWikiContributor - 2005-01-01 * TWikiGuest - guest - 1999-02-10 * TWikiRegistrationAgent - 2005-01-01 * UnknownUser - 2005-01-01What these users are:
Set ALLOWTOPICCHANGE = TWikiAdminGroup, TWikiRegistrationAgent access control setting. Otherwise people will not be able to register.
 topic to keep up to date with the discussion how to get back support for earlier Perl versions.
 topic to keep up to date with the discussion how to get back support for earlier Perl versions.
%TMPL:DEF{"block"}% and %TMPL:END% was stripped of leading and trailing white space incl new lines.
This caused a lot of problems for skin developers when you wanted a newline before or after the block text.
From TWiki 4.1.0 this has changed so that white space is no longer stripped. Skins like PatternSkin and NatSkin have been updated so that they work with the new behavior. But if you use an older skin or have written your own you will most likely need to make some adjustments.
It is not difficult. The general rule is - if you get mysterious blank lines in your skin, the newline after the %TMPL:DEF{"block"}% needs to be removed. Ie. the content of the block must follow on the same line as the TMPL:DEF.
The spec change have the same impact on CommentPlugin templates where you may have to remove the first line break after the TMPL:DEF. See the CommentPluginTemplate for examples of how comment template definitions should look like in TWiki-4.1.X
An example: A CommentPlugin template that adds a comment as appending a row to a table. Before the spec change this would work.
<verbatim>
%TMPL:DEF{OUTPUT:tabletest}%%POS:BEFORE%
|%URLPARAM{"comment"}%| -- %WIKIUSERNAME% - %DATE% |
%TMPL:END%
</verbatim>
From Twiki 4.1.0 the old template definition will add an empty line before the new table row. To fix it simply remove the new line before the table.
<verbatim>
%TMPL:DEF{OUTPUT:tabletest}%%POS:BEFORE%|%URLPARAM{"comment"}%| -- %WIKIUSERNAME% - %DATE% |
%TMPL:END%
</verbatim>
The advantage of the spec change is that now you can add leading and trailing white space including new lines. This was not possible before.
{PassthroughDir} and {Sessions}{Dir} were by default set to /tmp. These config settings have been replaced by {TempfileDir} with the default setting value /tmp/twiki. If the twiki directory does not exist twiki will create it first time it needs it.
It is highly recommended no longer to use the tmp directory common to other web applications and the new default will work fine for most. You may want to delete all the old session files in /tmp after the upgrade to 4.1.1. They all start with cgisess_. It is additionally highly recommended to limit write access to the {TempfileDir} for security reasons if you have non-admin users with login access to the webserver just like you would do with the other webserver directories.
NewUserTemplate and UserForm.
The NewUserTemplate was located in the TWiki web and the UserForm in the Main web. When upgrading TWiki these were some of the topics you had to take care not to overwrite.
From 4.2.0 the UserForm and NewUserTemplate are distributed in the TWiki web. If you create the two in the Main web the Main web version will be used instead. So if you tailor the user topic format or the form then you should always copy the two files to the Main web and modify the ones in the Main web. When you later upgrade TWiki your tailored template and form will not be overwritten.
Main.TWikiUsers topic contains all the registered users. It is a topic you do not want to overwrite when you upgrade TWiki.
From 4.2.0 this file is no longer included in the TWiki distribution. When you register the first time TWiki creates the Main.TWikiUsers topic in the Main web if it does not exist already. This means that you can now upgrade TWiki without risk of overwriting the important TWikiUsers topic.
 working directory working directory which by default is located in the twiki root, has been introduced which contains:
 {WorkingDir} defines the container directory for temporary files, extensions' work areas, and intermediate registration data.  The default is working under your installation root.
Take care for that change if you run your own routine to delete obsolete session files, which will now be found under working/tmp/cgisess*.
FirstName to First Name (no change in %META:FIELD name)
LastName to Last Name (no change in %META:FIELD name)
OrganisationName to Organization
OrganisationURL to URL
Profession to Titles
VoIP to Skype ID
State to Region
Address
InstantMessaging (IM)
HomePage
Comment
Department
Status Update
* Set DENYTOPICVIEW = (nothing) in a topic means deny nobody the topic view. The reason for this behavior is that it allows public access to a topic in a restricted web, e.g. having * Set ALLOWWEBVIEW = Main.VipGroup in WebPreferences. This is not symmetric with the fact that an empty DENYWEBVIEW is the same as an undefined DENYWEBVIEW, hence confusing.
From TWiki 6.0 on, an empty DENYTOPICVIEW means the same as not defined. To open up a topic in a restricted web, you need to use * Set ALLOWTOPICVIEW = Main.AllUsersGroup. The Main.AllUsersGroup is new. It is a pseudo group containing all authenticated and unauthenticated users. You can use Main.AllAuthUsersGroup if you want to specify all authenticated users.
To keep publicly accessible topics in restricted webs publicly accessible, the tools/eliminate_emptydenytopic script is provided, which replaces * Set DENYTOPIC<action> = with * Set ALLOWTOPIC<action> = Main.AllUsersGroup in all topics in all webs.
Note: See more changes since TWiki-6.0.0 in TWikiReleaseNotes06x00.
 has an option to protect file attachments.
 has an option to protect file attachments.
 Tip: TWiki:TWiki.TWikiUserAuthenticationSupplement
 Tip: TWiki:TWiki.TWikiUserAuthenticationSupplement on TWiki.org has supplemental documentation on user authentication.
 on TWiki.org has supplemental documentation on user authentication.
.htpasswd files on the server. These files can be unique to TWiki, or can be shared with other applications (such as an Apache webserver). A variety of password encodings are supported for flexibility when re-using existing files. See the descriptive comments in the Security Settings section of the configure interface for more details.
You can easily plug in alternate password management modules to support interfaces to other third-party authentication databases.
 Note: If you are restricting the entire Main web to TWikiGuest, you are required to add TWikiRegistrationAgent to ALLOWWEBCHANGE in your
 Note: If you are restricting the entire Main web to TWikiGuest, you are required to add TWikiRegistrationAgent to ALLOWWEBCHANGE in your Main/WebPreferences. By doing so, new users are able to register without any errors.
none in configure)  Note: This setup is not recommended on public websites for security reasons; anyone would be able to change system settings and perform tasks usually restricted to administrators.
 Note: This setup is not recommended on public websites for security reasons; anyone would be able to change system settings and perform tasks usually restricted to administrators.
TWiki::LoginManager::TemplateLogin in configure) TWiki::LoginManager::TemplateLogin login manager (on the Security Settings pane).
 there is also an EXPERT configure setting
 there is also an EXPERT configure setting {TemplateLogin}{PreventBrowserRememberingPassword} that you can set to prevent browsers from remembering usernames and passwords if you are concerned about public terminal usage.
 Check that the password manager recognises the new user. If you are using
 Check that the password manager recognises the new user. If you are using .htpasswd files, check that a new line with the username and encrypted password is added to the .htpasswd file. If not, you probably got a path wrong, or the permissions may not allow the webserver user to write to that file.
 This is a very important step, as users in this group can access all topics, independent of TWiki access controls.
 This is a very important step, as users in this group can access all topics, independent of TWiki access controls.
 At this time TWikiAccessControls cannot control access to files in the
 At this time TWikiAccessControls cannot control access to files in the pub area, unless they are only accessed through the viewfile script. If your pub directory is set up in the webserver to allow open access you may want to add .htaccess files in there to restrict access.
 You can create a custom version of the TWikiRegistration form by copying the topic, and then deleting or adding input tags in your copy. The
 You can create a custom version of the TWikiRegistration form by copying the topic, and then deleting or adding input tags in your copy. The name="" parameter of the input tags must start with: "Twk0..." (if this is an optional entry), or "Twk1..." (if this is a required entry). This ensures that the fields are carried over into the user profile page correctly. Do not modify the version of TWikiRegistration shipped with TWiki, as your changes will be overwritten next time you upgrade.
 The default new user template page is in TWiki.NewUserTemplate. The same variables get expanded as in the template topics. You can create a custom new user profile page by creating the Main.NewUserTemplate topic, which will then override the default.
 The default new user template page is in TWiki.NewUserTemplate. The same variables get expanded as in the template topics. You can create a custom new user profile page by creating the Main.NewUserTemplate topic, which will then override the default.
TWiki::LoginManager::ApacheLogin in configure) REMOTE_USER environment variable, which the webserver passes to TWiki when you enable authentication in the webserver (as described in RFC 3875 - "The Common Gateway Interface v1.1" ).
The advantage of this scheme is that if you have an existing website authentication scheme using Apache modules, such as
).
The advantage of this scheme is that if you have an existing website authentication scheme using Apache modules, such as mod_authnz_ldap
 or mod_authn_dbd
, you can just plug in directly to them.
The disadvantage is that because the user identity is cached in the browser, you can log in, but you can't log out again unless you restart the browser.
TWiki maps the REMOTE_USER that was used to log in to the webserver to a WikiName using the table in TWikiUsers. This table is updated whenever a user registers, so users can choose not to register (in which case their webserver login name is used for their signature) or register (in which case that login name is mapped to their WikiName).
The same private .htpasswd file used in TWiki Template Login can be used to authenticate Apache users, using the Apache Basic Authentication support.
Warning: Do not use the Apache htpasswd program with .htpasswd files generated by TWiki! htpasswd wipes out email addresses that TWiki plants in the info fields of this file.
mod_auth TWiki::LoginManager::ApacheLogin login manager.
.htpasswd entries.
.htaccess file in the twiki/bin directory. There is an template for this file in
 There is an template for this file in twiki/bin/.htaccess.txt that you can copy and change. The comments in the file explain what needs to be done. If you got it right, the browser should now ask for a login name and password when you click on Edit. If
 If you got it right, the browser should now ask for a login name and password when you click on Edit. If .htaccess does not have the desired effect, you may need to "AllowOverride All" for the directory in httpd.conf (if you have root access; otherwise, e-mail web server support)     At this time TWikiAccessControls do not control access to files in the
 At this time TWikiAccessControls do not control access to files in the pub area, unless they are only accessed through the viewfile script. If your pub directory is set up to allow open access you may want to add .htaccess files in there as well to restrict access 
name="" parameter of the input tags must start with: "Twk0..." (if this is an optional entry), or "Twk1..." (if this is a required entry). This ensures that the fields are carried over into the user profile page correctly. Do not modify the version of TWikiRegistration shipped with TWiki, as your changes will be overwritten next time you upgrade.     Check that a new line with the username and encrypted password is added to the
 Check that a new line with the username and encrypted password is added to the .htpasswd file. If not, you may have got a path wrong, or the permissions may not allow the webserver user to write to that file.
 This is a very important step, as users in this group can access all topics, independent of TWiki access controls.
 This is a very important step, as users in this group can access all topics, independent of TWiki access controls.
bin/logon script enables this. If you are using Apache Login, the bin/logon script must be setup in the bin/.htaccess file to be a script which requires a valid user. Once authenticated, it will redirect the user to the view URL for the page from which the logon script was linked.
 and CPAN:CGI::Cookie
 and CPAN:CGI::Cookie modules to track sessions. These modules are de facto standards for session management among Perl programmers. If you can't use Cookies for any reason, CPAN:CGI::Session
 modules to track sessions. These modules are de facto standards for session management among Perl programmers. If you can't use Cookies for any reason, CPAN:CGI::Session also supports session tracking using the client IP address.
You don't have to enable sessions to support logins in TWiki. However it is strongly recommended. TWiki needs some way to remember the fact that you logged in from a particular browser, and it uses sessions to do this. If you don't enable sessions, TWiki will try hard to remember you, but due to limitations in the browsers, it may also forget you (and then suddenly remember you again later!). So for the best user experience, you should enable sessions.
There are a number of TWikiVariables available that you can use to interrogate your current session. You can even add your own session variables to the TWiki cookie. Session variables are referred to as "sticky" variables.
 also supports session tracking using the client IP address.
You don't have to enable sessions to support logins in TWiki. However it is strongly recommended. TWiki needs some way to remember the fact that you logged in from a particular browser, and it uses sessions to do this. If you don't enable sessions, TWiki will try hard to remember you, but due to limitations in the browsers, it may also forget you (and then suddenly remember you again later!). So for the best user experience, you should enable sessions.
There are a number of TWikiVariables available that you can use to interrogate your current session. You can even add your own session variables to the TWiki cookie. Session variables are referred to as "sticky" variables.
| %SESSION_VARIABLE{ "varName" }% | Read a session variable | 
| %SESSION_VARIABLE{ "varName" set="varValue" }% | Set a session variable | 
| %SESSION_VARIABLE{ "varName" clear="" }% | Clear a session variable | 
%SESSION_VARIABLE{"AUTHUSER"}% - user ID, current value: 
%SESSION_VARIABLE{"SESSION_REQUEST_NUMBER"}% - number of pages accessed by current user since login, current value: 
pthoeny. This name is normally passed to TWiki by the REMOTE_USER environment variable, and used internally. Login Usernames are maintained by your system administrator.
PeterThoeny, is recorded when you register using TWikiRegistration; doing so also generates a user profile page in the Main web.
NOTE: To correctly enter a WikiName - your own or someone else's - be sure to include the Main web name in front of the Wiki username, followed by a period, and no spaces, for exampleMain.WikiUsernameor%USERSWEB%.WikiUsername. This pointsWikiUsernameto the Main web, where user profile pages are located, no matter which web it's entered in. Without the web prefix, the name appears as a NewTopic everywhere but in the Main web.
TWiki/ChangePassword )
TWiki/ResetPassword )
TWiki/ChangeEmailAddress )
.htaccess
 attack. Once a hacker has an SID they can pretend to be that user.
To help prevent these sorts of attacks, TWiki supports IP matching, which ensures that the IP address of the user requesting a specific session is the same as the IP address of the user who created the session. This works well as long as IP addresses are unique to each client, and as long as the IP address of the client can't be faked.
Session IDs are usually stored by TWiki in cookies, which are stored in the client browser. Cookies work well, but not all environments or users permit cookies to be stored in browsers. So TWiki also supports two other methods of determining the session ID. The first method uses the client IP address to determine the session ID. The second uses a rewriting method that rewrites local URLs in TWiki pages to include the session ID in the URL. 
The first method works well as long as IP addresses are unique to each individual client, and client IP addresses can't be faked by a hacker. If IP addresses are unique and can't be faked, it is almost as secure as cookies + IP matching, so it ranks as the fourth most secure method.
If you have to turn IP matching off, and cookies can't be relied on, then you may have to rely on the second method, URL rewriting. This method exposes the session IDs very publicly, so should be regarded as "rather dodgy".
Most TWiki sites don't use SSL, so, as is the case with most sites that don't use SSL, there is always a possibility that a password could be picked out of the ether. Browsers do not encrypt passwords sent over non-SSL links, so using Apache Login is no more secure than Template Login.
Of the two shipped login managers, Apache Login is probably the most useful. It lets you do this sort of thing:
wget --http-user=RogerRabbit --http-password=i'mnottelling http://www.example.com/bin/save/Sandbox/StuffAUTOINC0?text=hohoho,%20this%20is%20interesting
i.e. pass in a user and password to a request from the command-line. However it doesn't let you log out.
Template Login degrades to url re-writing when you use a client like dillo that does not support cookies. However, you can log out and back in as a different user.
Finally, it would be really neat if someone was to work out how to use certificates to identify users.....
See TWiki:TWiki.SecuringTWikiSite
 attack. Once a hacker has an SID they can pretend to be that user.
To help prevent these sorts of attacks, TWiki supports IP matching, which ensures that the IP address of the user requesting a specific session is the same as the IP address of the user who created the session. This works well as long as IP addresses are unique to each client, and as long as the IP address of the client can't be faked.
Session IDs are usually stored by TWiki in cookies, which are stored in the client browser. Cookies work well, but not all environments or users permit cookies to be stored in browsers. So TWiki also supports two other methods of determining the session ID. The first method uses the client IP address to determine the session ID. The second uses a rewriting method that rewrites local URLs in TWiki pages to include the session ID in the URL. 
The first method works well as long as IP addresses are unique to each individual client, and client IP addresses can't be faked by a hacker. If IP addresses are unique and can't be faked, it is almost as secure as cookies + IP matching, so it ranks as the fourth most secure method.
If you have to turn IP matching off, and cookies can't be relied on, then you may have to rely on the second method, URL rewriting. This method exposes the session IDs very publicly, so should be regarded as "rather dodgy".
Most TWiki sites don't use SSL, so, as is the case with most sites that don't use SSL, there is always a possibility that a password could be picked out of the ether. Browsers do not encrypt passwords sent over non-SSL links, so using Apache Login is no more secure than Template Login.
Of the two shipped login managers, Apache Login is probably the most useful. It lets you do this sort of thing:
wget --http-user=RogerRabbit --http-password=i'mnottelling http://www.example.com/bin/save/Sandbox/StuffAUTOINC0?text=hohoho,%20this%20is%20interesting
i.e. pass in a user and password to a request from the command-line. However it doesn't let you log out.
Template Login degrades to url re-writing when you use a client like dillo that does not support cookies. However, you can log out and back in as a different user.
Finally, it would be really neat if someone was to work out how to use certificates to identify users.....
See TWiki:TWiki.SecuringTWikiSite for more information.
 for more information.
 Tip: TWiki:TWiki.TWikiAccessControlSupplement
 Tip: TWiki:TWiki.TWikiAccessControlSupplement on TWiki.org has additional documentation on access control.
 on TWiki.org has additional documentation on access control.
| Web | Sitemap | VIEW | CHANGE | RENAME | |||
|---|---|---|---|---|---|---|---|
| Listed | DENY | ALLOW | DENY | ALLOW | DENY | ALLOW | |
|    TWiki | on | TWikiAdminGroup | TWikiAdminGroup | ||||
|    Public | on | AllUsersGroup | RafaelBeims | RafaelBeims | |||
Main web. To create a new group, visit TWikiGroups and enter the name of the new group ending in Group into the "new group" form field. This will create a new group topic with two important settings: Set GROUP = < list of Users and/or Groups >
Set ALLOWTOPICCHANGE = < list of Users and/or Groups >
Set GROUP = SomeUser, OtherUser, SomeGroup
Set ALLOWTOPICCHANGE = MarketingGroup
 Note: TWiki has strict formatting rules. Make sure you have a real bullet. (In raw edit it is three or six spaces, an asterisk, and an extra space in front of any access control rule.)
 Note: TWiki has strict formatting rules. Make sure you have a real bullet. (In raw edit it is three or six spaces, an asterisk, and an extra space in front of any access control rule.)
TWikiAdminGroup. The system administrator may have chosen a different name for this group if your local TWiki uses an alternate group mapping manager but for simplicity we will use the default name TWikiAdminGroup in the rest of this topic.
You can create new administrators simply by adding them to the TWikiAdminGroup topic. For example, Set GROUP = RobertCailliau, TimBernersLee
Set DENYWEBVIEW = < comma-delimited list of Users and Groups >
Set ALLOWWEBVIEW = < comma-delimited list of Users and Groups >
Set DENYWEBCHANGE = < comma-delimited list of Users and Groups >
Set ALLOWWEBCHANGE = < comma-delimited list of Users and Groups >
Set DENYWEBRENAME = < comma-delimited list of Users and Groups >
Set ALLOWWEBRENAME = < comma-delimited list of Users and Groups >
Set ALLOWWEBVIEW = Main.MarketingGroup
ALLOWWEBVIEW set, this will also apply to the subweb. Also note that you will need to ensure that the parent web's FINALPREFERENCES does not include the access control settings listed above. Otherwise you will not be able override the parent web's access control settings in sub-webs.
Creation and renaming of sub-webs is controlled by the WEBCHANGE setting on the parent web (or ROOTCHANGE for root webs). Renaming is additionally restricted by the setting of WEBRENAME in the web itself.
Note:  If you restrict access to the Main, make sure to add the TWikiRegistrationAgent so that users can register. Example: Set ALLOWWEBCHANGE = TWikiAdminGroup, TWikiRegistrationAgent
Set DENYTOPICVIEW = < comma-delimited list of Users and Groups >
Set ALLOWTOPICVIEW = < comma-delimited list of Users and Groups >
Set DENYTOPICCHANGE = < comma-delimited list of Users and Groups >
Set ALLOWTOPICCHANGE = < comma-delimited list of Users and Groups >
Set DENYTOPICRENAME = < comma-delimited list of Users and Groups >
Set ALLOWTOPICRENAME = < comma-delimited list of Users and Groups >
Set ALLOWTOPICVIEW = Main.MarketingExecGroup
 If the same setting is defined multiple times the last one overrides the previous. They are not OR'ed together.
 If the same setting is defined multiple times the last one overrides the previous. They are not OR'ed together.
Set ALLOWTOPICVIEW = Main.AllUsersGroup
Set ALLOWTOPICVIEW = Main.AllAuthUsersGroup
Set ALLOWTOPICOPERATION = Main.AllUsersGroup
tools/eliminate_emptydenytopic is provided.
After upgrading from pre 6.0 to post 6.0, you need to run it.
Set ALLOWTOPICVIEW = 
 Since TWiki 4.0 and prior to TWiki 6.0 setting DENYTOPICVIEW, DENYTOPICCHANGE, or DENYTOPICRENAME to an empty value meant "do not deny anyone regardless of the corresponding ALLOWTOPICX", which is no longer the case. Back then, setting an empty value to DENYTOPICX was the only way to open up a topic to everybody in a restricted web. Now that we have AllUsersGroup and AllAuthUsersGroup, there is no need for that behaviour, which caused a lot of confusion and debate.
 Since TWiki 4.0 and prior to TWiki 6.0 setting DENYTOPICVIEW, DENYTOPICCHANGE, or DENYTOPICRENAME to an empty value meant "do not deny anyone regardless of the corresponding ALLOWTOPICX", which is no longer the case. Back then, setting an empty value to DENYTOPICX was the only way to open up a topic to everybody in a restricted web. Now that we have AllUsersGroup and AllAuthUsersGroup, there is no need for that behaviour, which caused a lot of confusion and debate.
viewfile script, which honors the TWiki access controls settings to topics. See the notes below for implications.
The preferred method to secure attachments is by editing the twiki.conf file to include:
    ScriptAlias /do          /filesystem/path/to/twiki/bin
    Alias       /pub/TWiki   /filesystem/path/to/twiki/pub/TWiki
    Alias       /pub/Sandbox /filesystem/path/to/twiki/pub/Sandbox
    ScriptAlias /pub         /filesystem/path/to/twiki/bin/viewfile
Notes:  to generate the Apache config file for your TWiki.
 to generate the Apache config file for your TWiki.
viewfile script. The TWiki web and Sandbox web are excluded for performance reasons.
viewfile script sets the mime type based upon file name suffix. Unknown types are served as text/plain which can result in corrupt files. 
Set DENYROOTCHANGE = < comma-delimited list of Users and Groups >
Set ALLOWROOTCHANGE = < comma-delimited list of Users and Groups >
ROOTCHANGE access to rename an existing top-level web. You just need WEBCHANGE in the web itself.
Set DENYTOPIC = )  Attention: The spec changed in TWiki-6.0; access was permitted in earlier TWiki releases.
 Attention: The spec changed in TWiki-6.0; access was permitted in earlier TWiki releases.
canCreateWeb($cUID, $web) method of the user mapping manager is called if the method exists.
If it returns true, TWiki goes ahead and create the web without checking access control variables.
Please read AllowWebCreateByUserMappingManager for more details.
{ForbidUserAction}.
A good example is worth more than a lengthy explanation, so here it is:
$TWiki::cfg{ForbidUserAction} = '
    AggresiveCrawler: edit, oops, search;
    ReadOnlyUser:     !view, viewfile;
    TotallyForbidden: !nothing;
';
In this example: !, only the listed scripts are permitted for the user.   ! at the beginning of the list negates the list.
DYNAMIC_ACCESS_CONTROL 'on' at WebPreferences of the web, TWiki variables in access control variables mentioned above are expanded.
   * Set DYNAMIC_ACCESS_CONTROL = on
   * Set ALLOWWEBCHANGE = %IF{"'%CALCULATE{$SUBSTRING(%TOPIC%, -6, 6)}%' = 'Public'" then="%WIKINAME%" else="CroniesGroup"}%
   * Set DYNAMIC_ACCESS_CONTROL = on
   * Set ALLOWWEBVIEW = %IF{"'%CALCULATE{$SUBSTRING(%TOPIC%, 1, 6)}%' = 'ReqEnt' and '%FORMFIELD{Requestor}%' != '%WIKINAME%'" then="SupportGroup" else="%WIKINAME%"}%
Specifically the following access control variables are subject to TWiki variable expansion in their values. * Set DYNAMIC_ACCESS_CONTROL = on * Set MEMBERS = JaneSmith, JoeSchmoe * Set ALLOWWEBVIEW = %MEMBERS%This is not a good way to use dynamic access control but it does restrict access only to those listed in MEMBERS. However, access control doesn't work as expected when WebA.TopicB is accessed from WebC.TopicD by
%INCLUDE{WebA.TopicB}% or other variables.
This is because %MEMBERS% is defined in WebA and may have a different value in other webs.
You may think the following lines cheat the access control on WebA but actually not.
   * Set MEMBERS = %WIKINAME%
%INCLUDE{WebA.TopicB}%
This is because when a topic (e.g. WebC.TopicD) is accessed from browser and the topic refers to another topic in a different web (e.g. WebA.TopicB) and the different web employs dynamic access control, access to another topic is defined being on the safer side.
* Set MEMBERS = JaneSmith, JoeSchmoe * Set ALLOWTOPICVIEW = %MEMBERS%[This is not a good way to use dynamic access control
lib/LocalSite.cfg
$TWiki::cfg{DemoteUserPreferences}= 1;
and having the following line on your WebPreferences and then finalise DENYUSERPREFEENCES.
* Set DENYUSERPREFEENCES = allPlease read TWikiVariables#ControllingUserLevelPrefsOverride for details. Again by default, predefined variables such as
%IF{...}% can be overridden by preferences variables.
If user preferences are disabled, ordinary users cannot attack using user preferences, but topic level preferences may cause unexpected consequences.
As such, all predefined variables need to be made un-overridable by having the following line on WebPreferences and then finalise OVERRIDABLEPREDEFINEDVARIABLES.
* Set OVERRIDABLEPREDEFINEDVARIABLES =Please read TWikiVariables#PredefinedVariables for details.
 You may want to customize the passage annotated in the red rectangle.
For example, with a web restricting access, you may want to show the link to an access request form.
You can achieve that by setting
You may want to customize the passage annotated in the red rectangle.
For example, with a web restricting access, you may want to show the link to an access request form.
You can achieve that by setting TOPIC_ACCESS_CONTACT varialbe on WebPreferences. e.g.
* Set TOPIC_ACCESS_CONTACT = If you need to access this site, please apply [[Main.AccessForm][here]]Please note that setting it on a topic other than WebPreferences does not take effect. This is a limitation of the current implementation.
USER:userid and LDAPGROUP:group-name and use them for access control. For example:
* Set ALLOWWEBCHANGE = USER:buzz, LDAPGROUP:foo-barIn a large organization, TWiki may need to depend on user and group data provided by its infrastructure. Custom user/group notations are handy in such situations though it's not trivial to implement. Please read here for details.
 is useful to get the setting right.
 is useful to get the setting right.
backuprestore, configure, login, logon and resetpasswd with the following configure setting:     $TWiki::cfg{AuthScripts} = 'attach, changes, edit, manage, oops, preview, rdiff, rdiffauth, register, rename, rest, save, search, twiki_cgi, upload, statistics, view, viewauth, viewfile';
twiki/bin also to the {AuthScripts} configure setting.     twiki/bin and twiki/pub directories to all but valid users. In the Apache config file for TWiki (twiki.conf or .htaccess), replace the <FilesMatch "(attach|edit|... section with this:
<FilesMatch ".*">
       require valid-user
</FilesMatch>
Notes:
  .
.
Set DENYWEBVIEW = < list of Users and Groups >
Set ALLOWWEBVIEW = < list of Users and Groups >
DENYWEBVIEW is evaluated before ALLOWWEBVIEW. Access is denied if the authenticated person is in the DENYWEBVIEW list, or not in the ALLOWWEBVIEW list. Access is granted if DENYWEBVIEW and ALLOWWEBVIEW are not defined.
 Tip: To hide access control settings from normal browser viewing, you can put them into the topic preference settings by clicking the link
 Tip: To hide access control settings from normal browser viewing, you can put them into the topic preference settings by clicking the link Edit topic preference settings under More topic actions menu. Preferences set in this manner are not visible in the topic text, but take effect nevertheless. Access control settings added as topic preference settings are stored in the topic meta data and they override settings defined in the topic text.
Alternatively, place them in HTML comment markers, but this exposes the access setting during ordinary editing.
<!--
* Set DENYTOPICCHANGE = Main.SomeGroup
-->
all webs search option from accessing obfuscated webs. Do so by enabling the NOSEARCHALL variable in WebPreferences: Set NOSEARCHALL = on
 Note: Obfuscating a web without view access control is very insecure, as anyone who knows the URL can access the web.
 Note: Obfuscating a web without view access control is very insecure, as anyone who knows the URL can access the web.
$TWiki::cfg{Access}{Topic}{WebAutomation} = {
    DENYCHANGE => 'Main.AllUsersGroup',
};
In addition to ALLOWCHANGE, you can sepcify DENYCHANGE, ALLOWVIEW, DENYVIEW, ALLOWRENAME, and DENYRENAME as follows.
$TWiki::cfg{Access}{Topic}{SpecialTopic} = {
    DENYVIEW  => 'JoeSchmoe',
    ALLOWVIEW => 'FooGroup',
};
$TWiki::cfg{Access}{Topic}{TOPICNAME} has precedence over DENYTOPIC* and ALLOWTOPIC*.
For example, if the configuration for WebAutomation is there as above, there is no way to allow non-adminsitrators to change the WebAutomation topic of any web.
As a way to configure access control, this may look crude.
The reason why configured this way is that this can be part of plugin/add-on/contrib's configuration.
For example, Config.spec of AutomationAddOn would have the following lines, with which proper access control to WebAutomation topics is implemented without the administrator knowing it.
$TWiki::cfg{Access}{Topic}{WebAutomation} = {
    DENYCHANGE => 'Main.AllUsersGroup',
};
| Formatting Command: | You write: | You get: | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Paragraphs: Blank lines will create new paragraphs. | 1st paragraph 2nd paragraph | 1st paragraph 2nd paragraph | |||||||||||||||||||||||||||
| Headings: Three or more dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a top level heading, two pluses a second level heading, etc. The maximum heading depth is 6.  You can create a table of contents with the %TOC% variable.  If you want to exclude a heading from the TOC, put !!after the---+. Empty headings are allowed and won't appear in the table of contents. | ---++ Sushi ---+++ Maguro ---+++!! Not in TOC | SushiMaguroNot in TOC | |||||||||||||||||||||||||||
| Bold Text: Words get shown in bold by enclosing them in *asterisks. | *Bold* | Bold | |||||||||||||||||||||||||||
| Italic Text: Words get shown in italic by enclosing them in _underscores. | _Italic_ | Italic | |||||||||||||||||||||||||||
| Bold Italic: Words get shown in bold italic by enclosing them in __double-underscores. | __Bold italic__ | Bold italic | |||||||||||||||||||||||||||
| Fixed Font: Words get shown in fixed fontby enclosing them in=equal signs. | =Fixed font= | Fixed font | |||||||||||||||||||||||||||
| Bold Fixed Font: Words get shown in bold fixed fontby enclosing them indouble equal signs. | ==Bold fixed== | Bold fixed | |||||||||||||||||||||||||||
|  You can follow the closing bold, italic, or other ( * _ __ = ==) indicator
with normal punctuation, such as commas and full stops. Make sure there is no space between the text and the indicators.  All words enclosed by the indicators need to be on the same line. | _This works_, _this does not _ _this fails too_ | This works, _this does not _ _this fails too_ | |||||||||||||||||||||||||||
| Separator (Horizontal Rule): Three or more three dashes at the beginning of a line.. | ------- |  | |||||||||||||||||||||||||||
| Bulleted List: Multiple of three spaces, an asterisk, and another space.  For all the list types, you can break a list item over several lines by indenting lines after the first one by at least 3 spaces. | 
   * level 1
      * level 2
   * back on 1
   * A bullet
     broken over
     three lines
   * last bullet
 | 
 | |||||||||||||||||||||||||||
| Icon List: Multiple of three spaces, an asterisk, text icon:nameand another space. Use the nameof any TWikiDocGraphics icon. | 
   * icon:tip Icon list
      * icon:led-red Full
      * icon:led-green OK
   * icon:unchecked Item 1
   * icon:checked Item 2
   * icon:empty No bullet
 | 
 | |||||||||||||||||||||||||||
| Numbered List: Multiple of three spaces, a type character, a dot, and another space. Several types are available besides a number: 
 | 1. Sushi 1. Dim Sum 1. Fondue A. Sushi A. Dim Sum A. Fondue i. Sushi i. Dim Sum i. Fondue | 
 
 
 | |||||||||||||||||||||||||||
| Definition List: Three spaces, a dollar sign, the term, a colon, a space, followed by the definition. Deprecated syntax: Three spaces, the term with no spaces, a colon, a space, followed by the definition. | $ Sushi: Japan $ Dim Sum: S.F. | 
 | |||||||||||||||||||||||||||
| Table: Each row of the table is a line containing of one or more cells. Each cell starts and ends with a vertical bar '|'. Any spaces at the beginning of a line are ignored. 
  The TablePlugin provides the |^|multiple-span row functionality,|>> ... <<|multi-line syntax, and additional rendering features | | *L* | *C* | *R* | | A2 | B2 | C2 | | A3 | B3 | C3 | | multi span ||| | A5-7 | 5 | 5 | |^| six | six | |^| seven | seven | | split\ | over\ | 3 lines | | A9 |>> | Nested | | table | <<| C9 | | 
 | |||||||||||||||||||||||||||
| WikiWord Links: CapitalizedWordsStuckTogether (or WikiWords) will produce a link automatically if preceded by whitespace or parenthesis.  If you want to link to a topic in a different web write Otherweb.TopicName. To link to a topic in a subweb write Otherweb.Subweb.TopicName. The link label excludes the name of the web, e.g. only the topic name is shown. As an exception, the name of the web is shown for the WebHome topic.  Dots '.'are used to separate webs and subwebs from topic names and therefore cannot be used in topic names.
It's generally a good idea to use the TWikiVariables %SYSTEMWEB% and %USERSWEB% instead of TWiki and Main. | WebStatistics Sandbox.WebNotify Sandbox.WebHome Sandbox.Subweb.TopicName | WebStatistics WebNotify Sandbox TopicName | |||||||||||||||||||||||||||
| Anchors: You can define a reference inside a TWiki topic (called an anchor name) and link to that. To define an anchor write #AnchorNameat the beginning of a line. The anchor name must be a WikiWord of no more than 32 characters. To link to an anchor name use the[[MyTopic#MyAnchor]]syntax. You can omit the topic name if you want to link within the same topic. | [[WikiWord#NotThere]] [[#MyAnchor][Jump]] #MyAnchor To here | WikiWord#NotThere Jump To here | |||||||||||||||||||||||||||
| External Links: URLs starting with file,ftp,gopher,http,https,irc,mailto,news,nntpandtelnetare linked automatically if preceded by whitespace or parenthesis. External links are indicated with a trailing icon, and open up in a new browser tab or window; the behavior of both can be set in configure or preferences variables (see TWikiExternalLinks for details). Links can be prevented with an !exclamation point prefix. | http://twiki.org https://google.com !http://escaped-link | http://twiki.org  https://google.com  http://escaped-link | |||||||||||||||||||||||||||
| Forced Links: Use double square brackets to create forced links: Write [[link]]or[[link][label]]to force a link. Use the former for singleton words and if automatic linking is disabled. Use the latter one to specify a link label other than the link. For the link, you can use internal link references (e.g. WikiWords) and URLs (e.g. http://TWiki.org/). URL parameters can follow a WikiWord  Anchor names can be added to create a link to a specific place in a document.  To "escape" double square brackets that would otherwise make a link, prefix the leading left square bracket with an exclamation point.  The topic title instead of the topic name is shown for [[WikiWord]]links if the SHOWTOPICTITLELINK preferences setting is enabled. | [[WikiWord]] [[WikiWord?n1=v1;n2=v2]] [[WikiWord#TheAnchor]] [[WikiWord?n=5#TheAnchor]] [[WikiSyntax][wiki syntax]] [[http://gnu.org/][GNU]] [[Singleton]] escaped: ![[WikiSyntax]] | WikiWord
WikiWord?n1=v1;n2=v2
WikiWord#TheAnchor
WikiWord?n=5#TheAnchor
wiki syntax
GNU  Singleton
escaped:
[[WikiSyntax]] | |||||||||||||||||||||||||||
| Topic Title Links: Use double square brackets and a plus sign to create links with topic title: Write [[+TopicName]]or[[+Web.TopicName]]to show the topic title instead of the topic name. The topic title is defined by the form field named "Title", the topic preferences setting named TITLE, or the topic name if neither exists. An alternative syntax is [[TopicName][$topictitle]]or[[Web.TopicName][$topictitle]]. | [[+BugN1234]] [[+Bugs.BugN1234]] [[BugN1234][$topictitle]] | The sky is falling The sky is falling The sky is falling | |||||||||||||||||||||||||||
| Prevent a Link: Prevent a WikiWord from being linked by prepending it with an exclamation point. | !SunOS | SunOS | |||||||||||||||||||||||||||
| Disable Links: You can disable automatic linking of WikiWords by surrounding text with <noautolink>and</noautolink>tags. It is possible to turn off all auto-linking with a NOAUTOLINK preferences setting. | <noautolink> RedHat & SuSE </noautolink> | RedHat & SuSE | |||||||||||||||||||||||||||
| Mailto Links: E-mail addresses are linked automatically. To create e-mail links that have more descriptive link text, specify subject lines or message bodies, or omit the e-mail address, you can write [[mailto:user@domain][descriptive text]]. | a@b.com [[mailto:a@b.com]\ [Mail]] [[mailto:?subject=\ Hi][Hi]] | a@b.com Mail Hi | |||||||||||||||||||||||||||
| Twitter Links: @twitter IDs are linked automatically. The link rule is defined by the {Links}{TwitterUrlPattern}configure setting. | @twiki | @twiki   | |||||||||||||||||||||||||||
| Verbatim Text: Surround code excerpts and other formatted text with <verbatim>and</verbatim>tags. The verbatimtag disables HTML code. Use<pre>and</pre>tags instead if you want the HTML code within the tags to be interpreted. Preferences variables (* Set NAME = value) are set within verbatim tags. | 
<verbatim>
class CatAnimal {
  void purr() {
    <code here>
  }
}
</verbatim>
 | 
class CatAnimal {
  void purr() {
    <code here>
  }
}
 | |||||||||||||||||||||||||||
| Literal Text: TWiki generates HTML code from TWiki shorthand. Experts surround anything that must be output literally in the HTML code, without the application of TWiki shorthand rules, with <literal>..</literal>tags. Any HTML within literal tags must be well formed i.e. all tags must be properly closed before the end of the literal block.  TWiki Variables are expanded within literal blocks. | <literal> | Not | A | Table | <literal> | | Not | A | Table | | |||||||||||||||||||||||||||
| Protected Text: Experts protect text from mangling by WYSIWYG editors using <sticky>..</sticky>tags. Sticky tags don't have any effect on normal
 topic display; they are only relevant when content has to be
 protected from a WYSIWYG editor (usually because it isn't well-formed HTML, or because it
 is HTML that WYSIWYG would normally filter out or modify). Protected
 content appears as plain text in the WYSIWYG editor. | <sticky> <div> This div is required </div> </sticky> | 
This div is required
 | |||||||||||||||||||||||||||
<strike>deleted text</strike> to get  syntax.
 syntax.
<literal>..</literal> tags around blocks of HTML to avoid accidental interpretation of TWiki shorthand within the HTML.
 Script tags may be filtered out, at the discretion of your TWiki administrator.
 Script tags may be filtered out, at the discretion of your TWiki administrator.
<body> and </body> tags.
<p /> paragraph tags on empty lines, which causes problems if done between HTML tags that do not allow paragraph tags, like for example between table tags.
<...> - of a HTML tag are on the same line, or the tag will be broken.
 ) and JavaScript
) and JavaScript code to TWiki pages, which can be used to make TWiki application more interactive. To prevent TWiki from interpreting some text as markup, it can be enclosed in HTML-escaped <pre>-tags.
 code to TWiki pages, which can be used to make TWiki application more interactive. To prevent TWiki from interpreting some text as markup, it can be enclosed in HTML-escaped <pre>-tags.
| JavaScript Example: | CSS Example: | 
|---|---|
| <!-- <pre> --> <script language="javascript"> <!-- // put your JavaScript code here //--> </script> <!-- </pre> --> | <!-- <pre> --> <style type="text/css"> /* put your CSS code here */ </style> <!-- </pre> --> | 
http://..., https://..., ftp://..., gopher://..., news://..., file://..., telnet://... and mailto:...@... are linked automatically.
[[URL][label]] to get an external link with a descriptive text for the link, such as [[http://google.com/][Google home page]] to get Google home page .
.
name@domain.com are linked automatically.
%TOPIC% is expanded to TWikiVariablesQuickStart. Some variables can take arguments in curly braces - for example, %INCLUDE{"OtherTopic" arg="value"}%.
Many TWiki variables are built-in, and others are predefined for your convenience. TWikiVariables describes how you can also define your own TWiki Variables at the entire site, individual web, or individual topic level. Variables are fully expanded before any of the TWiki text formatting rules are applied.
Commonly used variables:
 %TOC% : Automatically generates a table of contents based on headings in a topic - see the top of this page for an example.
%WEB% : The current web, is TWiki.
%TOPIC% : The current topic name, is TWikiVariablesQuickStart.
%ATTACHURL% : The attachment URL of the current topic. Example usage: If you attach a file to a topic you can refer to it as %ATTACHURL%/image.gif to show the URL of the file or the image in your text.
%INCLUDE{"SomeTopic"}% : Server side include, includes another topic. The current web is the default web. Example: %INCLUDE{"TWiki.SiteMap"}%
%SEARCH{"sushi"}% : Inline search showing the search result embedded in a topic. FormattedSearch gives you control over formatting, used to create web-based applications.
%ICON{"help"}%, %ICON{"tip"}%, and %ICON{"warning"}% to get:  ,
,  , and
, and  , respectively.
, respectively.
 To "escape" a variable, prefix it with an exclamation mark. Write:
 To "escape" a variable, prefix it with an exclamation mark. Write: !%SOMEVARIABLE% to get: %SOMEVARIABLE%.
 web on TWiki.org.
Currently enabled plugins on this TWiki installation, as listed by
 web on TWiki.org.
Currently enabled plugins on this TWiki installation, as listed by %PLUGINDESCRIPTIONS%:
"$SUM( $ABOVE() )" to TWiki tables or anywhere in topic text ExternalSite:Page to link to a page on an external site based on aliases defined in a rules topic  :-)  as  or
 or  :eek:  as  
 <filename> is not displayed. How can I show it as it is? '<' and '>' characters have a special meaning in HTML, they define HTML tags. You need to escape them, so write '<' instead of '<', and '>' instead of '>'. 'prog <filename>' to get 'prog <filename>'.
'&' character sometimes not displayed? '&' character has a special meaning in HTML, it starts a so-called character entity, e.g. '©' is the © copyright character. You need to escape '&' to see it as it is, so write '&' instead of '&'. 'This & that' to get 'This & that'.
%VARIABLE% or %VARIABLE{ parameter="value" }% - that expand into content whenever a topic is rendered for viewing. There are two types of variables:
 %T% renders as  
 
%CALCULATE{}% is handled by the SpreadSheetPlugin 
| 
Categories:  |  | 
Variables:    | 
 
%T% to get  (a preferences variable)
 (a preferences variable)
%TOPIC% to get TWikiVariables (a predefined variable)
%CALCULATE{ "$UPPER(Text)" }% to get TEXT (a variable defined by a plugin)
!%TOPIC% to get %TOPIC%
%ALLVARIABLES% to get a full listing of all variables defined for a particular topic
%MYVAR%, %MyVar%, %My2ndVar%, and %My_Var% are valid names. Variables are case sensitive, e.g. %MyVAR% and %MYVAR% are not the same.
By convention all settings, predefined variables and variables handled by extensions are always UPPER-CASE.
%USERPREFSTOPIC% in the user's subweb is read instead
$TWiki::cfg{DemoteUserPreferences} is true, this step is deferred to a later step. On this TWiki installation, $TWiki::cfg{DemoteUserPreferences} is false
EXTRAPREFERENCES is defined at this point, it's regarded as having comma separated list of topics.     Those topics are read in the listed order as if they were WebPreferences
$TWiki::cfg{DemoteUserPreferences} is true as mentioned at the step 4
preview will show the wrong thing, and you must save the topic to see it correctly.
The syntax for setting variables is the same anywhere in TWiki (on its own TWiki bullet line, including nested bullets): [multiple of 3 spaces] * [space] Set [space] VARIABLENAME [space] = [space] value
Examples:
   * Set VARIABLENAME1 = value
      * Set VARIABLENAME2 = value
Spaces between the = sign and the value will be ignored. You can split a value over several lines by indenting following lines with spaces - as long as you don't try to use * as the first character on the following line.
Example:
   * Set VARIABLENAME = value starts here
     and continues here
Whatever you include in your variable will be expanded on display, exactly as if it had been entered directly.
Example: Create a custom logo variable %MYLOGO%, define the Variable on the web's WebPreferences topic, and upload a logo file, ex: mylogo.gif. You can upload by attaching the file to WebPreferences, or, to avoid clutter, to any other topic in the same web, e.g. LogoTopic. Sample variable setting in WebPreferences:
      * Set MYLOGO = %PUBURL%/%WEB%/LogoTopic/mylogo.gif
You can also set preferences variables on a topic by clicking the link Edit topic preference settings under More topic actions. Use the same * Set VARIABLENAME = value syntax. Preferences set in this manner are not visible in the topic text, but take effect nevertheless.
$TWiki::cfg{DemoteUserPreferences} has been introduced to avoid it.
If it's set to true, user level variables are set at the last step instead of the step 4.
But this is not enough.
To guarantee a certain result, you need to finalise critical preferences variables set at the web or topic level, which is cumbersome.
So preferences variables DENYUSERPREFEENCES and ALLOWUSERPREFEENCES have been introduced. DENYUSERPREFEENCES and ALLOWUSERPREFEENCES may have comma separated list of variable names
DENYUSERPREFEENCES, the variable cannot be overridden at the user level. There is a special value "all", which means no preferences variables can be overridden at the user level
ALLOWUSERPREFEENCES is set and not empty, only the listed preferences variables can be overridden. There is a special value "all", which means any preferences variable can be overridden at the user level. But actually, "all" is not necessary since a blank value or not setting ALLOWUSERPREFEENCES has the same effect
DENYUSERPREFEENCES takes precedence over ALLOWUSERPREFEENCES. If a variable is listed on both, it cannot be overridden. If DENYUSERPREFEENCES is "all", the value of ALLOWUSERPREFEENCES doesn't matter.
* Set DENYUSERPREFERENCES = allIf you allow
INYMCEPLUGIN_DISABLE and SKIN to be set at the user level:
* Set ALLOWUSERPREFERENCES = TINYMCEPLUGIN_DISABLE, SKINIf you allow user preferences to set anything other than
TINYMCEPLUGIN_DISABLE or SKIN:
* Set DENYUSERPREFERENCES = TINYMCEPLUGIN_DISABLE, SKINPlease note
DENYUSERPREFEENCES and ALLOWUSERPREFEENCES affect user preferences regardless of $TWiki::cfg{DemoteUserPreferences}.
You can set those variables at the site level while $TWiki::cfg{DemoteUserPreferences} setting to false.
If you do so, you should finalise DENYUSERPREFEENCES and ALLOWUSERPREFEENCES.
Otherwise, they might be overridden by user preferences.
You will get the most benefit of DENYUSERPREFEENCES and ALLOWUSERPREFEENCES by setting $TWiki::cfg{DemoteUserPreferences} to true.
That way, each web can specify how much user level preferences overriding is allowed.
   * Set EXAMPLE = Example variable using %DEFAULT%, %PARAM1% and %PARAM2%
   * Set DEMO = Demo using %DEFAULT{ default="(undefined)" }%,
                %PARAM1{ default="(undefined)" }% and %PARAM2{ default="(undefined)" }%
A special %DEFAULT% variable denotes the default (nameless) parameter of the calling variable. Variables optionally may list a default="..." parameter that gets used in case the calling variable does not specify that parameter.
To use a parameterized variable (or call a macro), add parameters within the curly brackets, such as:
   * %EXAMPLE{ "foo" PARAM1="bar" PARAM2="baz" }%
   * %DEMO{ "demo" PARAM2="parameter 2" }% -- note that PARAM1 is missing
which resolves to: %PARAM1% gets expanded to bar.
   * Set DRINK = red wine
   * Set FAVORITE = My %DEFAULT{default="favorite"}% dish is %DISH{default="steak"}%,
                    my %DEFAULT{default="favorite"}% drink is %DRINK%.
 The default can be defined with a default parameter (
 The default can be defined with a default parameter (%DISH{default="steak"}%), or as a preferences setting (Set DRINK = ...).
Use Variables:
%FAVORITE{ DISH="Sushi" DRINK="Sake" }%
Returns: 
%FAVORITE{}%
Returns: 
%FAVORITE{ "preferred" }%
Returns: Local in place of Set in the variable definition. For example, if the user sets the following in their home topic:
* Set EDITBOXHEIGHT = 10 * Local EDITBOXHEIGHT = 20Then when they are editing any other topic, they will get a 10 high edit box. However when they are editing their home topic, they will get a 20 high edit box.
Local can be used wherever a preference needs to take a different value depending on where the current operation is being performed.
Use this powerful feature with great care! %ALLVARIABLES% can be used to get a listing of the values of all variables in their evaluation order, so you can see variable scope if you get confused.
%BB% - line break and bullet combined
%BB2% - level 2 bullet with line break
%BB3% - level 3 bullet with line break
%BB4% - level 4 bullet with line break
%BR% - line break
%BULLET% - bullet sign
%CARET% - caret symbol
%VBAR% - vertical bar
%H% -  Help icon
 Help icon
%I% -  Idea icon
 Idea icon
%M% -  Moved to icon
 Moved to icon
%N% -  New icon
 New icon
%P% -  Refactor icon
 Refactor icon
%Q% -  Question icon
 Question icon
%S% -  Pick icon
 Pick icon
%T% -  Tip icon
 Tip icon
%U% -  Updated icon
 Updated icon
%X% -  Alert icon
 Alert icon
%Y% -  Done icon
 Done icon
%RED% text %ENDCOLOR% - colored text (also %YELLOW%, %ORANGE%, %PINK%, %PURPLE%, %TEAL%, %NAVY%, %BLUE%, %AQUA%, %LIME%, %GREEN%, %OLIVE%, %MAROON%, %BROWN%, %BLACK%, %GRAY%, %SILVER%, %WHITE%)
%REDBG% text %ENDBG% - colored background (also %YELLOWBG%, %ORANGEBG%, %PINKBG%, %PURPLEBG%, %TEALBG%, %NAVYBG%, %BLUEBG%, %AQUABG%, %LIMEBG%, %GREENBG%, %OLIVEBG%, %MAROONBG%, %BROWNBG%, %BLACKBG%, %GRAYBG%, %SILVERBG%, %WHITEBG%)
%SEARCH%, are powerful and general tools.
 %IF{...}%, %SCRIPT{...}%, and %INCLUDE{...}% can be overridden
OVERRIDABLEPREDEFINEDVARIABLES having a comma separated list of predefined variables specifies which predefined variables are overridable
*Set OVERRIDABLEPREDEFINEDVARIABLES = 
DATE and LANGUAGE predefined variables can be overridden but all the other predefined variables cannot*Set OVERRIDABLEPREDEFINEDVARIABLES = DATE, LANGUAGE 
%INCLUDINGTOPIC%, %INCLUDE%, and the mighty %SEARCH%.
Var<name> in the TWiki web. For example, a %LIGHTSABER% variable has a documentation topic called VarLIGHTSABER. The topic is expected to have a specific format so that reports in this TWikiVariables topic, in TWikiVariablesSearch and in category topics work as expected.
Basic structure of a variable documentation topic:
 #VarLIGHTSABER
---+++ (level 3) heading with variable name, --, short description
Syntax: bullet with example syntax
Parameters: bullet with a table explaining the parameters (optional)
Example: bullet or two with examples
Expands to: bullet with expanded variable (optional)
Note: bullet with notes (optional)
Category: bullet with one or more of the TWiki variables categories:Related: bullet with related links. Links have conditional IF so that links work properly locally in variable documentation topics and in the TWikiVariables topic
VarLIGHTSABER topic:
#VarLIGHTSABER
---+++ LIGHTSABER -- laser sword to fend of unethical competition
   * The =%<nop>LIGHTSABER{}%= variable is handled by the LightsaberPlugin.
   * Syntax: =%<nop>LIGHTSABER{ _parameters_ }%=
   * Parameters:
     | *Parameter* | *Description* | *Default* |
     | =color="..."= | Color: =red=, =glue=, =green= | =white= |
     | =sound="..."= | Sound: =none=, =standard=, =loud= | =none= |
   * Example: =%<nop>LIGHTSABER{ color="red" }%= shows a red Lightsaber
   * Expands to: =%LIGHTSABER{ color="red" }%=
   * Note: The Lightsaber is a fictional weapon in the Star Wars universe, a "laser sword."
   * Category: FormattingAndRenderingVariables, UIAndVisualizationVariables
   * Related: [[%IF{"'%INCLUDINGTOPIC%'='TWikiVariables'" then="#"}%VarPLASMA][PLASMA]], LightsaberPlugin
 .
.
Attach link at the bottom of the page. The Attach screen lets you browse for a file, add a comment, and upload it. The uploaded file will show up in the File Attachment table. *.php files are renamed to *.php.txt so that no one can place code that would be read in a .php file. 
%ATTACHFILESIZELIMIT% variable of the TWikiPreferences, currently set at 10000 KB.  It's not recommended to upload files greater than a few hundred K through a browser. Large files can be extremely slow-loading, and often time out. Use an FTP site for large file uploads.
 It's not recommended to upload files greater than a few hundred K through a browser. Large files can be extremely slow-loading, and often time out. Use an FTP site for large file uploads.
 NOTE: There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level access restrictions for each.
 NOTE: There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level access restrictions for each.
Manage on the Attachment to be moved.
Move. The attachment and its version history are moved. The original location is stored as topic Meta Data.
Trash, topic TrashAttachment.
Attach file: Sample.txt
Edit topic and enter: %ATTACHURL%/Sample.txt
Preview: %ATTACHURL%/Sample.txt text appears as: /twiki/pub/TWiki/FileAttachment/Sample.txt, a link to the text file.
%PUBURLPATH%/%WEB%/OtherTopic/Sample.txt (if it's within the same web)
%PUBURLPATH%/Otherweb/OtherTopic/Sample.txt (if it's in a different web)
Attach file: Sample.txt
Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}% Attach file: Smile.gif
Edit topic and write text: %ATTACHURL%/Smile.gif
Preview: text appears as /twiki/pub/TWiki/FileAttachment/Smile.gif, an image.
| I | Attachment | History | Action | Size | Date | Who | Comment | 
|---|---|---|---|---|---|---|---|
|  txt | Sample.txt | manage | 0.1 K | 2000-07-22 - 19:37 | TWikiContributor | Just a sample | |
|  gif | Smile.gif | manage | 0.1 K | 2000-07-22 - 19:38 | TWikiContributor | Smiley face | 
Manage link takes you to a new page that looks a bit like this (depending on what skin is selected):
Sample.txt (UploadingUser)h means the attachment is hidden, it isn't listed when viewing a topic.
Hide file checkbox, then click Change properties.
.txt extension is appended to some filenames for security reasons
~, $, @, % are removed
 Tip: The blog How to Create a TWiki Application
 Tip: The blog How to Create a TWiki Application on TWiki.org is a good tutorial to get started with TWiki forms based applications.
 on TWiki.org is a good tutorial to get started with TWiki forms based applications.
YourForm, ExpenseReportForm, InfoCategoryForm, RecordReviewForm, whatever you need.       The name of a Form Template topic must end in Form.
 The name of a Form Template topic must end in Form.
Name, Type, Size, Values, Tooltip message, and Attributes (see sample below).
Example:See structure of a form for full details of what types are available and what all the columns mean. You can also retrieve possible values for
| *Name* | *Type* | *Size* | *Values* | *Tooltip message* | *Attributes* |
| TopicClassification | select | 1 | NoDisclosure, PublicSupported, PublicFAQ | blah blah... | |
| OperatingSystem | checkbox | 3 | OsHPUX, OsLinux, OsSolaris, OsWin | blah blah... | |
| OsVersion | text | 16 | | blah blah... | |
Name Type Size Values Tooltip message Attributes TopicClassification select 1 NoDisclosure, PublicSupported, PublicFAQ blah blah... OperatingSystem checkbox 3 OsHPUX, OsLinux, OsSolaris, OsWin blah blah... OsVersion text 16 blah blah... 
select, checkbox or radio types from other topics:
Example:Field values can also be set using the result of expanding other TWiki variables. For example,
- In the WebForm topic, define the form:
Name Type Size Values Tooltip message Attributes TopicClassification select 1 blah blah... OperatingSystem checkbox 3 blah blah... OsVersion text 16 blah blah... 
Leave the
Valuesfield blank.
- Then in the TopicClassification topic, define the possible values:
| *Name* |
| NoDisclosure |
| Public Supported |
| Public FAQ |
Name NoDisclosure Public Supported Public FAQ 
%SEARCH{"Office$" scope="topic" web="%USERSWEB%" nonoise="on" type="regex" format="$web.$topic" separator=", " }%
When used in the value field of the form definition, this will find all topic names in the Main web which end in "Office" and use them as the legal field values.
WebTopicEditTemplate topic in a web, or a new topic that serves as an application specific template topic.
formtemplate parameter in the (edit or save) URL.  Initial values can then be provided in the URLs or as form values: name, ex: ?BugPriority=1
namevalue=1, ex: ?ColorRed=1. 
    <form name="newtopic" action="%SCRIPTURLPATH{"edit"}%/%WEB%/">
       <input type="hidden" name="formtemplate" value="MyForm" />
       New topic name <input type="text" name="topic" size="40" />
       <input type="submit" class="twikiSubmit" value="Create" />
    </form>
       
save script instead of the edit script in the form action. When you specify the save script you have to use the "post" method. Example:       
    <form name="newtopic" action="%SCRIPTURLPATH{"save"}%/%WEB%/" method="post">
       .....
    </form>
       
edit and save scripts understand many more parameters, see TWikiScripts#edit and TWikiScripts#save for details.
| Name | Type | Size | Values | Tooltip message | Attributes | 
|---|
Name, Type and Size columns are required. Other columns are optional. The form template must have a header row, e.g. at least | *Name* | *Type* | *Size* | is required. Columns:
 Name is the name of the form field.
Type, Size and Value describe the type, size and initial value of this form field. Type text, checkbox, select and more are described in the Form Field Types section below.
Tooltip message will be displayed when the cursor is hovered over the field in edit view.
Attributes may contain additional key="value" form field attributes, separated by space. hidden="1" attribute indicates that this field is hidden, e.g. not shown in view mode. However, the field is available for editing and storing information. The deprecated H attribute has the same function, it is still supported but might be removed in a future TWiki release.      Tip: The TWiki form header is suppressed in view mode if all fields of the form are hidden. For better usability it is good to hide the whole form if the display and interaction of all form fields is done externally. For example, the display and modification of form field values can be done in a header topic that is included in each page.
 Tip: The TWiki form header is suppressed in view mode if all fields of the form are hidden. For better usability it is good to hide the whole form if the display and interaction of all form fields is done externally. For example, the display and modification of form field values can be done in a header topic that is included in each page.
mandatory="1" attribute indicates that this field is mandatory. The topic cannot be saved unless a value is provided for this field. If the field is found empty during topic save, an error is raised and the user is redirected to an oops page. Mandatory fields are indicated by an asterisks next to the field name. The deprecated M attribute has the same function, it is still supported but might be removed in a future TWiki release.
onfocus="..." and spellcheck="..".
| *Name* | *Type* | *Size* | | Name | text | 80 | | Date | date | 30 |Field Name Notes:
Aeroplane Manufacturers is equivalent to AeroplaneManufacturers.
label field has no name, it will not be shown when the form is viewed, only when it is edited.
select, checkbox or radio field, and want to get the values from another topic, you can use  [[...]] links. This notation can also be used when referencing another topic to obtain field values, but a name other than the topic name is required as the name of the field. 
label, text, and textarea fields the value may also contain commas. checkbox fields cannot be initialized through the form template.
| character in the initial values field, you have to precede it with a backslash, thus: \|.
<nop> to prevent TWiki variables from being expanded.
| Name | Type | Size | Values | Tooltip message | Attributes | 
|---|
 on TWiki.org. The
 on TWiki.org. The Size, Value and Attributes depend on the Type used. Form field types:
| Type | Description | Size | Value | 
|---|---|---|---|
| text | One-line text field | Text box width in number of characters | Initial (default) content | 
| textarea | Multi-line text box | Columns x rows, such as 80x6; default is40x5 | Initial (default) content | 
| label | Read-only text label | Text of the label | |
| checkbox | One or more checkboxes that can be toggled individually | Number of checkboxes shown per line | Comma-space-separated list of item labels - can be a dynamic SEARCH | 
| checkbox+buttons | Like checkbox, adding [Set] and [Clear] buttons | ||
| radio | Radio buttons, mutually exclusive; only one can be selected | Number of radio buttons shown per line | Comma-space-separated list of item labels - can be a dynamic SEARCH | 
| combobox |  Text field & select combination box, rendered as a text input field and a button to open up a selector box | Text box width in number of characters | Comma-space-separated list of options of the select box - can be a dynamic SEARCH | 
| select | Select box, rendered as a picklist or a multi-row selector box depending on the size value | • 1: Show a picklist• Number > 1: Multi-row selector box of specified size • Range e.g. 3..10: Multi-row selector box with variable size - the box will never be smaller than 3 items, never larger than 10, and will be 5 high if there are only 5 options | Comma-space-separated list of options of the select box - can be a dynamic SEARCH | 
| select+multi | Like select, turning multi-select on, to allow Shift+Click and Ctrl+Click to select (or deselect) multiple items | ||
| select+values | Like select, allowing definition of values that are different to the displayed text. An option is defined asvalue: title, where thevalueis the value passed on form submit, andtitleis the option text shown to the user. For example:| Field 9 | select+values | 3 | One, 2: Two, III: Three | Various values formats |shows but the values of options TwoandThreeare2andIII, respectively. A legacytitle=valuesyntax is supported as well, for example:One, Two=2, Three=III. | ||
| select+multi+values | Combination of select+multiandselect+values | ||
| color |  Single-line text box and a color picker to pick a color. The color can also be typed into the text box, such as #123456.An attribute of type="popup"shows a button that, when clicked, opens a color picker popup. | Text box width in number of characters | Initial (default) color | 
| date |  Text input field and a button next to it to pick a date from a pop-up calendar. The date can also be typed into the text box. | Text box width in number of characters | Initial (default) date | 
text type: id, max, maxlength, min, pattern, placeholder
textarea type: autocomplete, id, maxlength, minlength, pattern, placeholder, wrap
label type: id, max, maxlength, min
combobox type: max, maxlength, min, pattern, placeholder
| *Name* | *Type* | *Size* | | AeroplaneManufacturers | select | |the TWiki will look for the topic AeroplaneManufacturers to get the possible values for the
select.
The AeroplaneManufacturers topic must contain a table, where each row of the table describes a possible value. The table only requires one column, Name. Other columns may be present, but are ignored.
For example:
| *Name* | | Routan | | Focke-Wulf | | De Havilland |Notes:
Values column must be empty in the referring form definition.
TWIKIFORMPATH variable.
It's referred to only when a form template is spcified without a web (TOPIC instead of WEB.TOPIC).
The webs in TWIKIFORMPATH are examined in the listed order until the specified template is found.
TWIKIFORMPATH may contain TWiki variables. For example:
* Set TWIKIFORMPATH = %APPLICATION_WEB%, %WEB%If
TWIKIFORMPATH is defined, the current web is examined only if all the webs listed in it don't have the form template.
checkbox
+multi anywhere in the name
form (see details).
action=form parameter to the edit URL string, such as%SCRIPTURL{edit}%/%BASEWEB%/%BASETOPIC%?t=%SERVERTIME{$epoch}%;action=form (see details).
SubmitExpenseReport topic where you can create new expense reports, a SubmitVacationRequest topic, and so on. These can specify the required template topic with its associated form. Template topics has more.
A Form Template specifies the fields in a form. A Form Template is simply a page containing a TWiki table, where each row of the table specifies one form field.
%EDITFORMFIELD{ "form" type="start" action="save" topic="%BASETOPIC%" }%
| Priority: | %EDITFORMFIELD{ "Priority" topic="%BASETOPIC%" }% |
| Status:   | %EDITFORMFIELD{ "Status"   topic="%BASETOPIC%" }% |
|  | %EDITFORMFIELD{ "form" type="submit" value="Update" }% |
%EDITFORMFIELD{ "LastUpdate" type="hidden" value="%SERVERTIME{$year-$mo-$day}%" }%
%EDITFORMFIELD{ "form" type="end" }%
Assuming the base topic has a BugForm with Priority and Status fields of type select, a LastUpdate field of type text, and some other fields. Above form shows a table with selectors for Priority and Status, and an Update button. On form submit, the Priority, Status and LastUpdate fields are updated in the base topic.
ExampleSearching forms this way is obviously pretty inefficient, but it's easy to do. If you want better performance, take a look at some of the structured wiki extensions that support higher performance searching e.g. TWiki:Plugins.DBCachePlugin
TWiki users often want to have an overview of topics they contributed to. With the$formfieldparameter it is easy to display the value of a classification field next to the topic link:| *Topic* | *Classification* | %SEARCH{"%USERSWEB%.UserName" scope="text" nosearch="on" nototal="on" sort="modified" reverse="on" format="|<b>[[$web.$topic][$topic]]</b> |<nop>$formfield(TopicClassification) |" web="Sandbox"}%
 .
.
text fields when a topic is saved. If you need linefeeds in a field, make sure it is a textarea.
 Tip: TWiki:TWiki.TWikiTemplatesSupplement
 Tip: TWiki:TWiki.TWikiTemplatesSupplement on TWiki.org has supplemental documentation on TWiki templates.
 on TWiki.org has supplemental documentation on TWiki templates.
.tmpl.
They are usually HTML with embedded template directives.
The directives are expanded when TWiki wants to generate a user interface screen.
%TMPL:<key>% and %TMPL:<key>{"attr"}%.
%TMPL:INCLUDE{"file"}%: Includes a template file. The file is found as described below.
%TMPL:DEF{"block"}%: Define a block. All text between this and the next %TMPL:END% directive is removed and saved for later use with %TMPL:P.
%TMPL:END%: Ends a block definition.
%TMPL:P{"var"}%: Includes a previously defined block.
%{...}%: is a comment.
twiki.tmpl master template, like twiki.print.tmpl, that redefines the header and footer.
 Use of template directives is optional: templates work without them.
 Use of template directives is optional: templates work without them.
 NOTE: Template directives work only for templates: they do not get processed in normal topic text.
 NOTE: Template directives work only for templates: they do not get processed in normal topic text.
%TMPL:DEF{"x"}% x%P%z%TMPL:END% then %TMPL:P{"x" P="y"}% will expand to xyz.
Note that parameters can simply be ignored; for example, %TMPL:P{"x"}% will expand to x%P%z.
Any alphanumeric characters can be used in parameter names.
You are highly recommended to use parameter names that cannot be confused with TWikiVariables.
Note that three parameter names, context, then and else are reserved.
They are used to support a limited form of "if" condition that you can use to select which of two templates to use, based on a context identifier:
%TMPL:DEF{"link_inactive"}%<input type="button" disabled value="Link>%TMPL:END%
%TMPL:DEF{"link_active"}%<input type="button" onclick="link()" value="Link" />%TMPL:END%
%TMPL:P{context="inactive" then="inactive_link" else="active_link"}% for %CONTEXT%
When the "inactive" context is set, then this will expand the "link_inactive" template; otherwise it will expand the "link_active" template.
See IfStatements for details of supported context identifiers.
twiki/templates/view.tmpl is the default template file for the twiki/bin/view script. 
You can save templates in other directories as long as they are listed in the {TemplatePath} configuration setting.
The {TemplatePath} is defined in the Miscellaneous section of the configure page.
You can also save templates in user topics (IF there is no possible template match in the templates directory).
The {TemplatePath} configuration setting defines which topics will be accepted as templates.
Templates that are included with an explicit '.tmpl' extension are looked for only in the templates/ directory.
For instance %TMPL:INCLUDE{"example.tmpl"}% will only return templates/example.tmpl, regardless of {TemplatePath} and SKIN settings.
The out-of-the-box setting of {TemplatePath} supports the following search order to determine which template file or topic to use for a particular script or %TMPL:INCLUDE{"script"}% statement.
The skin path is set as described in TWikiSkins.
  this usage is supported for compatibility only and is deprecated. Store web-specific templates in TWiki topics instead.
 this usage is supported for compatibility only and is deprecated. Store web-specific templates in TWiki topics instead.
 this usage is supported for compatibility only and is deprecated. Store web-specific templates in TWiki topics instead.
 this usage is supported for compatibility only and is deprecated. Store web-specific templates in TWiki topics instead.
view, edit
View
dragon, pattern. All skins are checked at each stage, in the order they appear in the skin path.
Dragon
example template file will be searched for in the following places, when the current web is Thisweb and the skin path is print,pattern:
 templates/Thisweb/example.print.tmpl deprecated; don't rely on it
templates/Thisweb/example.pattern.tmpl deprecated; don't rely on it
templates/example.print.tmpl
templates/example.pattern.tmpl
templates/Thisweb/example.tmpl deprecated; don't rely on it
templates/example.tmpl
Thisweb.PrintSkinExampleTemplate
Thisweb.PatternSkinExampleTemplate
Thisweb.ExampleTemplate
TWiki.PrintSkinExampleTemplate
TWiki.PatternSkinExampleTemplate
TWiki.ExampleTemplate
view and edit scripts, for example when a topic-specific template is required. Two preference variables can be used to override the templates used: VIEW_TEMPLATE sets the template to be used for viewing a topic
EDIT_TEMPLATE sets the template for editing a topic.
view and edit respectively. The template search order is as specified above.
 Tip: If you want to override existing templates, without having to worry that your changes will get overwritten by the next TWiki update, change the
 Tip: If you want to override existing templates, without having to worry that your changes will get overwritten by the next TWiki update, change the {TemplatePath} so that another directory, such as the %USERSWEB% appears at the front. You can then put your own templates into that directory or web and these will override the standard templates. (Note that such will increase the lookup time for templates by searching your directory first.)
%TMPL:INCLUDE{"twiki"}%, the templating system will include the next twiki.SKIN in the skin path. 
For example, to create a customization of pattern skin, where you only want to over-ride the breadcrumbs for the view script, you can create only a view.yourlocal.tmpl:
%TMPL:INCLUDE{"view"}%
%TMPL:DEF{"breadcrumb"}% We don't want any crumbs %TMPL:END%
and then set SKIN=yourlocal,pattern
The default {TemplatePath} will not give you the desired result if you put these statements in the topic Thisweb.YourlocalSkinViewTemplate. The default {TemplatePath} will resolve the request to the template/view.pattern.tmpl, before it gets to the Thisweb.YourlocalSkinViewTemplate resolution. You can make it work by prefixing the {TemplatePath} with: $web.YourlocalSkin$nameTemplate. 
twiki.tmpl is the default master template. It defines the following sections.
| Template variable: | Defines: | 
|---|---|
| %TMPL:DEF{"sep"}% | "|" separator | 
| %TMPL:DEF{"htmldoctype"}% | Start of all HTML pages | 
| %TMPL:DEF{"standardheader"}% | Standard header (ex: view, index, search) | 
| %TMPL:DEF{"simpleheader"}% | Simple header with reduced links (ex: edit, attach, oops) | 
| %TMPL:DEF{"standardfooter"}% | Footer, excluding revision and copyright parts | 
| Topic Name: | What it is: | 
|---|---|
| WebTopicViewTemplate | Alert page shown when you try to view a nonexistent topic. This page is usually used as a prompt to help you create a new topic. | 
| WebTopicNonWikiTemplate | Alert page shown when you try to view a nonexistent topic with a non-WikiName. Again, this page is used as a prompt to help you create the new topic. | 
| WebTopicEditTemplate | Default text used in a new topic. | 
| <MyCustomNamed>Template | Whenever you create a topic ending in the word "Template", it is automatically added to the list of available templates in the "Use Template" drop down field on the WebCreateNewTopic page. | 
edit script, TWiki locates a topic to use as a content template according to the following search order: templatetopic CGI parameter | Variable: | Description: | 
|---|---|
| %DATE% | Signature format date. See VarDATE | 
| %GMTIME% | Date/time. See VarGMTIME | 
| %GMTIME{...}% | Formatted date/time. See VarGMTIME2 | 
| %NOP% | A no-operation variable that gets removed. Useful to prevent a SEARCH from hitting an edit template topic; also useful to escape a variable, such as %URLPA%NOP%RAM{...}%escaping URLPARAM | 
| %STARTSECTION{type="templateonly"}% | Text that gets removed when a new topic based on the template is created. See notes below. | 
| %SERVERTIME% | Date/time. See VarSERVERTIME | 
| %SERVERTIME{...}% | Formatted date/time. See VarSERVERTIME2 | 
| %USERNAME% | Login name of user who is instantiating the new topic, e.g. guest | 
| %URLPARAM{"name"}% | Value of a named URL parameter. See VarURLPARAM. | 
| %WIKINAME% | WikiName of user who is instantiating the new topic, e.g. TWikiGuest | 
| %WIKIUSERNAME% | User name of user who is instantiating the new tpoic, e.g. Main.TWikiGuest | 
%STARTSECTION{type="templateonly"}% ... %ENDSECTION{type="templateonly"}% section. For example, you might want to write this in the template topic:
%STARTSECTION{type="templateonly"}%
This template can only be changed by:
   * Set ALLOWTOPICCHANGE = Main.TWikiAdminGroup
%ENDSECTION{type="templateonly"}%
This will restrict who can edit the template topic, but will be removed when a new topic based on that template topic is created.
%NOP% can be used to prevent expansion of TWiki variables that would otherwise be expanded during topic creation. For example, escape %SERVERTIME% with %SER%NOP%VERTIME%.
type="expandvariables" section in the template topic, such as:
...Example: If you have the following content in a template topic:
* %SYSTEMWEB%.ATasteOfTWiki - view a short introductory presentation on TWiki for beginners * %SYSTEMWEB%.WelcomeGuest - starting points on TWiki * %SYSTEMWEB%.TWikiUsersGuide - complete TWiki documentation * Sandbox.%HOMETOPIC% - try out TWiki on your own * Sandbox.%TOPIC%Sandbox - just for meyou will get this raw text in new topics based on that template topic:
* TWiki.ATasteOfTWiki - view a short introductory presentation on TWiki for beginners * TWiki.WelcomeGuest - starting points on TWiki * TWiki.TWikiUsersGuide - complete TWiki documentation * Sandbox.WebHome - try out TWiki on your own * Sandbox.JimmyNeutronSandbox - just for me
EOTC__ (EOTC followed by two underscores; EOTC stands for Expand On Topic Creation), you can have the variable expanded.
Here's an example.
%EOTC__SEARCH{"."
 topic="%URLPARAM{prefix}%*"
 nonoise="on"
 format="$percntINCLUDE{$topic}$percnt" separator="$n"
}%
This yields a series of %INCLUDE{...}%s, which are not expanded.
This is not achievable by an expandvariables section.
formtemplate CGI parameter to the edit script to specify the name of a form to attach.
See TWikiScripts for information about all the other parameters to edit.
AUTOINC<n> to the topic name in the edit and save scripts, and it will be replaced with an auto-incremented number on topic save. <n> is a number starting from 0, and may include leading zeros. Leading zeros are used to zero-pad numbers so that auto-incremented topic names can sort properly. Deleted topics are not re-used to ensure uniqueness of topic names. That is, the auto-incremented number is always higher than the existing ones, even if there are gaps in the number sequence.
Examples: BugAUTOINC0 - creates topic names Bug0, Bug1, Bug2, ... (does not sort properly)
ItemAUTOINC0000 - creates topic names Item0000, Item0001, Item0002, ... (sorts properly up to 9999)
DocIDAUTOINC10001 - start with DocID10001, DocID10002, ... (sorts properly up to 99999; auto-links)
AUTOINC<n> are preserved, but are not taken into account when calculating the next increment. Use this to create topic names that have a unique identifier (serial number) and a descriptive text.
Example: BlogAUTOINC0001-my-first-blog - creates topic name Blog0001-my-first-blog
BlogAUTOINC0001-my-crazy-cats - creates topic name Blog0002-my-crazy-cats
BlogAUTOINC0001-fondue-recipe - creates topic name Blog0003-fondue-recipe
[[%SCRIPTURLPATH{edit}%/%WEB%/BugIDAUTOINC00001?templatetopic=BugTemplate;topicparent=%TOPIC%;t=%SERVERTIME{"$day$hour$min$sec"}%][Create new item]]
templatetopic specifies ExampleTopicTemplate as the template topic to use. Here is the raw text of the form:
%EDITFORMFIELD{ "new" type="start" action="edit" topic="Sandbox.%TOPIC%" }%
   * New example topic: 
     %EDITFORMFIELD{ "topic" type="text" value="ExampleTopicAUTOINC0001" size="30" }%
     %EDITFORMFIELD{ "templatetopic" type="hidden" value="%SYSTEMWEB%.ExampleTopicTemplate" }%
     %EDITFORMFIELD{ "topicparent" type="hidden" value="%HOMETOPIC%" }%
     %EDITFORMFIELD{ "onlywikiname" type="hidden" value="on" }%
     %EDITFORMFIELD{ "onlynewtopic" type="hidden" value="on" }%
     %EDITFORMFIELD{ "form" type="submit" value="Create" }%
%EDITFORMFIELD{ "form" type="end" }%
Here is the equivalent form using a hand-crafted HTML form:
<form name="new" action="%SCRIPTURLPATH{edit}%/Sandbox/%HOMETOPIC%">
   * New example topic: 
     <input type="text" name="topic" value="ExampleTopicAUTOINC0001" size="30" />
     <input type="hidden" name="templatetopic" value="%SYSTEMWEB%.ExampleTopicTemplate" />
     <input type="hidden" name="topicparent" value="%HOMETOPIC%" />
     <input type="hidden" name="onlywikiname" value="on" />
     <input type="hidden" name="onlynewtopic" value="on" />
     <input type="submit" class="twikiSubmit" value="Create" />
</form>
 Note: You can create a topic in one step, without going through the edit screen. To do that, specify the
 Note: You can create a topic in one step, without going through the edit screen. To do that, specify the save script instead of the edit script in the form action. When you specify the save script in an HTML form tag you have to use the "post" method. This is done automatically when using the EDITFORMFIELD variable. Example when using the HTML form tag:
<form name="new" action="%SCRIPTURLPATH{save}%/Sandbox/" method="post">
    ...
</form>
 The
 The edit and save scripts understand many more parameters, see TWikiScripts#edit and TWikiScripts#save for details.
 TIP: You can use the
 TIP: You can use the %WIKIUSERNAME% and %DATE% variables in your topic templates to include the signature of the person creating a new topic. The variables are expanded into fixed text when a new topic is created. The standard signature is: -- %WIKIUSERNAME% - %DATE%
 -
 -  tip: supplemental documentation on TWiki skins
 tip: supplemental documentation on TWiki skins
 - list of all contributed skin packages
 - list of all contributed skin packages
 - discussion and feedback on contributed skins
 - discussion and feedback on contributed skins
 - open forum for new skin ideas
 - open forum for new skin ideas
 - template to create a new skin package
 - template to create a new skin package
* Set SKIN = tagme, topmenu, pattern
twiki/templates directory and are named according to the skin: <scriptname>.<skin>.tmpl. Skin files may also be defined in TWiki topics - see TWikiTemplates for details.
To start creating a new skin, copy the default TWikiTemplates (like view.tmpl), or copy an existing skin to use as a base for your own skin. You should only need to copy the files you intend to customize, as TWiki can be configured to fall back to another skin if a template is not defined in your skin. Name the files as described above (for example view.myskin.tmpl).
If you use PatternSkin as your starting point, and you want to modify the layout, colors or even the templates to suit your own needs, have a look first at the topics PatternSkinCustomization and PatternSkinCssCookbook.
For your own TWiki skin we encourage you to show a small TWiki logo at the bottom of your skin:
 Note: TWiki.org has no marketing budget, e.g. we rely on TWiki users to spread the word of TWiki. You can support the open source project by adding logos that point back to TWiki.org, and by mentioning TWiki in social media.
The standard TWiki skins show the logo in the
 Note: TWiki.org has no marketing budget, e.g. we rely on TWiki users to spread the word of TWiki. You can support the open source project by adding logos that point back to TWiki.org, and by mentioning TWiki in social media.
The standard TWiki skins show the logo in the %WEBCOPYRIGHT% variable.
 Note: Two skin names have reserved meanings;
 Note: Two skin names have reserved meanings; text skin, and skin names starting with rss have hard-coded meanings.
The following template files are used for TWiki screens, and are referenced in the TWiki core code. If a skin doesn't define its own version of a template file, then TWiki will fall back to the next skin in the skin path, or finally, to the default version of the template file.
(Certain template files are expected to provide certain TMPL:DEFs - these are listed in sub-bullets) addform - used to select a new form for a topic
attachagain - used when refreshing an existing attachment
attachnew - used when attaching a new file to a topic
attachtables - defines the format of attachments at the bottom of the standard topic view ATTACH:files:footer, ATTACH:files:header, ATTACH:files:row, ATTACH:versions:footer, ATTACH:versions:header, ATTACH:versions:row
changeform - used to change the form in a topic
changes - used by the changes script
edit - used for the edit screen
form
formtables - used to defined the format of forms FORM:display:footer, FORM:display:header, FORM:display:row
login - used for loggin in when using the TemplateLoginManager LOG_IN, LOG_IN_BANNER, LOG_OUT, LOGGED_IN_BANNER, NEW_USER_NOTE, UNRECOGNISED_USER
moveattachment - used when moving an attachment
oopsaccessdenied - used to format Access Denied messages no_such_topic, no_such_web, only_group, topic_access
oopsattention - used to format Attention messages already_exists, bad_email, bad_ver_code, bad_wikiname, base_web_missing, confirm, created_web, delete_err, invalid_web_color, invalid_web_name, in_a_group, mandatory_field, merge_notice, missing_action, missing_fields, move_err, missing_action, no_form_def, no_users_to_reset, notwikiuser, oversized_upload, password_changed, password_mismatch, problem_adding, remove_user_done, rename_err, rename_not_wikiword, rename_topic_exists, rename_web_err, rename_web_exists, rename_web_prerequisites, reset_bad, reset_ok, save_error, send_mail_error, thanks, topic_exists, unrecognized_action, upload_name_changed, web_creation_error, web_exists, web_missing, wrong_password, zero_size_upload
oopschangelanguage - used to prompt for a new language when internationalisation is enabled
oopsgeneric - a basic dialog for user information; provides "ok" button only
oopslanguagechanged - used to confirm a new language when internationalisation is enabled
oopsleaseconflict - used to format lease Conflict messages lease_active, lease_old
preview - used for previewing edited topics before saving
rdiff - used for viewing topic differences
registernotify - used by the user registration system
registernotifyadmin - used by the user registration system
rename - used when renaming a topic
renameconfirm - used when renaming a topic
renamedelete - used when renaming a topic
renameweb - used when renaming a web
renamewebconfirm - used when renaming a web
renamewebdelete - used when renaming a web
searchbookview - used to format inline search results in book view
searchformat - used to format inline search results
search - used by the search CGI script
settings
view - used by the view CGI script
viewprint - used to create the printable view
twiki.tmpl is a master template conventionally used by other templates, but not used directly by code.
 Note: Make sure templates do not end with a newline. Any newline will expand to an empty
 Note: Make sure templates do not end with a newline. Any newline will expand to an empty <p /> in the generated html. It will produce invalid html, and may break the page layout. 
twiki.pattern.tmpl contains %TMPL:INCLUDE{"twiki"}%, the templating system will include the next twiki.SKIN in the skin path (which is explained below). For example, to create a customization of pattern skin, where you only want to remove the edit & WYSIWYG buttons from view page, you create only a view.yourlocal.tmpl:
%TMPL:INCLUDE{"view"}%
%TMPL:DEF{"edit_topic_link"}%%TMPL:END%
%TMPL:DEF{"edit_wysiwyg_link"}%%TMPL:END%
and then set SKIN=yourlocal,pattern.
| Variable: | Expanded to: | 
|---|---|
| %WEBLOGONAME% | Filename of web logo | 
| %WEBLOGOIMG% | Image URL of web logo | 
| %WEBLOGOURL% | Link of web logo | 
| %WEBLOGOALT% | Alt text of web logo | 
| %WIKILOGOURL% | Link of page logo | 
| %WIKILOGOIMG% | Image URL of page logo | 
| %WIKILOGOALT% | Alt text of page logo | 
| %WEBBGCOLOR% | Web-specific background color, defined in the WebPreferences | 
| %WIKITOOLNAME% | The name of your TWiki site | 
| %SCRIPTURL% | The script URL of TWiki | 
| %SCRIPTURLPATH% | The script URL path | 
| %SCRIPTSUFFIX% | The script suffix, ex: .pl,.cgi | 
| %WEB% | The name of the current web. | 
| %TOPIC% | The name of the current topic. | 
| %WEBTOPICLIST% | Common links of current web, defined in the WebPreferences. It includes a Jump box | 
| %TEXT% | The topic text, e.g. the content that can be edited | 
| %META{"form"}% | TWikiForm, if any | 
| %META{"attachments"}% | FileAttachment table | 
| %META{"parent"}% | The topic parent | 
| %EDITTOPIC% | Edit link | 
| %REVTITLE% | The revision title, if any, ex: (r1.6) | 
| %REVINFO% | Revision info, ex: r1.6 - 24 Dec 2002 - 08:12 GMT - TWikiGuest | 
| %WEBCOPYRIGHT% | Copyright notice, defined in the WebPreferences | 
| %BROADCASTMESSAGE% | Broadcast message at the beginning of your view template, can be used to alert users of scheduled downtimes; can be set in TWikiPreferences | 
http://www.google.com/ to jump to an external web site. The feature is handy if you build a skin that has a select box of frequently used links, like Intranet home, employee database, sales database and such. A little JavaScript gets into action on the onchange method of the select tag to fill the selected URL into the "Go" box field, then submits the form.
Here is an example form that has a select box and the Jump Box for illustration purposes. You need to have JavaScript enabled for this to work:
 
Note: Redirect to a URL only works if it is enabled in configure (Miscellaneous, {AllowRedirectUrl}).
styles.pattern.tmpl.
 
<style type='text/css' media='all'>@import url('%PUBURLPATH%/%SYSTEMWEB%/MySkin/mystyle.css');</style>
attachtables.tmpl template using the %TMPL:DEF macro syntax described in TWikiTemplates. These macros are:
| Macro | Description | 
|---|---|
| ATTACH:files:header | Standard title bar | 
| ATTACH:files:row | Standard row | 
| ATTACH:files:footer | Footer for all screens | 
| ATTACH:files:header:A | Title bar for upload screens, with attributes column | 
| ATTACH:files:row:A | Row for upload screen | 
| ATTACH:files:footer:A | Footer for all screens | 
| Macro | Description | 
|---|---|
| ATTACH:versions:header | Header for versions table on upload screen | 
| ATTACH:versions:row | Row format for versions table on upload screen | 
| ATTACH:versions:footer | Footer for versions table on upload screen | 
ATTACH:row macros are expanded for each file in the attachment table, using the following special tags:
| Tag | Description | 
|---|---|
| %A_URL% | viewfileURL that will recover the file | 
| %A_REV% | Revision of this file | 
| %A_ICON% | A file icon suitable for representing the attachment content | 
| %A_FILE% | The name of the file. To get the 'pub' url of the file, use %PUBURL%/%WEB%/%TOPIC%/%A_FILE% | 
| %A_SIZE% | The size of the file | 
| %A_DATE% | The date the file was uploaded | 
| %A_USER% | The user who uploaded it | 
| %A_COMMENT% | The comment they put in when uploading it | 
| %A_ATTRS% | The attributes of the file as seen on the upload screen e.g "h" for a hidden file | 
 and TWiki:Plugins/SkinDeveloperFAQ
 and TWiki:Plugins/SkinDeveloperFAQ 
view.skin.tmpl, where skin is the name of the skin e.g. pattern. If no template is found, then the fallback is to use view.tmpl. Each skin on the path is searched for in turn. For example, if you have set the skin path to local,pattern then view.local.tmpl will be searched for first, then view.pattern.tmpl and finally view.tmpl.
The basic skin is defined by a SKIN setting:
 Set SKIN = catskin, bearskin
?skin=catskin,bearskin:
  
Setting SKIN (or the ?skin parameter in the URL) replaces the existing skin path setting, for the current page only. You can also extend the existing skin path as well, using covers.
 Set COVER = ruskin
ruskin, catskin, bearskin). There is also an equivalent cover URL parameter. The difference between setting SKIN vs. COVER is that if the chosen template is not found (e.g., for included templates), SKIN will fall back onto the next skin in line, or the default skin, if only one skin was present, while COVER will always fall back onto the current skin.
An example would be invoking the printable mode, which is achieved by applying ?cover=print. The view.print.tmpl simply invokes the viewprint template for the current skin which then can appropriately include all other used templates for the current skin. Where the printable mode be applied by using SKIN, all skins would have the same printable appearance.
The full skin path is built up as follows: SKIN setting (or ?skin if it is set), then COVER setting is added, then ?cover.
   * Set SKIN = %IF{
      "'%HTTP{"User-Agent"}%'~'*iPhone*' OR '%HTTP{"User-Agent"}%'~'*Android*'"
      then="print, pattern"
      else="topmenu, pattern"
     }%
text skin is reserved for TWiki internal use.
Skin names starting with rss also have a special meaning; if one or more of the skins in the skin path starts with 'rss' then 8-bit characters will be encoded as XML entities in the output, and the content-type header will be forced to text/xml.
Related Topics: TWikiSkinBrowser, AdminDocumentationCategory, DeveloperDocumentationCategory, TWiki:TWiki.TWikiSkinsSupplement -- Contributors: TWiki:Main.PeterThoeny
-- Contributors: TWiki:Main.PeterThoeny , TWiki:Main.MikeMannix
, TWiki:Main.MikeMannix , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie 
%SEARCH{...}% is a table consisting of topic names and topic summaries. Use the format="..." parameter to customize the search result. The format parameter typically defines a bullet or a table row containing variables, such as %SEARCH{ "food" format="| $topic | $summary |" }%. See %SEARCH{...}% for other search parameters, such as separator="".
header="..." parameter header="| *Topic:* | *Summary:* |"
Variables that can be used in the header string:
             | Name: | Expands To: | 
|---|---|
| $web | Name of the web | 
| $nor$n() | New line. Use $n()if followed by alphanumeric character, e.g. writeFoo$n()Barinstead ofFoo$nBar | 
| $nopor$nop() | Is a "no operation". This variable gets removed; useful for nested search | 
| $quotor\" | Double quote ( ") | 
| $aquot | Apostrophe quote ( ') | 
| $percnt | Percent sign ( %) | 
| $dollar | Dollar sign ( $) | 
| $lt | Less than sign ( <) | 
| $gt | Greater than sign ( >) | 
format="..." parameter format="| $topic | $summary |"
Variables that can be used in the format string:
             | Name: | Expands To: | 
|---|---|
| $web | Name of the web | 
| $topic | Topic name | 
| $topic(20) | Topic name, "- " hyphenated each 20 characters | 
| $topic(30, -<br />) | Topic name, hyphenated each 30 characters with separator "-<br />" | 
| $topic(40, ...) | Topic name, shortened to 40 characters with "..." indication | 
| $topictitle | Topic title, in order of sequence defined by: Form field named "Title", topic preference setting named TITLE, topic name | 
| $parent | Name of parent topic; empty if not set | 
| $parent(20) | Name of parent topic, same hyphenation/shortening like $topic() | 
| $text | Formatted topic text. In case of a multiple="on"search, it is the line found for each search hit. | 
| $text(encode:type) | Same as above, but encoded in the specified type. Possible types are the same as in ENCODE. Though ENCODEcan take theextraparameter,$text(encode:type)cannot. Example:$text(encode:html) | 
| $locked | LOCKED flag (if any) | 
| $date | Time stamp of last topic update, e.g. 2025-10-28 - 21:37 | 
| $isodate | Time stamp of last topic update, e.g. 2025-10-28T21:37Z | 
| $rev | Number of last topic revision, e.g. 4 | 
| $username | Login name of last topic update, e.g. jsmith | 
| $wikiname | Wiki user name of last topic update, e.g. JohnSmith | 
| $wikiusername | Wiki user name of last topic update, like Main.JohnSmith | 
| $createdate | Time stamp of topic revision 1 | 
| $createusername | Login name of topic revision 1, e.g. jsmith | 
| $createwikiname | Wiki user name of topic revision 1, e.g. JohnSmith | 
| $createwikiusername | Wiki user name of topic revision 1, e.g. Main.JohnSmith | 
| $summary | Topic summary, just the plain text, all TWiki variables, formatting and line breaks removed; up to 162 characters | 
| $summary(50) | Topic summary, up to 50 characters shown | 
| $summary(showvarnames) | Topic summary, with %ALLTWIKI{...}%variables shown asALLTWIKI{...} | 
| $summary(expandvar) | Topic summary, with %ALLTWIKI{...}%variables expanded | 
| $summary(noheader) | Topic summary, with leading ---+ headersremovedNote: The tokens can be combined, for example $summary(100, showvarnames, noheader) | 
| $changes | Summary of changes between latest rev and previous rev | 
| $changes(n) | Summary of changes between latest rev and rev n | 
| $formname | The name of the form attached to the topic; empty if none | 
| $formfield(name) | The field value of a form field; for example, $formfield(TopicClassification)would get expanded toPublicFAQ. This applies only to topics that have a TWikiForm | 
| $formfield(name, encode:type) | Form field value, encoded in the specified type. Possible types are the same as in ENCODE: quote,moderate,safe,entity,html,urlandcsv. Theencode:typeparameter can be combined with other parameters described below, but it needs to be the last parameter. Example:$formfield(Description, 20, encode:html) | 
| $formfield(name, render:display) | Form field value, rendered for display. For example, a form field of type color will render as a colored box. If not specified, the raw value is returned, such as a color value #336699. Therender:displayparameter can be combined with other parameters, but must be used after the parameters described below. | 
| $formfield(name, 10) | Form field value, "- " hyphenated each 10 characters | 
| $formfield(name, 20, -<br />) | Form field value, hyphenated each 20 characters with separator "-<br />" | 
| $formfield(name, 30, ...) | Form field value, shortened to 30 characters with "..." indication | 
| $query(query-syntax) | Access topic meta data using SQL-like QuerySearch syntax. Example: • $query(attachments.arraysize)returns the number of files attached to the current topic• $query(attachments[name~'*.gif'].size)returns an array with size of all.gifattachments, such as848, 1425, 923• $query(parent.name)is equivalent to$parent | 
| $query(query-syntax, quote:") | Strings in QuerySearch result are quoted with the specified quote. Useful to triple-quote strings for use in SpreadSheetPlugin's CALCULATE, such as $query(attachments.comment, quote:''')which returns a list of triple-quoted attachment comment strings -- the spreadhseet funcions will work properly even if comment strings contain commas and parenthesis | 
| $query(query-syntax, encode:type) | QuerySearch result is encoded in the specified type. This is in parallel to $formfield(name, encode:type)mentioned above | 
| $pattern(reg-exp) | A regular expression pattern to extract some text from a topic (does not search meta data; use $formfieldinstead). In case of amultiple="on"search, the pattern is applied to the line found in each search hit.• Specify a RegularExpression that covers the whole text (topic or line), which typically starts with .*, and must end in.*• Put text you want to keep in parenthesis, like $pattern(.*?(from here.*?to here).*)• Example: $pattern(.*?\*.*?Email\:\s*([^\n\r]+).*)extracts the e-mail address from a bullet of format* Email: ...• This example has non-greedy .*?patterns to scan for the first occurance of the Email bullet; use greedy.*patterns to scan for the last occurance• Limitation: Do not use .*)inside the pattern, e.g.$pattern(.*foo(.*)bar.*)does not work, but$pattern(.*foo(.*?)bar.*)does• Note: Make sure that the integrity of a web page is not compromised; for example, if you include an HTML table make sure to include everything including the table end tag | 
| $pattern(reg-exp, encode:type) | A text extracted by reg-exp is encoded in the specified type. This is in parallel to $formfield(name, encode:type)mentioned above | 
| $count(reg-exp) | Count of number of times a regular expression pattern appears in the text of a topic (does not search meta data). Follows guidelines for use and limitations outlined above under $pattern(reg-exp). Example:$count(.*?(---[+][+][+][+]) .*)counts the number of <H4> headers in a page. | 
| $ntopics | Number of topics found in current web. This is the current topic count, not the total number of topics | 
| $tntopics | The total number of topics matched | 
| $nwebs | The number of webs searched | 
| $nhits | Number of hits if multiple="on". Cumulative across all topics in current web. Identical to$ntopicsunlessmultiple="on" | 
| $nor$n() | New line. Use $n()if followed by alphanumeric character, e.g. writeFoo$n()Barinstead ofFoo$nBar | 
| $nopor$nop() | Is a "no operation". This variable gets removed; useful for nested search | 
| $quotor\" | Double quote ( ") | 
| $aquot | Apostrophe quote ( ') | 
| $percnt | Percent sign ( %) | 
| $dollar | Dollar sign ( $) | 
| $lt | Less than sign ( <) | 
| $gt | Greater than sign ( >) | 
footer="..." parameter footer="| *Topic* | *Summary* |"
Variables that can be used in the footer string:
             | Name: | Expands To: | 
|---|---|
| $web | Name of the web | 
| $ntopics | Number of topics found in current web | 
| $tntopics | The total number of topics matched | 
| $nwebs | The number of webs searched | 
| $nhits | Number of hits if multiple="on". Cumulative across all topics in current web. Identical to$ntopicsunlessmultiple="on" | 
| $nor$n() | New line. Use $n()if followed by alphanumeric character, e.g. writeFoo$n()Barinstead ofFoo$nBar | 
| $nopor$nop() | Is a "no operation". This variable gets removed; useful for nested search | 
| $quotor\" | Double quote ( ") | 
| $aquot | Apostrophe quote ( ') | 
| $percnt | Percent sign ( %) | 
| $dollar | Dollar sign ( $) | 
| $lt | Less than sign ( <) | 
| $gt | Greater than sign ( >) | 
default="..." parameter default="| *Note* | Nothing found in the [[$web.WebHome][$web]] web |"
Variables that can be used in the default string:
             | Name: | Expands To: | 
|---|---|
| $web | Name of the web | 
| $nor$n() | New line. Use $n()if followed by alphanumeric character, e.g. writeFoo$n()Barinstead ofFoo$nBar | 
| $nopor$nop() | Is a "no operation". This variable gets removed; useful for nested search | 
| $quotor\" | Double quote ( ") | 
| $aquot | Apostrophe quote ( ') | 
| $percnt | Percent sign ( %) | 
| $dollar | Dollar sign ( $) | 
| $lt | Less than sign ( <) | 
| $gt | Greater than sign ( >) | 
%SEARCH{}% are evaluated once before the search. This is OK for variables that do not change, such as %SCRIPTURLPATH%. Variables that should be evaluated once per search hit must be escaped. For example, to escape a conditional:
    %IF{ "..." then="..." else="..." }%
    format="$percntIF{ \"...\" then=\"...\" else=\"...\" }$percnt"
%SEARCH{
 "FAQ"
 scope="topic"
 nosearch="on"
 nototal="on"
 header="   * *Topic: Summary:*"
 format="   * [[$topic]]: $summary"
 footer="   * *Topic: Summary*"
}%
To get this:
 TopicClassification field, an OperatingSystem field and an OsVersion field we could write:
| *Topic:* | *OperatingSystem:* | *OsVersion:* | %SEARCH{ "[T]opicClassification.*?value=\"[P]ublicFAQ\"" scope="text" type="regex" nosearch="on" nototal="on" format="| [[$topic]] | $formfield(OperatingSystem) | $formfield(OsVersion) |" }%
To get this:
| Topic: | OperatingSystem | OsVersion | 
|---|---|---|
| IncorrectDllVersionW32PTH10DLL | OsWin | 95/98 | 
| WinDoze95Crash | OsWin | 95 | 
%SEARCH{
 "__Back to\:__ TWikiFAQ"
 scope="text"
 type="regex"
 nosearch="on"
 nototal="on"
 header="TWiki FAQs:"
 format="   * $pattern(.*?FAQ\:[\n\r]*([^\n\r]+).*) [[$topic][Answer...]]"
}%
To get this:
TWiki FAQs: %SEARCH{ "culture" format="   * $topic is referenced by: (list all references)" nosearch="on" nototal="on" }%
%SEARCH{ "(topic found in first search)" format="$topic" nosearch="on" nototal="on" separator=", " }%
$percnt to escape the leading percent of the second search
\" to escape the double quotes
$dollar to escape the $ of $topic
$nop to escape the }% sequence
%SEARCH{
 "culture"
 format="   * $topic is referenced by:$n      * $percntSEARCH{ \"$topic\" format=\"$dollartopic\" nosearch=\"on\" nototal=\"on\" separator=\", \" }$nop%"
 nosearch="on"
 nototal="on"
}%
To get this:
 $dollarpercntSEARCH{ for level three, $dollardollarpercntSEARCH{ for level four, etc.
%SEARCH{
 "\.*"
 scope="topic"
 type="regex"
 nosearch="on"
 nototal="on"
 sort="modified"
 reverse="on"
 format="| [[$topic]] | $wikiusername  | $date |"
 limit="7"
}%=
To get this:
| SourceCode | TWikiContributor | 2015-11-29 - 10:27 | 
| TWikiUICopyDotPm | TWikiContributor | 2013-10-14 - 08:02 | 
| TWikiUIMdrepoUIDotPm | TWikiContributor | 2013-10-14 - 08:02 | 
| TWikiUISearchDotPm | TWikiContributor | 2013-10-14 - 08:02 | 
| TWikiUsersTWikiUserMappingDotPm | TWikiContributor | 2011-08-21 - 04:16 | 
| TWikiUIEditDotPm | TWikiContributor | 2011-04-12 - 00:50 | 
| TWikiUIUploadDotPm | TWikiContributor | 2010-05-29 - 14:44 | 
 . The following example shows all topics in the Main web that have been updated in the last 7 days.
Write this:
. The following example shows all topics in the Main web that have been updated in the last 7 days.
Write this:
%CALCULATE{$SET(weekold, $TIMEADD($TIME(), -7, day))}% %SEARCH{ "." scope="topic" type="regex" web="Main" nonoise="on" sort="modified" reverse="on" format="$percntCALCULATE{$IF($TIME($date) < $GET(weekold), <nop>, | [[$web.$topic][$topic]] | $wikiusername | $date | $rev |)}$percnt" limit="100" }%
 weekold variable to the serialized date of exactly one week ago
$percnt makes sure that the CALCULATE gets executed once for each search hit
weekold date
<nop> is returned, which gets removed at the end of the TWiki rendering process
date="..." paramter in SEARCH to restrict the date.
date="" parameter as shown in the next example.
%SEARCH{
 "."
 scope="topic"
 type="regex"
 web="%USERSWEB%"
 nonoise="on"
 sort="modified"
 reverse="on"
 format="| [[$web.$topic][$topic]] | $wikiusername | $date | $rev |"
 limit="100"
 date="P1w/$today"
}%=
To get this:
%URLPARAM{"..."}% variable. Example:
Write this:
<form action="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%">
Find Topics: 
<input type="text" name="q" size="32" value="%URLPARAM{"q" encode="entity"}%" /> <input type="submit" class="twikiSubmit" value="Search" />
</form>
Result:
%SEARCH{
 search="%URLPARAM{"q" encode="quote"}%"
 type="keyword"
 format="   * $web.$topic: %BR% $summary"
 nosearch="on"
}%
To get this:
Result:
Related Topics: UserDocumentationCategory, SearchHelp, VarSEARCH, VarENCODE, SearchResultsPagination, SearchPatternCookbook, RegularExpression, QuerySearch
-- Contributors: TWiki:Main.PeterThoeny , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale 
META: tags
META: tags.
META: data includes program-generated info like FileAttachment and topic movement data, and user-defined TWikiForms info.
%META:<type>{key1="value1" key2="value2" ...}%
name, this appears first for easier searching (note the order of the variables themselves is defined).
Example of Format
%META:TOPICINFO{version="1.6" date="976762663" author="LastEditorWikiName" format="1.0"}%
   text of the topic
%META:TOPICMOVED{from="Codev.OldName" to="Codev.NewName"
   by="TopicMoverWikiName" date="976762680"}%
%META:TOPICPARENT{name="NavigationByTopicContext"}%
%META:FILEATTACHMENT{name="Sample.txt" version="1.3" ... }%
%META:FILEATTACHMENT{name="Smile.gif" version="1.1" ... }%
%META:FORM{name="WebFormTemplate"}%
%META:FIELD{name="OperatingSystem" value="OsWin"}%
%META:FIELD{name="TopicClassification" value="PublicFAQ"}%
| Key | Comment | 
|---|---|
| version | Same as RCS version | 
| date | integer, unix time, seconds since start 1970 | 
| author | last to change topic, is the REMOTE_USER | 
| format | Format of this topic, will be used for automatic format conversion | 
%META:TOPICMOVED{from="Codev.OldName" to="Codev.NewName" by="talintj" date="976762680"}%
| Key | Comment | 
|---|---|
| from | Full name, i.e., web.topic | 
| to | Full name, i.e., web.topic | 
| by | Who did it, is the REMOTE_USER, not WikiName | 
| date | integer, unix time, seconds since start 1970 | 
| Key | Comment | 
|---|---|
| name | The topic from which this was created, typically when clicking on a red-link, or by filling out a form.  Normally just TopicName, but it can be a fullWeb.TopicNameformat if the parent is in a different Web. | 
| Key | Comment | 
|---|---|
| name | Name of file, no path. Must be unique within topic | 
| version | Same as RCS revision | 
| path | Full path file was loaded from | 
| size | In bytes | 
| date | integer, unix time, seconds since start 1970 | 
| user | the REMOTE_USER, not WikiName | 
| comment | As supplied when file uploaded | 
| attr | hif hidden, optional | 
| Key | Comment | 
|---|---|
| movedfrom | full topic name - web.topic | 
| movedby | the REMOTE_USER, not WikiName | 
| movedto | full topic name - web.topic | 
| moveddate | integer, unix time, seconds since start 1970 | 
| Key | Comment | 
|---|---|
| name | A topic name - the topic represents one of the TWikiForms. Can optionally include the web name (i.e., web.topic), but doesn't normally | 
| Key | Name | 
|---|---|
| name | Ties to entry in TWikiForms template, is title with all bar alphanumerics and . removed | 
| title | Full text from TWikiForms template | 
| value | Value user has supplied via form | 
diff function output appears in a logical order
META:TOPICINFO
META:TOPICPARENT (optional)
META:TOPICMOVED (optional)
META:FILEATTACHMENT (0 or more entries)
META:FORM (optional)
META:FIELD (0 or more entries; FORM required)
Raw Text link can be clicked to show the text of a topic (i.e., as seen when editing).  This is done by adding raw=on to URL.  raw=debug shows the meta data as well as the topic data, ex: debug view for this topic
view, preview and edit scripts.
You can render form fields in topic text by using the FORMFIELD variable. Example:%FORMFIELD{"TopicClassification"}% | Variable usage: | Comment: | 
|---|---|
| %META{"form"}% | Show form data, see TWikiForms. | 
| %META{"formfield"}% | Show form field value. Parameter: name="field_name". Example:%META{ "formfield" name="TopicClassification" }% | 
| %META{"attachments"}% | Show attachments, except for hidden ones. Options: all="on": Show all attachments, including hidden ones. | 
| %META{"moved"}% | Details of any topic moves. | 
| %META{"parent"}% | Show topic parent. Options: dontrecurse="on": By default recurses up tree, at some cost.nowebhome="on": Suppress WebHome.prefix="...": Prefix for parents, only if there are parents, default"".suffix="...": Suffix, only appears if there are parents, default"".separator="...": Separator between parents, default is" > ". | 
 web.
TWiki plugins are developed and contributed by interested members of the community. Plugins are provided on an 'as is' basis; they are not a part of TWiki, but are independently developed and maintained.
Relevant links on TWiki.org:
  web.
TWiki plugins are developed and contributed by interested members of the community. Plugins are provided on an 'as is' basis; they are not a part of TWiki, but are independently developed and maintained.
Relevant links on TWiki.org:  -
 -  tip: supplemental documentation on TWiki plugins
 tip: supplemental documentation on TWiki plugins
 - list of all contributed plugin packages
 - list of all contributed plugin packages
 - discussion and feedback on contributed plugins
 - discussion and feedback on contributed plugins
 - open forum for new plugin ideas
 - open forum for new plugin ideas
 - template to create a new plugin package
 - template to create a new plugin package
 web on TWiki.org is the repository for TWiki plugins. Each plugin such as the TWiki:Plugins.ChartPlugin
 web on TWiki.org is the repository for TWiki plugins. Each plugin such as the TWiki:Plugins.ChartPlugin has a topic with user guide, step-by-step installation instructions, a detailed description of any special requirements, version details, and a working example for testing. There's usually a number of other related topics, such as a developers page, and an appraisal page.
Most TWiki plugins are packaged so that they can be installed and upgraded using the configure script. To install a plugin, open up the Extensions tab, follow the "Find More Extensions" link, and follow the instructions. A plugin needs to be enabled after installation.
Plugins can also be installed manually: Download the zip or tgz package of a TWiki plugin from the TWiki.org repository, upload it to the TWiki server, unpack it, and follow the installation instructions found in the plugin topic on TWiki.org.
Special Requirements: Some plugins need certain Perl modules to be pre-installed on the host system. Plugins may also use other resources, like graphics, other modules, applications, and templates. You should be able to find detailed instructions in the plugin's documentation. Use the package manager of the server OS (
 has a topic with user guide, step-by-step installation instructions, a detailed description of any special requirements, version details, and a working example for testing. There's usually a number of other related topics, such as a developers page, and an appraisal page.
Most TWiki plugins are packaged so that they can be installed and upgraded using the configure script. To install a plugin, open up the Extensions tab, follow the "Find More Extensions" link, and follow the instructions. A plugin needs to be enabled after installation.
Plugins can also be installed manually: Download the zip or tgz package of a TWiki plugin from the TWiki.org repository, upload it to the TWiki server, unpack it, and follow the installation instructions found in the plugin topic on TWiki.org.
Special Requirements: Some plugins need certain Perl modules to be pre-installed on the host system. Plugins may also use other resources, like graphics, other modules, applications, and templates. You should be able to find detailed instructions in the plugin's documentation. Use the package manager of the server OS (yum, apt-get, rpm, etc) to install dependent libraries.
If available, install CPAN (Comprehensive Perl Archive Network) libraries with the OS package manager. For example, to install IO::Socket::SSL on Fedora/RedHat/CentOS, run yum install perl-IO-Socket-SSL. CPAN modules can also be installed natively, see TWiki:TWiki.HowToInstallCpanModules .
.
 they invoke. Any failures are shown in the Errors section. The
 they invoke. Any failures are shown in the Errors section. The %FAILEDPLUGINS% variable can be used to debug failures. You may also want to check your webserver error log and the various TWiki log files.
 , or test manually with the Apache
, or test manually with the Apache ab utility. Example on Unix:time wget -qO /dev/null /twiki/bin/view/TWiki/AbcPlugin
 If you need to install an "expensive" plugin, but you only need its functionality only in a subset of your data, you can disable it elsewhere by defining the %DISABLEDPLUGINS% TWiki variable.
Define
 If you need to install an "expensive" plugin, but you only need its functionality only in a subset of your data, you can disable it elsewhere by defining the %DISABLEDPLUGINS% TWiki variable.
Define DISABLEDPLUGINS to be a comma-separated list of names of plugins to disable. Define it in Main.TWikiPreferences to disable those plugins everywhere, in the WebPreferences topic to disable them in an individual web, or in a topic to disable them in that topic. For example,
* Set DISABLEDPLUGINS = SpreadSheetPlugin, EditTablePlugin
{PluginsOrder} in the plugins section of configure.
 , add this bullet in Main.TWikiPreferences
, add this bullet in Main.TWikiPreferences
 Set VARCACHEPLUGIN_REFRESH = 24
%<pluginname>_<setting>%, such as %VARCACHEPLUGIN_REFRESH%.
To learn how this is done, use the TWiki:Plugins.VarCachePlugin documentation and Perl plugin code as a reference.
2. Use configure settings:
The administrator can set plugin settings in the configure interface. Recommended if only site administrators should be able to change settings. Chose this option to set sensitive or dangerous system settings, such as passwords or path to executables. To define plugin-specific configure settings,
 documentation and Perl plugin code as a reference.
2. Use configure settings:
The administrator can set plugin settings in the configure interface. Recommended if only site administrators should be able to change settings. Chose this option to set sensitive or dangerous system settings, such as passwords or path to executables. To define plugin-specific configure settings,
 lib/TWiki/Plugins/YourPlugin/ with variables, such as$TWiki::cfg{Plugins}{RecentVisitorPlugin}{ShowIP} = 0;
$showIP = $TWiki::cfg{Plugins}{RecentVisitorPlugin}{ShowIP} || 0;
 documentation and Perl plugin code as a reference.
In either case, define a SHORTDESCRIPTION setting in two places:
 documentation and Perl plugin code as a reference.
In either case, define a SHORTDESCRIPTION setting in two places:
 Set SHORTDESCRIPTION = Show recent visitors to a TWiki site
our $SHORTDESCRIPTION = 'Show recent visitors to a TWiki site';
our $NO_PREFS_IN_TOPIC = 1;
%ACTIVATEDPLUGINS% %PLUGINDESCRIPTIONS% "$SUM( $ABOVE() )" to TWiki tables or anywhere in topic text ExternalSite:Page to link to a page on an external site based on aliases defined in a rules topic  :-)  as  or
 or  :eek:  as  
 %FAILEDPLUGINS% | Plugin | Errors | 
|---|---|
| SpreadSheetPlugin | none | 
| BackupRestorePlugin | none | 
| ColorPickerPlugin | none | 
| CommentPlugin | none | 
| DatePickerPlugin | none | 
| EditTablePlugin | none | 
| HeadlinesPlugin | none | 
| InterwikiPlugin | none | 
| JQueryPlugin | none | 
| PreferencesPlugin | none | 
| SetGetPlugin | none | 
| SlideShowPlugin | none | 
| SmiliesPlugin | none | 
| TablePlugin | none | 
| TagMePlugin | none | 
| TinyMCEPlugin | none | 
| TwistyPlugin | none | 
| WatchlistPlugin | none | 
| WysiwygPlugin | none | 
| Handler | Plugins | 
|---|---|
| afterEditHandler | WysiwygPlugin | 
| afterRenameHandler | TagMePlugin WatchlistPlugin | 
| afterSaveHandler | TagMePlugin WatchlistPlugin | 
| beforeCommonTagsHandler | EditTablePlugin PreferencesPlugin TwistyPlugin WysiwygPlugin | 
| beforeEditHandler | TinyMCEPlugin WysiwygPlugin | 
| beforeMergeHandler | WysiwygPlugin | 
| beforeSaveHandler | CommentPlugin WatchlistPlugin WysiwygPlugin | 
| commonTagsHandler | SpreadSheetPlugin BackupRestorePlugin CommentPlugin EditTablePlugin JQueryPlugin SlideShowPlugin SmiliesPlugin | 
| initPlugin | SpreadSheetPlugin BackupRestorePlugin ColorPickerPlugin CommentPlugin DatePickerPlugin EditTablePlugin HeadlinesPlugin InterwikiPlugin JQueryPlugin PreferencesPlugin SetGetPlugin SlideShowPlugin SmiliesPlugin TablePlugin TagMePlugin TinyMCEPlugin TwistyPlugin WatchlistPlugin WysiwygPlugin | 
| modifyHeaderHandler | WysiwygPlugin | 
| postRenderingHandler | PreferencesPlugin WysiwygPlugin | 
| preRenderingHandler | InterwikiPlugin SmiliesPlugin TablePlugin | 
lib/TWiki/Func.pm) describes all the interfaces available to plugins. Plugins should only use the interfaces described in this module.
 Note: If you use other core functions not described in
 Note: If you use other core functions not described in Func.pm, you run the risk of creating security holes. Also, your plugin will likely break and require updating when you upgrade to a new version of TWiki.
lib/TWiki/Plugins/EmptyPlugin.pm module.
 # from all lines of the callback.
 helps you decide which rendering handler to use.
 helps you decide which rendering handler to use.
eval block like this:eval { require IPC::Run } return "<font color=\"red\">SamplePlugin: Can't load required modules ($@)</font>" if $@;
lib/TWiki/Plugins/BathPlugin/.
$NO_PREFS_IN_TOPIC in your plugin package as that will stop TWiki from reading the plugin topic for every page. Use Config.spec or preferences settings instead. (See details). 
$VERSION variable. This should be an integer, or a subversion version id.
initPlugin handler should check all dependencies and return 1 if the initialization is OK or 0 if something went wrong. initPlugin handler).
$TWiki::Plugins::VERSION in the TWiki::Plugins module contains the TWiki plugin API version, currently 6.02. %PLUGINVERSION{}% variable to query the plugin API version or the version of installed plugins.
%TWiki::cfg hash than adding it as preferences in the plugin topic. configure describes the steps
 has an example
 has an example
 can help you with this
 can help you with this
MyFirstPlugin.pm
MyFirstPlugin.txt
MyFirstPlugin topic. Other needed Perl code is best placed in a lib/TWiki/Plugins/MyFirstPlugin/ directory.
The plugin API handles the details of connecting your Perl module with main TWiki code. When you're familiar with the Plugin API, you're ready to develop plugins.
The TWiki:Plugins.BuildContrib module provides a lot of support for plugins development, including a plugin creator, automatic publishing support, and automatic installation script writer. If you plan on writing more than one plugin, you probably need it.
 module provides a lot of support for plugins development, including a plugin creator, automatic publishing support, and automatic installation script writer. If you plan on writing more than one plugin, you probably need it.
lib/TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm. The EmptyPlugin.pm module contains mostly empty functions, so it does nothing, but it's ready to be used. Customize it. Refer to the Plugin API specs for more information.
If your plugin uses its own modules and objects, you must include the name of the plugin in the package name. For example, write Package MyFirstPlugin::Attrs; instead of just Package Attrs;. Then call it using:
use TWiki::Plugins::MyFirstPlugin::Attrs; $var = MyFirstPlugin::Attrs->new();
 and:
 and: MyFirstPlugin, press enter and create the new topic
 . This is important because links should work properly in a plugin topic installed on any TWiki, not just on TWiki.org.
. This is important because links should work properly in a plugin topic installed on any TWiki, not just on TWiki.org.
OUTLINE: Doc Topic Contents
Check the plugins web on TWiki.org for the latest plugin doc topic template. Here's a quick overview of what's covered: Syntax Rules: <Describe any special text formatting that will be rendered.>" Example: <Include an example of the plugin in action. Possibly include a static HTML version of the example to compare if the installation was a success!>" Plugin Settings: <Description and settings for custom plugin %VARIABLES%, and those required by TWiki.>" Plugin Installation Instructions: <Step-by-step set-up guide, user help, whatever it takes to install and run, goes here.>" Plugin Info: <Version, credits, history, requirements - entered in a form, displayed as a table. Both are automatically generated when you create or edit a page in the TWiki:Pluginsweb.>"
 is a powerful build environment that is used by the TWiki project to build TWiki itself, as well as many of the plugins. You don't have to use it, but it is highly recommended!
If you don't want (or can't) use the BuildContrib, then a minimum plugin release consists of a Perl module with a WikiName that ends in
 is a powerful build environment that is used by the TWiki project to build TWiki itself, as well as many of the plugins. You don't have to use it, but it is highly recommended!
If you don't want (or can't) use the BuildContrib, then a minimum plugin release consists of a Perl module with a WikiName that ends in Plugin, ex: MyFirstPlugin.pm, and a documentation page with the same name(MyFirstPlugin.txt).
 lib/TWiki/Plugins/MyFirstPlugin.pm
data/TWiki/MyFirstPlugin.txt
pub/TWiki/MyFirstPlugin/uparrow.gif [a required graphic]
MyFirstPlugin.zip) and add the entire directory structure from Step 1. The archive should look like this: lib/TWiki/Plugins/MyFirstPlugin.pm
data/TWiki/MyFirstPlugin.txt
pub/TWiki/MyFirstPlugin/uparrow.gif
 to measure your TWiki:Plugins.PluginBenchmarks
 to measure your TWiki:Plugins.PluginBenchmarks . The data is needed as part of the Documentation Topic.
See also Hints on Writing Fast Plugins.
. The data is needed as part of the Documentation Topic.
See also Hints on Writing Fast Plugins.
 web. All plugins submitted to TWiki.org are available for download and further development in TWiki:Plugins/PluginPackage
 web. All plugins submitted to TWiki.org are available for download and further development in TWiki:Plugins/PluginPackage .
Publish your plugin by following these steps:
.
Publish your plugin by following these steps:  :
: MyFirstPlugin
MyFirstPlugin.zip
Dev, ex: MyFirstPluginDev. This is the discussion page for future development. (User support for plugins is handled in TWiki:Support .)
.)
 (optional)
 (optional)
 Once you have done the above steps once, you can use the BuildContrib to upload updates to your plugin.
Thank you very much for sharing your plugin with the TWiki community
 Once you have done the above steps once, you can use the BuildContrib to upload updates to your plugin.
Thank you very much for sharing your plugin with the TWiki community  
TWiki::Func::getWorkArea() function, which gives you a persistent directory where you can store data files. By default they will not be web accessible. The directory is guaranteed to exist, and to be writable by the webserver user. For convenience, TWiki::Func::storeFile() and TWiki::Func::readFile() are provided to persistently store and retrieve simple data in this area.
TWiki::Func::saveAttachment() function to store the data.
Recommendation for file name: _GaugePlugin_img123.gif
TWiki::Func::saveAttachment() function to store the data.
Recommendation for file names in plugin attachment area: _Main_roundedge-ul.gif
configure configure rather than trying to use TWiki preferences variables. These extensions use Config.spec files to publish their configuration requirements.
Config.spec files are read during TWiki configuration. Once a Config.spec has defined a configuration item, it is available for edit through the standard configure interface. Config.spec files are stored in the 'plugin directory' e.g. lib/TWiki/Plugins/BathPlugin/Config.spec.
Config.spec file Config.spec file for an extension starts with the extension announcing what it is:
# ---+ Extensions # ---++ BathPlugin # This plugin senses the level of water in your bath, and ensures the plug # is not removed while the water is still warm.This is followed by one or more configuration items. Each configuration item has a type, a description and a default. For example:
# **SELECT Plastic,Rubber,Metal**
# Select the plug type
$TWiki::cfg{BathPlugin}{PlugType} = 'Plastic';
# **NUMBER**
# Enter the chain length in cm
$TWiki::cfg{BathPlugin}{ChainLength} = 30;
# **BOOLEAN EXPERT**
# Set this option to 0 to disable the water temperature alarm
$TWiki::cfg{BathPlugin}{TempSensorEnabled} = 1;
The type (e.g. **SELECT** ) tells configure to how to prompt for the value. It also tells configure how to do some basic checking on the value you actually enter. All the comments between the type and the configuration item are taken as part of the description. The configuration item itself defines the default value for the configuration item. The above spec defines the configuration items $TWiki::cfg{BathPlugin}{PlugType}, $TWiki::cfg{BathPlugin}{ChainLength}, and $TWiki::cfg{BathPlugin}{TempSensorEnabled} for use in your plugin. For example,
if( $TWiki::cfg{BathPlugin}{TempSensorEnabled} && $curTemperature > 50 ) {
    die "The bathwater is too hot for comfort";
}
The Config.spec file is read by configure, which then writes LocalSite.cfg with the values chosen by the local site admin.
A range of types are available for use in Config.spec files:
| BOOLEAN | A true/false value, represented as a checkbox | 
| COMMAND length | A shell command | 
| LANGUAGE | A language (selected from {LocalesDir} | 
| NUMBER | A number | 
| OCTAL | An octal number | 
| PASSWORD length | A password (input is hidden) | 
| PATH length | A file path | 
| PERL | A perl structure, consisting of arrays and hashes | 
| REGEX length | A perl regular expression | 
| SELECT choices | Pick one of a range of choices | 
| SELECTCLASS root | Select a perl package (class) | 
| STRING length | A string | 
| URL length | A url | 
| URLPATH length | A relative URL path | 
| EXPERT | means this an expert option | 
| M | means the setting is mandatory (may not be empty) | 
| H | means the option is not visible in configure | 
lib/TWiki.spec for many more examples.
Config.spec files for non-plugin extensions are stored under the Contrib directory instead of the Plugins directory.
Note that from TWiki 5.0 onwards, CGI scripts (in the TWiki bin directory) provided by extensions must also have an entry in the Config.spec file. This entry looks like this (example taken from PublishContrib)
# **PERL H**
# Bin script registration - do not modify
$TWiki::cfg{SwitchBoard}{publish} = [ "TWiki::Contrib::Publish", "publish", { publishing => 1 } ];
PERL specifies a perl data structure, and H a hidden setting (it won't appear in configure). The first field of the data value specifies the class where the function that implements the script can be found. The second field specifies the name of the function, which must be the same as the name of the script. The third parameter is a hash of initial context settings for the script.
TWiki:TWiki/SpecifyingConfigurationItemsForExtensions has supplemental documentation on configure settings.
 has supplemental documentation on configure settings.
Dev, such as MyFirstPluginDev. The plugin development topic is a great resource to discuss feature enhancements and to get feedback from the TWiki community.
 Tip: Plugins can be written to be compatible with older and newer TWiki releases. This can be done also for plugins using unofficial TWiki internal functions of an earlier release that no longer work on the latest TWiki codebase. 
Here is an example; the TWiki:TWiki.TWikiPluginsSupplement#MaintainPlugins
 Tip: Plugins can be written to be compatible with older and newer TWiki releases. This can be done also for plugins using unofficial TWiki internal functions of an earlier release that no longer work on the latest TWiki codebase. 
Here is an example; the TWiki:TWiki.TWikiPluginsSupplement#MaintainPlugins has more details.
 has more details.
    if( $TWiki::Plugins::VERSION >= 1.1 ) {
        @webs = TWiki::Func::getListOfWebs( 'user,public' );
    } else {
        @webs = TWiki::Func::getPublicWebList( );
    }
TWiki::Plugins version in which the handler was first deprecated. For example, if we need to define the endRenderingHandler for compatibility with TWiki::Plugins versions before 1.1, we would add this to the plugin:
package TWiki::Plugins::SinkPlugin;
use vars qw( %TWikiCompatibility );
$TWikiCompatibility{endRenderingHandler} = 1.1;
If the currently-running TWiki version is 1.1 or later, then the handler will not be called and the warning will not be issued. TWiki with versions of TWiki::Plugins before 1.1 will still call the handler as required.
mailnotify is called by a background process at regular intervals. The script sends an automated e-mail to subscribed users if topics were changed in a web since the script was last run.
 %NOTIFYTOPIC%
 Tip: Instead of subscribing here, it is easier to "watch" topics of interest. Watching topics gives you the choice of immediate notification or digest notification.
 Tip: Instead of subscribing here, it is easier to "watch" topics of interest. Watching topics gives you the choice of immediate notification or digest notification.
* subscriber [ : topics ]
Where subscriber can be a WikiName, an E-mail address, or a
group name. If subscriber contains any characters that are not legal in
an email address, then it must be enclosed in 'single' or "double" quotes. Please note that the guest user TWikiGuest does not have an email address mapped to it, and will never receive email regardless of the configuration of that user. 
topics is an optional space-separated list of topics:
 * in a topic name, where it is treated as a wildcard character . A
. A * will match zero or more other characters - so, for example, Fred* will match all topic names starting with Fred, *Fred will match all topic names ending with Fred, and * will match all topic names.
* daisy.cutter@flowers.comSubscribe Daisy to all changes to topics that start with
Web.
* daisy.cutter@flowers.com : Web*Subscribe Daisy to changes to topics starting with
Petal, and their immediate children, WeedKillers and children to a depth of 3, and all topics that match start with Pretty and end with Flowers e.g. PrettyPinkFlowers
* DaisyCutter: Petal* (1) WeedKillers (3) Pretty*FlowersSubscribe StarTrekFan to changes to all topics that start with
Star except those that end in Wars, sInTheirEyes or shipTroopers.
* StarTrekFan: Star* - *Wars - *sInTheirEyes - *shipTroopersSubscribe Daisy to the full content of NewsLetter whenever it has changed
* daisy@flowers.com: NewsLetter?Subscribe buttercup to NewsLetter and its immediate children, even if it hasn't changed.
* buttercup@flowers.com: NewsLetter! (1)Subscribe GardenGroup (which includes Petunia) to all changed topics under AllnewsLetters to a depth of 3. Then unsubscribe Petunia from the ManureNewsLetter, which she would normally get as a member of GardenGroup:
* GardenGroup: AllNewsLetters? (3) * petunia@flowers.com: - ManureNewsLetterSubscribe
IT:admins (a non-TWiki group defined by a custom user mapping) to all changes to Web* topics.
* 'IT:admins' : Web*In addition to single quotes ('), double quotes (") do the same job for a non-TWiki group. A user may be listed many times in the WebNotify topic. Where a user has several lines in WebNotify that all match the same topic, they will only be notified about changes that topic once (though they will still receive individual mails for news topics). If a group is listed for notification, the group will be recursively expanded to the e-mail addresses of all members.
 Warning: Because an email address is not linked to a user name, there is no way for TWiki to check access controls for subscribers identified by email addresses. A subscriber identified by an email address alone will only be sent change notifications if the topic they are subscribed to is readable by guest users. You can limit what email addresses can be used in WebNotify, or even block use of emails altogether, using the
 Warning: Because an email address is not linked to a user name, there is no way for TWiki to check access controls for subscribers identified by email addresses. A subscriber identified by an email address alone will only be sent change notifications if the topic they are subscribed to is readable by guest users. You can limit what email addresses can be used in WebNotify, or even block use of emails altogether, using the {MailerContrib}{EmailFilterIn} setting in =configure.
 Tip: List names in alphabetical order to make it easier to find the names.
Note for System Administrators: Notification is supported by an add-on to the TWiki kernel called the MailerContrib. See the MailerContrib topic for details of how to set up this service.
Note: If you prefer a news feed, point your reader to WebRss (for RSS 1.0 feeds) or WebAtom (for ATOM 1.0 feeds). Learn more at WebRssBase and WebAtomBase, respectively.
You can also use
 Tip: List names in alphabetical order to make it easier to find the names.
Note for System Administrators: Notification is supported by an add-on to the TWiki kernel called the MailerContrib. See the MailerContrib topic for details of how to set up this service.
Note: If you prefer a news feed, point your reader to WebRss (for RSS 1.0 feeds) or WebAtom (for ATOM 1.0 feeds). Learn more at WebRssBase and WebAtomBase, respectively.
You can also use %USERSWEB% instead of Main, but this is not necessary even if you have renamed the main web by configuring {MainWebName} in configure.
SEARCH. The number of topics listed by the limit parameter.:
%SEARCH{
 ".*"
 web="TWiki"
 type="regex"
 nosearch="on"
 sort="modified"
 reverse="on" 
 limit="50"
}%
%SEARCH{}%.
SEARCH:
%SEARCH{
 "\.*"
 scope="topic"
 type="regex"
 nosearch="on"
}%
 You can create a WebStatistics link using TWikiVariables with
 You can create a WebStatistics link using TWikiVariables with %STATISTICSTOPIC%
TWiki also generates overall site usage statistics in Main.SiteStatistics (do not create that page, it is created automatically based on SiteStatisticsTemplate). On a monthly basis, the following items are recorded using system data and TWiki log data across all webs: Number of webs, number of topics, number of attachments, number of topic views, number of topic updates, number of files uploads, data size, pub size, disk use, number of users, number of groups, number of plugins installed compared to total number of plugins available, and the 10 top contributors.
{Log}{view}, {Log}{save} and {Log}{upload} are set in configure. This will generate log file entries (see below).
twiki/bin/statistics script from a cron job - once a day is recommended. This will update the SiteStatistics and the WebStatistics topics in all webs.
nobody or www-data. Example crontab entry: 0 0 * * * (cd /path/to/twiki/bin; ./statistics >/dev/null 2>&1)
nobody : Run the utility twiki/tools/geturl.pl in your cron job and specify the URL of the twiki/bin/statistics script as a parameter. Example: 0 0 * * * (cd /path/to/twiki/tools; ./geturl.pl mydomain.com /urlpath/to/twiki/bin/statistics >/dev/null 2>&1) 
geturl.pl will do a TWiki CGI request as the TWikiGuest user, so if you use this workaround, the WebStatistics topics you are updating will have to be writable by TWikiGuest.
cd twiki/bin; ./statistics -logdate 2011-05 -webs TWiki,Sandbox
{Stats}{DisableInvocationFromBrowser} config parameter is false (it's false in this installation), the twiki/bin/statistics script can also be executed as a CGI script - just enter the URL in your browser. Examples: /twiki/bin/statistics
/twiki/bin/statistics/Main
/twiki/bin/statistics/Main?logdate=2025-10
/twiki/bin/statistics?logdate=2025-10;webs=ProjectX,ProjectY,ProjectZ
| Topic | Column and part | Configuration parameter | Default | 
|---|---|---|---|
| WebStatistics of webs | Affiliation breakdown in "Topic views", "Topic saves", and "File uploads" columns | {Stats}{TopAffiliation} | 10 | 
| "Most popular topic views" column | {Stats}{TopViews} | 10 | |
| "Top viewers" column | {Stats}{TopViewers} | 10 | |
| "Top contributors for tpoic save and uploads" column | {Stats}{TopContrib} | 10 | |
| Main.SiteStatistics | The list of webs viewed the most number of times in the "Webs Viewed" column | {Stats}{SiteTopViews} | 0 | 
| The list of webs updated the most number of times in the "Webs Updated" column | {Stats}{SiteTopUpdates} | 0 | |
| Affiliation breakdown in "Topic Views", "Topic Saves", and "File Uploads" columns | {Stats}{SiteTopAffiliation} | 10 | |
| "Top Viewers" column | {Stats}{SiteTopViewers} | 10 | |
| "Top Contributors" column | {Stats}{SiteTopContrib} | 10 | 
| Month: | Topic views: | Topic saves: | File uploads: | Most popular topic views: | Top viewerss: | Top contributors for topic save and uploads: | 
|---|---|---|---|---|---|---|
| 2013-08 | 10325 (150 unique users) 6921 R&D 1736 Operation 927 Sales 623 Management 98 Unknown | 7 (3 unique users) 7 R&D | 3 (1 unique users) 3 R&D | 6941 WebHome 872 WebSearch 848 ToolSiteMap 376 ToolDashboard 223 WebSearchAdvanced 185 ContRequests 127 WebTopicList 89 ToolPersonalWebs 72 ToolMasquerading 70 TWikiAdminUser | 525 PeterThoeny 49 MahiroAndo 9 HdeyoImazu | 5 HdeyoImazu 1 MahiroAndo 1 PeterThoeny | 
getAffiliation($cUID) object method in the current user mapping handler. It's supposed return the affiliation (division, department, etc.) of the $cUID. If the affiliation is unknown, it returns undef.
{Stats}{Breakdown} configuration papameter true by putting the following line in lib/LocalSite.cfg.   
$TWiki::cfg{Stats}{Breakdown} = 1;
{Stats}{ExcludedWebRegex} config parameter as follows.
$TWiki::cfg{Stats}{ExcludedWebRegex} = '^(Trash(x\d+x)?\d*|Sandbox\d*)\b';
You may wonder when this is needed.
There are webs not worth updating WebStatistics such as the Trash web. When a web is deleted, it becomes a subweb of the Trash web. By default, not only the Trash web but also subwebs of the Trash web are subject to WebStatistics update.
On a large TWiki site, you may have dozens of Trash webs - you may rotate Trash webs and you may be UsingMultipleDisks (each disk requires its own Trash - e.g. Trashx1x and Trashx2x). If you have Trash, Trash1, ..., Trash10 for rotation and if you use 3 disks for TWiki,  you end up having 33 Trashes.
statistics script every day, you increase the revision of each WebStatistics by one every day. If a topic has hundreds of revision, some operations such as getting the original creator of the topic takes long.
There is an option to prevent the boundless growth of WebStatistics.
If you set $TWiki::cfg{Stats}{TopicPerYear} true, the statistics script writes the result to WebStatisticsYYYY where YYYY is the current year (e.g. WebStatistics2025) instead of WebStatistics. The parameter is false by default.  is installed, viewing WebStatistics causes redirection to the WebStatisticsYYYY of the year. Otherwise, WebStatistics shows links to WebStatisticsYYYY topics.
 is installed, viewing WebStatistics causes redirection to the WebStatisticsYYYY of the year. Otherwise, WebStatistics shows links to WebStatisticsYYYY topics.
{Stats}{TopicPerYear} to true but before you run the statistics script, you should run twiki/tools/switch2yearlystats to rename WebStatistics of all webs to WebStatisticsYYYY of the year. In case WebStatistics is not in the same format as its current template, it's renamed to WebStatistics0000.
{Stats}{TopicPerYear} is true: twiki/tools/switch2yearlystats renames Main.SiteStatistics to Main.SiteStatisticsYYYY of the year or Main.SiteStatistics0000.
statistics script doesn't work well.
By running tools/convert_stats_twiki6 after upgrade, all statistics topics are converted for the current version of statistics.
{Stats}{SiteTopContrib}.
Prior to TWiki 6.0, it was specified by {Stats}{TopContrib}.
If you have a custom {Stats}{TopContrib} value, you need to set {Stats}{SiteTopContrib} as well. Otherwise, the number of "Top Contributors" on SiteStatistics becomes the default value, which is 10.
log<year><month>.txt
twiki/logs/log202510.txt
| <time in GMT> | <wikiusername> | <action> | <web>.<topic> | <extra info> | <IP address> |
| 28 Oct 2025 - 21:37 | Main.TWikiGuest | view | TWiki.WebRss |  | 66.124.232.02 |
| Script | Action name | Extra info | 
|---|---|---|
| attach | attach | when viewing attach screen of previous uploaded attachment: filename | 
| changes | changes | |
| edit | edit | when editing non-existing topic: (not exist) | 
| login, logon, attach, edit, register, rest, view, vewfile | sudologin,sudologout | Login name of administrator user who is logging in or out | 
| manage | changepasswd | Login name of user who's password is changed | 
| mdrepo | mdrepo | operation and its arguments | 
| rdiff | rdiff | higher and lower revision numbers: 4 3 | 
| register | regstart | WikiUserName, e-Mail address, LoginName: user attempts to register | 
| register | register | E-mail address: user successfully registers | 
| register | bulkregister | WikiUserName of new, e-mail address, admin ID | 
| rename | rename | when moving topic: moved to Newweb.NewTopic | 
| rename | renameweb | when renaming a web: moved to Newweb | 
| rename | move | when moving attachment: Attachment filename moved to Newweb.NewTopic | 
| resetpasswd | resetpasswd | Login name of user who's password is reset | 
| save | save | when replacing existing revision: repRev 3when user checks the minor changes box: dontNotifywhen user changes attributes to an exising attachment: filename.ext | 
| save | cmd | special admin parameter used when saving | 
| search | search | search string | 
| upload | upload | filename | 
| view | view | when viewing non-existing topic: (not exist)when viewing previous topic revision: r3 | 
| viewfile | viewfile | Attachment name and revision: File.txt, r3 | 
Net::SMTP module if it is installed on your system. Set this with the {SMTP}{MAILHOST} setting in configure.
  You can define a separate
 You can define a separate {SMTP}{SENDERHOST} configure setting to set the mail sender host - some SMTP installations require this.
 If you are using SELinux (Security-Enhanced Linux
 If you are using SELinux (Security-Enhanced Linux ) you might need to configure it to allow TWiki to send e-mails:
) you might need to configure it to allow TWiki to send e-mails:     $ sudo setsebool -P httpd_can_sendmail on     $ sudo setsebool -P httpd_can_network_connect on
sendmail, if the Net::SMTP module is not installed or not functioning properly. Set the program path in {MailProgram} and set {SMTP}{MAILHOST} to an empty value in configure.
The notify e-mail uses the default changes.tmpl template, or a skin if activated in the TWikiPreferences.
mailnotify also relies on two hidden files in each twiki/data/Web directory: .changes and .mailnotify. Make sure both are writable by your web server process. .changes contains a list of changes; go ahead and make this empty. .mailnotify contains a timestamp of the last time notification was done.
cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of how to modify the table that schedules program execution at certain intervals. Example:
% crontab -e 0 1 * * * (cd /path/to/twiki; perl -I bin tools/mailnotify -q)The above line will run mailnotify nightly at 01:00. The
-q switch suppresses all normal output. Details at MailerContrib.
For ISP installations: Many ISPs don't allow hosted accounts direct cron access, as it's often used for things that can heavily load the server. Workaround scripts are available.
On Windows: You can use a scheduled task if you have administrative privileges. TWiki:Codev/CronTabWin is a free scheduler for Windows.
 is a free scheduler for Windows.
 - crontab for Windows
 - crontab for Windows
Trash web.
[More topic actions] (bottom right of page) on the topic to be changed, then, in the new screen, on [Delete topic] or [Rename/move topic]. You can now rename and/or move/delete in one operation:
 NOTE: You'll be warned if any of the topics to be affected are locked (being edited), or if there is a name conflict.
 NOTE: You'll be warned if any of the topics to be affected are locked (being edited), or if there is a name conflict.
[Rename/Move]: the topic will be renamed and links to the topic updated as requested. [Rename/Move].
 There is a Put back feature that allows you to undo a
 There is a Put back feature that allows you to undo a Rename/Move/Delete - an instruction line and undo link will appear at the bottom of the modified topic. This allows you to revert from the last modification only.
Trash web - they are NOT physically erased from the server. All webs share Trash - in case of a name conflict with a topic already Trash, the user is alerted and asked to choose a new name.
The Trash web should be be cleared periodically, by archiving (saving) the text and RCS files if required (recommended), then deleting them from the Trash directory. 
  This can only be done from on the server, not through the browser.
 This can only be done from on the server, not through the browser.   Since simple FTP access to the
 Since simple FTP access to the Trash directory is all that's required for maintenance, it's possible to grant Trash admin privileges to multiple users, while strictly limiting server access. 
%META:TOPICMOVED{...}%. Customize something like this:
%METASEARCH{type="topicmoved" web="%WEB%" topic="%TOPIC%" 
title="This topic used to exist and was moved to: "}%
Note: Do not modify the TWiki.WebTopicViewTemplate - modifications would be lost on the next TWiki upgrade. Instead, create a WebTopicViewTemplate in the Main web with the same content and modify it to your needs.
%SEARCH%, with a special template, finds and displays all occurrences of the topic name in other topics, site-wide. These referring links are by default automatically changed to the new topic and/or web name. This includes relevant TWikiMetaData definitions. <pre> and <verbatim> are honored - no changes are made to text within these areas.
topic.  Next, all webs (including the current one) are listed that match web.topic. All webs will be searched during rename, even if NOSEARCHALL is defined on a web, though access permissions will of course be honored.
Changed references are kept are as short as possible, ex: topic is used in preference to web.topic.
VIEW, CHANGE and RENAME access to that topic. To alter referring topics, you need CHANGE access. See TWikiAccessControl for information on setting up access permissions.
search can show matches that will not be updated due to case differences. Other mismatches with actual rendered output are also possible as the approaches are so different.
The following shows some limitations of square bracket processing.
[[Old Topic]] => [[NewTopic][Old Topic]] [[old topic]] => [[NewTopic][old topic]] [[old t opic]] => not changed [[OldTopic]] => [[NewTopic]]Related Topics: UserDocumentationCategory, AdminDocumentationCategory
http://twiki.example.com/do/view/Sandbox/WebNotify tells us that we view topic WebNotify located in the Sandbox web.
 Tip: The URL of a web's homepage ends in
 Tip: The URL of a web's homepage ends in /WebHome by default. The name of the homepage topic can safely be omitted to make for shorter and more legible links. For example, http://twiki.example.com/do/view/Sandbox links to the homepage of the Sandbox web.
_default).
ROOTCHANGE access to create a top-level web (one with no parent)
{EnableHierarchicalWebs} setting in configure is enabled. Hierarchical webs are currently enabled.
 Note: You might not need hierarchical webs. TWiki topics already have a parent/child relationship within a web, which is shown in the breadcrumb. Try to keep the number of webs to a minimum in order to keep search and cross-referencing simple. TWiki runs faster if hierarchical webs are disabled.
You can create hierarchical webs via the Adding a New Web form above, by using a slash- or dot-separated path name which is based on an existing web name in the Name of new web: field.
Example:
To create a sub-web named
 Note: You might not need hierarchical webs. TWiki topics already have a parent/child relationship within a web, which is shown in the breadcrumb. Try to keep the number of webs to a minimum in order to keep search and cross-referencing simple. TWiki runs faster if hierarchical webs are disabled.
You can create hierarchical webs via the Adding a New Web form above, by using a slash- or dot-separated path name which is based on an existing web name in the Name of new web: field.
Example:
To create a sub-web named Bar inside a web named Foo, use Foo/Bar or Foo.Bar as the new web name in the form above.
Sandbox/TestWeb/SubWeb.SubWebTopic topic:
 TWiki.TWikiPreferences site-wide preferences
Sandbox.WebPreferences inherits from and overrides settings in TWiki.TWikiPreferences
Sandbox/TestWeb.WebPreferences inherits from and overrides settings in Sandbox.WebPreferences
Sandbox/TestWeb/SubWeb.WebPreferences inherits from and overrides settings in Sandbox/TestWeb.WebPreferences 
Sandbox/TestWeb/SubWeb.SubWebTopic inherits from and overrides settings in Sandbox/TestWeb/SubWeb.WebPreferences 
Web.SubWeb.SubSubWeb.
 Suggestion: Create a web that is the entry point for your TWiki, and change the link of the upper left site logo to that web. Do that with a WIKILOGOURL setting in Main.TWikiPreferences.
If you want to rename the TWiki or Main webs anyway:
 Suggestion: Create a web that is the entry point for your TWiki, and change the link of the upper left site logo to that web. Do that with a WIKILOGOURL setting in Main.TWikiPreferences.
If you want to rename the TWiki or Main webs anyway: twiki/data and twiki/pub on the shell level.
{SystemWebName}, {UsersWebName} and/or {LocalSitePreferences} settings in the configuration using the configure interface.
 , TWiki:Main/PeterThoeny
, TWiki:Main/PeterThoeny , TWiki:Main/GrantBow
, TWiki:Main/GrantBow 
twiki. So: twikiAlert, twikiToc, etc. Remember that CSS class names are case sensitive - TWiki CSS uses lowercase tw.
twiki prefix to prevent undesired overriding effects.
| .twikiAlert | Client.pm, Form.pm, Statistics.pm | 
| .twikiAnchorLink | Render.pm | 
| .twikiCheckBox | Manage.pm | 
| .twikiCurrentTopicLink | Render.pm | 
| .twikiCurrentWebHomeLink | Render.pm | 
| .twikiDiffAddedHeader | RDiff.pm | 
| .twikiDiffAddedMarker | RDiff.pm | 
| .twikiDiffAddedText | RDiff.pm | 
| .twikiDiffChangedHeader | RDiff.pm | 
| .twikiDiffChangedText | RDiff.pm | 
| .twikiDiffDebug | RDiff.pm | 
| .twikiDiffDebugLeft | RDiff.pm | 
| .twikiDiffDebugRight | RDiff.pm | 
| .twikiDiffDeletedHeader | RDiff.pm | 
| .twikiDiffDeletedMarker | RDiff.pm | 
| .twikiDiffDeletedText | RDiff.pm | 
| .twikiDiffLineNumberHeader | RDiff.pm | 
| .twikiDiffTable | RDiff.pm | 
| .twikiDiffUnchangedText | RDiff.pm | 
| .twikiDiffUnchangedTextContents | RDiff.pm | 
| .twikiEditFormCheckboxButton | Form.pm | 
| .twikiEditFormCheckboxField | Form.pm | 
| .twikiEditFormDateField | Form.pm | 
| .twikiEditFormError | Form.pm | 
| .twikiEditFormLabelField | Form.pm | 
| .twikiEditFormRadioField | Form.pm | 
| .twikiEditFormTextAreaField | Form.pm | 
| .twikiEditFormTextField | Form.pm | 
| .twikiEmulatedLink | Preview.pm | 
| .twikiFirstCol | Render.pm | 
| .twikiForm | Render.pm | 
| .twikiGrayText | Manage.pm | 
| .twikiHelp | Changes.pm | 
| .twikiLink | Render.pm | 
| .twikiNew | Changes.pm, Search.pm | 
| .twikiNewLink | Render.pm | 
| .twikiRadioButton | Form.pm | 
| .twikiSummary | Manage.pm | 
| .twikiToc | TWiki.pm | 
| .twikiTocTitle | TWiki.pm | 
| .twikiTopRow | Manage.pm | 
| .twikiWebIndent | TWiki.pm | 
| .twikiTable | The table | 
| .twikiSortedCol | A sorted column | 
| .twikiSortedAscendingCol | Sorted column, ascending | 
| .twikiSortedDescendingCol | Sorted column, descending | 
| .tableSortIcon | The sort icon holder (span) | 
| .twikiFirstCol | The first column | 
| .twikiTableEven | Even numbered rows | 
| .twikiTableOdd | Odd numbered rows | 
| .twikiTableCol + column number | Unique column identifier, for instance: .twikiTableCol0 | 
| .twikiTableRow + type + row number | Unique row identifier, for instance: .twikiTableRowdataBg0 | 
| .twikiPage | twiki.tmpl | 
| .twikiMiddleContainer | twiki.tmpl | 
| .twikiMain | twiki.tmpl | 
| .twikiFormTable | formtables.tmpl, form.tmpl | 
| .twikiFormTableHRow | formtables.tmpl, form.tmpl | 
| .twikiFormTableRow | formtables.tmpl | 
| .twikiFormTableFooter | formtables.tmpl | 
| .twikiAttachments | attachtables.tmpl | 
| .twikiEditForm | form.tmpl | 
| .twikiSubmit | Submit button | 
| .twikiSubmitDisabled | Disabled submit button | 
| .twikiInputField | |
| .twikiInputFieldDisabled | |
| .twikiInputFieldReadOnly | |
| .twikiInputFieldFocus | For Internet Explorer that does not recognize the :focuspseudo class selector | 
| .twikiInputFieldBeforeFocus | for use with Javascript: the color of the input text when not clicked in the field | 
| .twikiSelect | Select dropdown menu | 
| .twikiTextarea | |
| .twikiTextareaRawView | |
| .twikiButton | |
| .twikiFocus | Behavior marker so a field can be given input focus | 
| .twikiLeft | |
| .twikiRight | |
| .twikiClear | |
| .twikiHidden | |
| .twikiSmall | |
| .twikiBottomRow | |
| .twikiSRAuthor | |
| .twikiSRRev | |
| .twikiPageForm | |
| .twikiSeparator | |
| .twikiAccessKey | |
| .twikiLinkLabel | |
| .twikiFormSteps | container around a form, such as the attach form: attach.tmpl | 
| .twikiFormStep | form row | 
| .twikiNoBreak | no break on whitespace | 
| .twikiMakeVisible | For elements that should only be visible with javascript on: default set to hidden, is made visible by javascript. Defaults to inline. | 
| .twikiMakeVisibleInline | For spanelements that should only be visible with javascript on: default set to hidden, is made visible by javascript. | 
| .twikiMakeVisibleBlock | For divelements that should only be visible with javascript on: default set to hidden, is made visible by javascript. | 
| .twikiMakeHidden | For elements that should be hidden with javascript on: no default style, is made hidden by javascript. | 
| .twikiFooterNote | |
| .twikiPopUp | Behavior marker so a popup-window can be invoked | 
| .twikiContentHeader | container around optional html placed before topic text | 
| .twikiContentFooter | container around optional html placed after topic text | 
configure | #twikiLogin | CSS.pm | 
| .twikiFormSteps | CSS.pm | 
| .twikiFormStep | CSS.pm | 
| .twikiBroadcastMessage | TWikiPreferences | 
| #twikiSearchTable | WebSearch, WebSearchAdvanced | 
| #twikiLogin | login.pattern.tmpl | 
| .twikiImage | defined in PatternSkin | div creates border around enclosed image | 
| .twikiNotification | defined in PatternSkin | temporary alert, lighter than broadcast message | 
| .twikiUnvisited | defined in PatternSkin | link style that ignores the visited link state; useful for form links | 
 Related Topics: TWikiSkins, PatternSkin, DeveloperDocumentationCategory, AdminDocumentationCategory
Related Topics: TWikiSkins, PatternSkin, DeveloperDocumentationCategory, AdminDocumentationCategory
 .
.
 is installed as part of Perl.
 is installed as part of Perl. 
 is installed.
 is installed.  
 .
It's now possible to override the site character set defined in the
.
It's now possible to override the site character set defined in the {SiteLocale} setting in configure - this enables you to have a slightly different spelling of the character set in the server locale (e.g. 'eucjp') and the HTTP header sent to the browser (e.g. 'euc-jp').
This feature should also support use of Mozilla Browser with TWiki:Codev.TWikiOnMainframe (as long as mainframe web server can convert or pass through UTF-8 URLs) - however, this specific combination is not tested.  Other browser-server combinations should not have any problems.
Please note that use of UTF-8 as the site character set is not yet supported - see Phase 2 of TWiki:Codev.ProposedUTF8SupportForI18N
 (as long as mainframe web server can convert or pass through UTF-8 URLs) - however, this specific combination is not tested.  Other browser-server combinations should not have any problems.
Please note that use of UTF-8 as the site character set is not yet supported - see Phase 2 of TWiki:Codev.ProposedUTF8SupportForI18N for plans and work to date in this area.
This feature is complete in TWiki releases newer than February 2004.
Note for skin developers:  is no longer required (TWiki:Plugins.InternationalisingYourSkin
 for plans and work to date in this area.
This feature is complete in TWiki releases newer than February 2004.
Note for skin developers:  is no longer required (TWiki:Plugins.InternationalisingYourSkin ).
).
 The overall plan for UTF-8 support for TWiki is described in two phases in TWiki:/Codev.ProposedUTF8SupportForI18N
The overall plan for UTF-8 support for TWiki is described in two phases in TWiki:/Codev.ProposedUTF8SupportForI18N - this page addresses the first phase, in which UTF-8 is supported for URLs only.
UTF-8 URL translation to virtually any character set is supported as of TWiki Release 01 Sep 2004, but full UTF-8 support (e.g. pages in UTF-8) is not supported yet - this will be phase 2.
The code automatically detects whether a URL is UTF-8 or not, taking care to avoid over-long and illegal UTF-8 encodings that could introduce TWiki:Codev.MajorSecurityProblemWithIncludeFileProcessing
 - this page addresses the first phase, in which UTF-8 is supported for URLs only.
UTF-8 URL translation to virtually any character set is supported as of TWiki Release 01 Sep 2004, but full UTF-8 support (e.g. pages in UTF-8) is not supported yet - this will be phase 2.
The code automatically detects whether a URL is UTF-8 or not, taking care to avoid over-long and illegal UTF-8 encodings that could introduce TWiki:Codev.MajorSecurityProblemWithIncludeFileProcessing (tested against a comprehensive UTF-8 test file
 (tested against a comprehensive UTF-8 test file , which IE 5.5 fails quite dangerously, and Opera Browser passes).  Any non-ASCII URLs that are not valid UTF-8 are then assumed to be directly URL-encoded as a single-byte or multi-byte character set (as now), e.g. EUC-JP.  
The main point is that you can use TWiki with international characters in WikiWords without changing your browser setup from the default, and you can also still use TWiki using non-UTF-8 URLs.  This works on any Perl version from 5.005_03 onwards and corresponds to Phase 1 of TWiki:Codev.ProposedUTF8SupportForI18N
, which IE 5.5 fails quite dangerously, and Opera Browser passes).  Any non-ASCII URLs that are not valid UTF-8 are then assumed to be directly URL-encoded as a single-byte or multi-byte character set (as now), e.g. EUC-JP.  
The main point is that you can use TWiki with international characters in WikiWords without changing your browser setup from the default, and you can also still use TWiki using non-UTF-8 URLs.  This works on any Perl version from 5.005_03 onwards and corresponds to Phase 1 of TWiki:Codev.ProposedUTF8SupportForI18N .  You can have different users using different URL formats transparently on the same server.
UTF-8 URLs are automatically converted to the current {Site}{Charset}, using modules such as CPAN:Encode
.  You can have different users using different URL formats transparently on the same server.
UTF-8 URLs are automatically converted to the current {Site}{Charset}, using modules such as CPAN:Encode if needed.
TWiki generates the whole page in the site charset, e.g. ISO-8859-1 or EUC-JP, but the browser dynamically UTF-8 encodes the attachment's URL when it's used.  Since Apache serves attachment downloads without TWiki being involved, TWiki's code can't do its UTF-8 decoding trick, so TWiki URL-encodes such URLs in ISO-8859-1 or whatever when generating the page, to bypass this URL encoding, ensuring that the URLs and filenames seen by Apache remain in the site charset.  
TWiki:Codev.TWikiOnMainframe
 if needed.
TWiki generates the whole page in the site charset, e.g. ISO-8859-1 or EUC-JP, but the browser dynamically UTF-8 encodes the attachment's URL when it's used.  Since Apache serves attachment downloads without TWiki being involved, TWiki's code can't do its UTF-8 decoding trick, so TWiki URL-encodes such URLs in ISO-8859-1 or whatever when generating the page, to bypass this URL encoding, ensuring that the URLs and filenames seen by Apache remain in the site charset.  
TWiki:Codev.TWikiOnMainframe uses EBCDIC web servers that typically translate their output to ASCII, UTF-8 or ISO-8859-1 (and URLs in the other direction) since there are so few EBCDIC web browsers.  Such web servers don't work with even ISO-8859-1 URLs if they are URL encoded, since the automated translation is bypassed for URL-encoded characters. For TWiki on Mainframe, TWiki assumes that the web server will automatically translate UTF-8 URLs into EBCDIC URLs, as long as URL encoding is turned off in TWiki pages.
 uses EBCDIC web servers that typically translate their output to ASCII, UTF-8 or ISO-8859-1 (and URLs in the other direction) since there are so few EBCDIC web browsers.  Such web servers don't work with even ISO-8859-1 URLs if they are URL encoded, since the automated translation is bypassed for URL-encoded characters. For TWiki on Mainframe, TWiki assumes that the web server will automatically translate UTF-8 URLs into EBCDIC URLs, as long as URL encoding is turned off in TWiki pages.
 .  Tested with IE 5.5, Opera 7.11 and Mozilla (Firebird 0.7). 
Opera Browser on the P800 smartphone is working for page viewing but leads to corrupt page names when editing pages.
For up to date information see TWiki:Codev.EncodeURLsWithUTF8
.  Tested with IE 5.5, Opera 7.11 and Mozilla (Firebird 0.7). 
Opera Browser on the P800 smartphone is working for page viewing but leads to corrupt page names when editing pages.
For up to date information see TWiki:Codev.EncodeURLsWithUTF8 
[[+TopicName]] syntax
 handles
 handles
 icon
 icon
 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  - added in TWiki-6.0.1
 - added in TWiki-6.0.1
 
  
  
  
  - added in TWiki-6.0.2
 - added in TWiki-6.0.2
 
 , TWiki:Main.HideyoImazu
, TWiki:Main.HideyoImazu , TWiki:Main.MahiroAndo
, TWiki:Main.MahiroAndo , TWiki:Main.YaojunFei
, TWiki:Main.YaojunFei , TWiki:Main.GeorgeTrubisky
, TWiki:Main.GeorgeTrubisky , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.DipuDeshmukh
, TWiki:Main.DipuDeshmukh , TWiki:Main.AaronLWalker
, TWiki:Main.AaronLWalker , TWiki:Main.TaitCyrus
, TWiki:Main.TaitCyrus , TWiki:Main.MichaelGulitz
, TWiki:Main.MichaelGulitz , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt , TWiki:Main.PeterJones
, TWiki:Main.PeterJones , TWiki:Main.IanBerdei
, TWiki:Main.IanBerdei , TWiki:Main.MikeDoherty
, TWiki:Main.MikeDoherty , TWiki:Main.IanKluft
, TWiki:Main.IanKluft , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.MateuszPles
, TWiki:Main.MateuszPles , TWiki:Main.MichaelBerger2012
, TWiki:Main.MichaelBerger2012 
 , TWiki:Main.GeorgeTrubisky
, TWiki:Main.GeorgeTrubisky , TWiki:Main.HaraldJoerg
, TWiki:Main.HaraldJoerg , TWiki:Main.MahiroAndo
, TWiki:Main.MahiroAndo , TWiki:Main.YaojunFei
, TWiki:Main.YaojunFei , TWiki:Main.DavidDAllen
, TWiki:Main.DavidDAllen , TWiki:Main.VickyBrown
, TWiki:Main.VickyBrown , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.SopanShewaley
, TWiki:Main.SopanShewaley , TWiki:Main.GeorgeClark
, TWiki:Main.GeorgeClark , TWiki:Main.TomCrane
, TWiki:Main.TomCrane , TWiki:Main.AaronLWalker
, TWiki:Main.AaronLWalker , TWiki:Main.JosephZamzow
, TWiki:Main.JosephZamzow , TWiki:Main.JulianCollins
, TWiki:Main.JulianCollins , TWiki:Main.RolandOldenburg
, TWiki:Main.RolandOldenburg , TWiki:Main.SteveKelem
, TWiki:Main.SteveKelem , TWiki:Main.TerjeAndersen
, TWiki:Main.TerjeAndersen , TWiki:Main.WillemEngen
, TWiki:Main.WillemEngen , TWiki:Main.StefanScherer
, TWiki:Main.StefanScherer , TWiki:Main.GertjanVanOosten
, TWiki:Main.GertjanVanOosten , TWiki:Main.LisaTanguay
, TWiki:Main.LisaTanguay , TWiki:Main.GuangyuShi
, TWiki:Main.GuangyuShi , TWiki:Main.PhillipHuang
, TWiki:Main.PhillipHuang , TWiki:Main.MauritzHansen
, TWiki:Main.MauritzHansen , TWiki:Main.JohnWorsley
, TWiki:Main.JohnWorsley , TWiki:Main.PaulMerchantJr
, TWiki:Main.PaulMerchantJr 
 , TWiki:Main.HideyoImazu
, TWiki:Main.HideyoImazu , TWiki:Main.MahiroAndo
, TWiki:Main.MahiroAndo , TWiki:Main.TerjeAndersen
, TWiki:Main.TerjeAndersen , TWiki:Main.JonForrest
, TWiki:Main.JonForrest , TWiki:Main.VickyBrown
, TWiki:Main.VickyBrown , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.TaitCyrus
, TWiki:Main.TaitCyrus , TWiki:Main.EricRiebling
, TWiki:Main.EricRiebling , TWiki:Main.UweWahser
, TWiki:Main.UweWahser , TWiki:Main.ScottFredericksen
, TWiki:Main.ScottFredericksen , TWiki:Main.StephenCarville
, TWiki:Main.StephenCarville , TWiki:Main.MarkBloore
, TWiki:Main.MarkBloore , TWiki:Main.WillemEngen
, TWiki:Main.WillemEngen , TWiki:Main.AlanDuan
, TWiki:Main.AlanDuan , TWiki:Main.TreyFore
, TWiki:Main.TreyFore , TWiki:Main.GuyKroizman
, TWiki:Main.GuyKroizman , TWiki:Main.RobRobason
, TWiki:Main.RobRobason , TWiki:Main.LouisAh
, TWiki:Main.LouisAh , TWiki:Main.StephanHennig
, TWiki:Main.StephanHennig , TWiki:Main.LonnieSandersIII
, TWiki:Main.LonnieSandersIII , TWiki:Main.DavidTonhofer
, TWiki:Main.DavidTonhofer 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.HideyoImazu
, TWiki:Main.HideyoImazu 
 
 
  
 
 , TWiki:Main.JaromirHoudek
, TWiki:Main.JaromirHoudek 
 , TWiki:Main.PeterLorenzen
, TWiki:Main.PeterLorenzen , TWiki:Main.ErikJohansen
, TWiki:Main.ErikJohansen 
 , TWiki:Main.TomArnst
, TWiki:Main.TomArnst 
 
 , TWiki:Main.JeanFruitet
, TWiki:Main.JeanFruitet , TWiki:Main.RodolpheVidal
, TWiki:Main.RodolpheVidal 
 
 
 , TWiki:Main.KenYuminaga
, TWiki:Main.KenYuminaga 
 , TWiki:Main.JustinKim
, TWiki:Main.JustinKim 
 
 
 , TWiki:Main.SergejZnamenskij
, TWiki:Main.SergejZnamenskij , TWiki:Main.SergeyJSinx
, TWiki:Main.SergeyJSinx 
 , TWiki:Main.SebastianKlus
, TWiki:Main.SebastianKlus , TWiki:Main.MiguelABayona
, TWiki:Main.MiguelABayona 
 , TWiki:Main.ErikAman
, TWiki:Main.ErikAman 
 
 , TWiki:Main.VickyBrown
, TWiki:Main.VickyBrown 
 
 , TWiki:Main.DarrenLichty
, TWiki:Main.DarrenLichty , TWiki:Main.DavidAllen
, TWiki:Main.DavidAllen , TWiki:Main.GeorgeTrubisky
, TWiki:Main.GeorgeTrubisky , TWiki:Main.HeatherStern
, TWiki:Main.HeatherStern , TWiki:Main.JitendraKavathekar
, TWiki:Main.JitendraKavathekar , TWiki:Main.JohnRouillard
, TWiki:Main.JohnRouillard , TWiki:Main.JonForrest
, TWiki:Main.JonForrest , TWiki:Main.HideyoImazu
, TWiki:Main.HideyoImazu , TWiki:Main.MadhuriYevale
, TWiki:Main.MadhuriYevale , TWiki:Main.MichaelGulitz
, TWiki:Main.MichaelGulitz , TWiki:Main.MichaelSprague
, TWiki:Main.MichaelSprague , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.RichMorin
, TWiki:Main.RichMorin , TWiki:Main.RuedigerPlantiko
, TWiki:Main.RuedigerPlantiko , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.SteveKelem
, TWiki:Main.SteveKelem , TWiki:Main.TaitCyrus
, TWiki:Main.TaitCyrus , TWiki:Main.TerjeAndersen
, TWiki:Main.TerjeAndersen , TWiki:Main.ThomasGutzmann
, TWiki:Main.ThomasGutzmann , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt , TWiki:Main.VickyBrown
, TWiki:Main.VickyBrown 
 
 , TWiki:Main.ChengappaCB
, TWiki:Main.ChengappaCB , TWiki:Main.EnriqueCadalso
, TWiki:Main.EnriqueCadalso , TWiki:Main.JonForrest
, TWiki:Main.JonForrest , TWiki:Main.JoshuaTharp
, TWiki:Main.JoshuaTharp , TWiki:Main.MichaelSevero
, TWiki:Main.MichaelSevero , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.VickyBrown
, TWiki:Main.VickyBrown 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt 
 . For the full list of contributors see TWikiContributor.
See more details on the TWiki 6.0 release at TWikiReleaseNotes06x00.
. For the full list of contributors see TWikiContributor.
See more details on the TWiki 6.0 release at TWikiReleaseNotes06x00.
 
 , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.GeorgeTrubisky
, TWiki:Main.GeorgeTrubisky , TWiki:Main.PeterJones
, TWiki:Main.PeterJones , TWiki:Main.ChrisLahti
, TWiki:Main.ChrisLahti , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.IanKluft
, TWiki:Main.IanKluft , TWiki:Main.HideyoImazu
, TWiki:Main.HideyoImazu 
 , TWiki:Main.GertjanVanOosten
, TWiki:Main.GertjanVanOosten , TWiki:Main.JohnWorsley
, TWiki:Main.JohnWorsley , TWiki:Main.JosephZamzow
, TWiki:Main.JosephZamzow , TWiki:Main.JulianCollins
, TWiki:Main.JulianCollins , Wiki:Main.PhillipHuang
, Wiki:Main.PhillipHuang , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.PaulMerchantJr
, TWiki:Main.PaulMerchantJr , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.RolandOldenburg
, TWiki:Main.RolandOldenburg , TWiki:Main.StefanScherer
, TWiki:Main.StefanScherer , TWiki:Main.StefanWalter
, TWiki:Main.StefanWalter , TWiki:Main.SpirosDenaxas
, TWiki:Main.SpirosDenaxas , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt , TWiki:Main.WillemEngen
, TWiki:Main.WillemEngen , TWiki:Main.MahiroAndo
, TWiki:Main.MahiroAndo , TWiki:Main.YaojunFei
, TWiki:Main.YaojunFei 
 , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.ScottGutman
, TWiki:Main.ScottGutman , TWiki:Main.SebastianKlus
, TWiki:Main.SebastianKlus , TWiki:Main.DavidWTucker
, TWiki:Main.DavidWTucker , TWiki:Main.JonasThomsen
, TWiki:Main.JonasThomsen , TWiki:Main.MichaelRoberts
, TWiki:Main.MichaelRoberts , TWiki:Main.TaitCyrus
, TWiki:Main.TaitCyrus , TWiki:Main.TorstenEriksson
, TWiki:Main.TorstenEriksson 
 
 
 
  
 
 , TWiki:Main.VladimirMarek
, TWiki:Main.VladimirMarek 
 , TWiki:Main.PeterLorenzen
, TWiki:Main.PeterLorenzen , TWiki:Main.ErikJohansen
, TWiki:Main.ErikJohansen 
 , TWiki:Main.TomArnst
, TWiki:Main.TomArnst 
 
 , TWiki:Main.JeanFruitet
, TWiki:Main.JeanFruitet , TWiki:Main.RodolpheVidal
, TWiki:Main.RodolpheVidal 
 
 
 
 , TWiki:Main.JustinKim
, TWiki:Main.JustinKim 
 
 
 , TWiki:Main.SergejZnamenskij
, TWiki:Main.SergejZnamenskij , TWiki:Main.SergeyJSinx
, TWiki:Main.SergeyJSinx 
 , TWiki:Main.SebastianKlus
, TWiki:Main.SebastianKlus , TWiki:Main.MiguelABayona
, TWiki:Main.MiguelABayona 
 , TWiki:Main.ErikAman
, TWiki:Main.ErikAman 
 
 , TWiki:Main.BrianMellea
, TWiki:Main.BrianMellea 
 , TWiki:Main.BrianMellea
, TWiki:Main.BrianMellea 
 
 , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt , TWiki:Main.TaitCyrus
, TWiki:Main.TaitCyrus , TWiki:Main.GeorgeTrubisky
, TWiki:Main.GeorgeTrubisky , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.DanielRohde
, TWiki:Main.DanielRohde , TWiki:Main.DipuDeshmukh
, TWiki:Main.DipuDeshmukh , TWiki:Main.IanKluft
, TWiki:Main.IanKluft 
 
 , TWiki:Main.EnriqueCadalso
, TWiki:Main.EnriqueCadalso , TWiki:Main.CarlaReitzenstein
, TWiki:Main.CarlaReitzenstein , TWiki:Main.ScottGutman
, TWiki:Main.ScottGutman , TWiki:Main.AaronLWalker
, TWiki:Main.AaronLWalker , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale 
 . For the full list of contributors see TWikiContributor.
See more details on the TWiki 5.1 release at TWikiReleaseNotes05x01.
. For the full list of contributors see TWikiContributor.
See more details on the TWiki 5.1 release at TWikiReleaseNotes05x01.
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt , TWiki:Main.BarryLake
, TWiki:Main.BarryLake , TWiki:Main.BryanKitts
, TWiki:Main.BryanKitts , TWiki:Main.JoenioCosta
, TWiki:Main.JoenioCosta 
 , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.PeterJones
, TWiki:Main.PeterJones , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt 
 , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.EaCohen
, TWiki:Main.EaCohen 
 , TWiki:Main.GeorgeTrubisky
, TWiki:Main.GeorgeTrubisky 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 , TWiki:Main.SergejZnamenskij
, TWiki:Main.SergejZnamenskij , TWiki:Main.SergeyJSinx
, TWiki:Main.SergeyJSinx 
 , TWiki:Main.MiguelABayona
, TWiki:Main.MiguelABayona 
 
 
 , TWiki:Main.WillThomas
, TWiki:Main.WillThomas 
 , TWiki:Main.WillThomas
, TWiki:Main.WillThomas 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.PeterJones
, TWiki:Main.PeterJones , TWiki:Main.IanKluft
, TWiki:Main.IanKluft , TWiki:Main.AaronLWalker
, TWiki:Main.AaronLWalker , TWiki:Main.DanielRohde
, TWiki:Main.DanielRohde 
 
 , TWiki:Main.SeanCMorgan
, TWiki:Main.SeanCMorgan , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.AaronLWalker
, TWiki:Main.AaronLWalker 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale 
 . For the full list of contributors see TWikiContributor.
See more details on the TWiki 5.0 release at TWikiReleaseNotes05x00.
. For the full list of contributors see TWikiContributor.
See more details on the TWiki 5.0 release at TWikiReleaseNotes05x00.
 ) - TWiki:Codev/SecurityAlert-CVE-2009-1339
) - TWiki:Codev/SecurityAlert-CVE-2009-1339 
 )
)
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.FengZhaolin
, TWiki:Main.FengZhaolin , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt , TWiki:Main.SteveMilner
, TWiki:Main.SteveMilner 
 , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt 
 , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale , TWiki:Main.TimotheLitt
, TWiki:Main.TimotheLitt , TWiki:Main.StephenHallett
, TWiki:Main.StephenHallett , TWiki:Main.JefferyMartin
, TWiki:Main.JefferyMartin , TWiki:Main.ThomasErskine
, TWiki:Main.ThomasErskine 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 , TWiki:Main.SergejZnamenskij
, TWiki:Main.SergejZnamenskij , TWiki:Main.SergeyJSinx
, TWiki:Main.SergeyJSinx , TWiki:Main.AlexTananaev
, TWiki:Main.AlexTananaev 
 , TWiki:Main.MiguelABayona
, TWiki:Main.MiguelABayona 
 
 
 , TWiki:Main.WillThomas
, TWiki:Main.WillThomas , TWiki:Main.VickiBrown
, TWiki:Main.VickiBrown 
 , TWiki:Main.WillThomas
, TWiki:Main.WillThomas 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.FengZhaolin
, TWiki:Main.FengZhaolin , TWiki:Main.AndrewRJones
, TWiki:Main.AndrewRJones , TWiki:Main.DanielRohde
, TWiki:Main.DanielRohde 
 
 , TWiki:Main.SeanCMorgan
, TWiki:Main.SeanCMorgan , TWiki:Main.EnriqueCadalso
, TWiki:Main.EnriqueCadalso , TWiki:Main.ScottFreeman
, TWiki:Main.ScottFreeman , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.SopanShewale
, TWiki:Main.SopanShewale 
 . For the full list of contributors see TWikiContributor. 
See more details on the TWiki 4.3 release at TWikiReleaseNotes04x03.
. For the full list of contributors see TWikiContributor. 
See more details on the TWiki 4.3 release at TWikiReleaseNotes04x03.
working which per default is located in the TWiki root which contains registration_approvals, tmp, and work_areas
query search mode supports SQL-style queries over form fields and other meta-data
templatetopic parameter to point to custom comment template topic
 , ably assisted by TWiki:Main.SvenDowideit
, ably assisted by TWiki:Main.SvenDowideit 
 , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens , TWiki:Main.KennethLavrsen
, TWiki:Main.KennethLavrsen and TWiki:Main.SvenDowideit
 and TWiki:Main.SvenDowideit 
 
 
 , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens , TWiki:Main.SvenDowideit
, TWiki:Main.SvenDowideit , TWiki:Main.SteffenPoulsen
, TWiki:Main.SteffenPoulsen , TWiki:Main.MichaelDaum
, TWiki:Main.MichaelDaum , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.RichardDonkin
, TWiki:Main.RichardDonkin 
 (2323), TWiki:Main.ArthurClemens
 (2323), TWiki:Main.ArthurClemens (566), TWiki:Main.SvenDowideit
 (566), TWiki:Main.SvenDowideit (507), TWiki:Main.PeterThoeny
 (507), TWiki:Main.PeterThoeny (83), TWiki:Main.KennethLavrsen
 (83), TWiki:Main.KennethLavrsen (73), TWiki:Main.SteffenPoulsen
 (73), TWiki:Main.SteffenPoulsen (72), TWiki:Main.AntonioTerceiro
 (72), TWiki:Main.AntonioTerceiro (63) - ( 3857 changes by 20 authors )
 (63) - ( 3857 changes by 20 authors )
 (587), TWiki:Main.CrawfordCurrie
 (587), TWiki:Main.CrawfordCurrie (130), TWiki:Main.AndreUlrich
 (130), TWiki:Main.AndreUlrich (73), TWiki:Main.SvenDowideit
 (73), TWiki:Main.SvenDowideit (44) - ( 869 changes by 12 authors )
 (44) - ( 869 changes by 12 authors )
 (460), TWiki:Main.CrawfordCurrie
 (460), TWiki:Main.CrawfordCurrie (377), TWiki:Main.PeterThoeny
 (377), TWiki:Main.PeterThoeny (233), TWiki:Main.AndreUlrich
 (233), TWiki:Main.AndreUlrich (157), TWiki:Main.SvenDowideit
 (157), TWiki:Main.SvenDowideit (118), TWiki:Main.KennethLavrsen
 (118), TWiki:Main.KennethLavrsen (68) - ( 1450 changes by 14 authors )
 (68) - ( 1450 changes by 14 authors )
 
 , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens 
 
  
 
 
 
 
 , TWiki:Main.AndreUlrich
, TWiki:Main.AndreUlrich 
 
 
 
 
 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.MichaelCorbett
, TWiki:Main.MichaelCorbett , TWiki:Main.KoenMartens
, TWiki:Main.KoenMartens 
 , TWiki:Main.MichaelCorbett
, TWiki:Main.MichaelCorbett 
 
 , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie , TWiki:Main.KennethLavrsen
, TWiki:Main.KennethLavrsen , TWiki:Main.SvenDowideit
, TWiki:Main.SvenDowideit , TWiki:Main.MichaelDaum
, TWiki:Main.MichaelDaum , TWiki:Main.CarloSchulz
, TWiki:Main.CarloSchulz , TWiki:Main.StephaneLenclud
, TWiki:Main.StephaneLenclud , TWiki:Main.RichardDonkin
, TWiki:Main.RichardDonkin , TWiki:Main.KoenMartens
, TWiki:Main.KoenMartens 
 
 , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie , TWiki:Main.SvenDowideit
, TWiki:Main.SvenDowideit , TWiki:Main.HaraldJoerg
, TWiki:Main.HaraldJoerg 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie 
 . For the full list of contributors see TWikiContributor. 
Note: Order of contributors under "Spec and code", "Templates and skins" and "Documentation" is based on number of SVN file changes for core and default extensions from March 2007 (svn rev:13046) to Jan 2008 (svn rev:16210). (Details at TWikibug:TWiki420SvnLog
. For the full list of contributors see TWikiContributor. 
Note: Order of contributors under "Spec and code", "Templates and skins" and "Documentation" is based on number of SVN file changes for core and default extensions from March 2007 (svn rev:13046) to Jan 2008 (svn rev:16210). (Details at TWikibug:TWiki420SvnLog ). Order of contributors under "Testing and bug fixing" is based on Bugs web statistics from 2007-03 to 2007-12. Order of contributors under "TWiki.org wiki champions" and "Customer support" is based on TWiki.org web statistics from 2007-02 to 2007-12.
See more details on the TWiki 4.2 release at TWikiReleaseNotes04x02.
). Order of contributors under "Testing and bug fixing" is based on Bugs web statistics from 2007-03 to 2007-12. Order of contributors under "TWiki.org wiki champions" and "Customer support" is based on TWiki.org web statistics from 2007-02 to 2007-12.
See more details on the TWiki 4.2 release at TWikiReleaseNotes04x02.
Eng.ajax into the Jump box... Here we go, the third link is the AjaxCookbook I was looking for."
redirectto parameter to redirect to a topic or a URL; for security, redirect to URL needs to be enabled with a {AllowRedirectUrl} configure flag.
redirectto parameter to redirect to a URL or link to TWiki topic after submitting comment.
topic URL parameter also respects the {AllowRedirectUrl} configure flag so redirects to URLs can be disabled which could be abused for phishing attacks.
section URL parameter to view just a named section within a topic. Useful for simple AJAX type applications.
 and TWiki:Plugins.TWikiAjaxContrib
 and TWiki:Plugins.TWikiAjaxContrib (available at twiki.org).
 (available at twiki.org).
$nop, $quot, $percnt, $dollar.
 merged into core
 merged into core
$LISTRAND(), $LISTSHUFFLE(), $LISTTRUNCATE().
cellborder.
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.SteffenPoulsen
, TWiki:Main.SteffenPoulsen , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie 
 
 , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens , TWiki:Main.SteffenPoulsen
, TWiki:Main.SteffenPoulsen , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.KennethLavrsen
, TWiki:Main.KennethLavrsen , TWiki:Main.SvenDowideit
, TWiki:Main.SvenDowideit , TWiki:Main.HaraldJoerg
, TWiki:Main.HaraldJoerg , TWiki:Main.MichaelDaum
, TWiki:Main.MichaelDaum , TWiki:Main.MeredithLesly
, TWiki:Main.MeredithLesly , TWiki:Main.WillNorris
, TWiki:Main.WillNorris , TWiki:Main.RafaelAlvarez
, TWiki:Main.RafaelAlvarez , TWiki:Main.AntonioTerceiro
, TWiki:Main.AntonioTerceiro 
 , TWiki:Main.MichaelDaum
, TWiki:Main.MichaelDaum , TWiki:Main.SvenDowideit
, TWiki:Main.SvenDowideit 
 , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens , TWiki:Main.SteffenPoulsen
, TWiki:Main.SteffenPoulsen , TWiki:Main.KennethLavrsen
, TWiki:Main.KennethLavrsen 
 
  
 
 
 
 
 
 
 
 , TWiki:Main.CarlinhosCecconi
, TWiki:Main.CarlinhosCecconi 
 , TWiki:Main.SergejZnamenskij
, TWiki:Main.SergejZnamenskij , TWiki:Main.SergeyJSinx
, TWiki:Main.SergeyJSinx , TWiki:Main.AlexTananaev
, TWiki:Main.AlexTananaev 
 , TWiki:Main.MiguelABayona
, TWiki:Main.MiguelABayona 
 
 , TWiki:Main.TomTansy
, TWiki:Main.TomTansy 
 , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie , TWiki:Main.KennethLavrsen
, TWiki:Main.KennethLavrsen , TWiki:Main.SteffenPoulsen
, TWiki:Main.SteffenPoulsen , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens , TWiki:Main.ThomasWeigert
, TWiki:Main.ThomasWeigert , TWiki:Main.MichaelDaum
, TWiki:Main.MichaelDaum 
 , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie , TWiki:Main.ArthurClemens
, TWiki:Main.ArthurClemens , TWiki:Main.SteffenPoulsen
, TWiki:Main.SteffenPoulsen , TWiki:Main.SteveStark
, TWiki:Main.SteveStark , TWiki:Main.MichaelDaum
, TWiki:Main.MichaelDaum 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.CrawfordCurrie
, TWiki:Main.CrawfordCurrie 
 . For the full list of contributors see TWikiContributor. 
Note: Sequence of contributors under "Spec, code, testing", "Templates and skins" and "Documentation" is based on number of SVN check-ins for core and default extensions from 2006-02 to 2006-12. Sequence of contributors under "TWiki.org wiki champions" and "Customer support" is based on TWiki.org web statistics from 2006-02 to 2006-12.
See more details on the TWiki 4.1 release at TWikiReleaseNotes04x01.
. For the full list of contributors see TWikiContributor. 
Note: Sequence of contributors under "Spec, code, testing", "Templates and skins" and "Documentation" is based on number of SVN check-ins for core and default extensions from 2006-02 to 2006-12. Sequence of contributors under "TWiki.org wiki champions" and "Customer support" is based on TWiki.org web statistics from 2006-02 to 2006-12.
See more details on the TWiki 4.1 release at TWikiReleaseNotes04x01.
 . There were many other contributors; for a full list, visit TWikiContributor.
Most of the redesign, refactoring and new documentation work in Dakar release was done by Crawford Currie
. There were many other contributors; for a full list, visit TWikiContributor.
Most of the redesign, refactoring and new documentation work in Dakar release was done by Crawford Currie . Michael Sparks
. Michael Sparks provided ideas and proof of concept for several improvements. Other people who gave large amounts of their time and patience to less sexy aspects of the work, such as testing, infrastructure and documentation, are AntonAylward
 provided ideas and proof of concept for several improvements. Other people who gave large amounts of their time and patience to less sexy aspects of the work, such as testing, infrastructure and documentation, are AntonAylward , KennethLavrsen
, KennethLavrsen , LynnwoodBrown
, LynnwoodBrown , MichaelDaum
, MichaelDaum , Peter Thoeny
, Peter Thoeny , SteffenPoulsen
, SteffenPoulsen , Sven Dowideit
, Sven Dowideit , WillNorris
, WillNorris .
.
| Installation & configuration | Contributor | 
|---|---|
| Much simpler install and configuration | Crawford Currie  , LynnwoodBrown  , ArthurClemens   | 
| mod_perlsafe code for better performance | Crawford Currie   | 
| Security | |
| Security sandbox blocking exploits for remote command execution on the server | Florian Weimer  , Crawford Currie  , Sven Dowideit   | 
| Reworked access permission model | Crawford Currie   | 
| Internationalization & localization | |
| User Interface Internationalisation   | AntonioTerceiro   | 
| Chinese translation | CheDong   | 
| Danish translation | SteffenPoulsen   | 
| Dutch translation | ArthurClemens   | 
| French translation | BenVoui   | 
| German translation | AndreUlrich   | 
| Italian translation | MassimoMancini   | 
| Polish translation | ZbigniewKulesza   | 
| Portuguese translation | AntonioTerceiro  , CarlinhosCecconi   | 
| Spanish translation | WillNorris  , MiguelABayona   | 
| Swedish translation | Erik Åman   | 
| New features for users | |
| Edit conflict resolution with automatic merge | Crawford Currie   | 
| Fine grained change notification on page level and parent/child relationship | Crawford Currie   | 
| WYSIWYG editor | Crawford Currie  , ColasNahaboo  , DamienMandrioli  , RomainRaugi   | 
| Integrated session support | GregAbbas  , Crawford Currie   | 
| Webserver-independent login/logout | Crawford Currie   | 
| Registration process with e-mail confirmation   | MartinCleaver   | 
| Tip of the Day box in TWiki Home   | PaulineCheung  , Peter Thoeny  , AntonAylward   | 
| ATOM feeds | Peter Thoeny   | 
| "Force New Revision" check box for topic save   | WillNorris   | 
| New features for TWiki administrators and wiki application developers | |
| Improved preferences handling | ThomasWeigert  , Crawford Currie   | 
| Named include sections | RafaelAlvarez   | 
| Create topic names with consecutive numbers   | Sven Dowideit   | 
| Parameterized includes   | Crawford Currie   | 
| Dynamic form option definitions  of TWikiForms with FormattedSearch | MartinCleaver   | 
| SEARCH enhancements with new parameters excludeweb,newline,noempty,nofinalnewline,nonoise,recurse,zeroresults | Crawford Currie  , ArthurClemens  , Peter Thoeny  , ThomasWeigert   | 
| FormattedSearch enhancements with $changes,$count,$formfield(name, 30, ...),$summary(expandvar),$summary(noheaders),$summary(showvarnames) | ColasNahaboo  , Crawford Currie  , Peter Thoeny  , Sven Dowideit   | 
| New TWikiVariables ACTIVATEDPLUGINS, ALLVARIABLES, AUTHREALM, EMAILS, FAILEDPLUGINS, HTTP, HTTPS, ICONURL, ICONURLPATH, IF, LANGUAGES, LOCALSITEPREFS, LOGIN, LOGOUT, MAKETEXT, META, PLUGINDESCRIPTIONS, QUERYSTRING, STARTSECTION/ENDSECTION, SESSION_VARIABLE, SESSIONID, SESSIONVAR, SPACEOUT, USERLANGUAGE, WIKIHOMEURL | ArthurClemens  , AntonioTerceiro  , Crawford Currie  , GregAbbas  , Peter Thoeny  , Sven Dowideit  , WillNorris  and many more | 
| TWiki form with hidden type  and other form enhancements | LynnwoodBrown  , ThomasWeigert   | 
| Support topic-specific templates  for TWiki applications | ThomasWeigert   | 
| Direct save feature for one-click template-based topic creation | LynnwoodBrown  , Crawford Currie  , ThomasWeigert   | 
| Automatic Attachments  showing all files in the attachment directory | MartinCleaver   | 
| Rename, move or delete webs | PeterNixon   | 
| Hierarchical subwebs (beta) | PeterNixon   | 
| New features for Plugin developers | |
| REST (representational state transfer) interface for Plugins | RafaelAlvarez  , TWiki:Main.MartinCleaver  , Sven Dowideit   | 
| New and improved Plugins APIs | Crawford Currie  , ThomasWeigert   | 
| Improvements in the TWiki engine room | |
| Major OO redesign and refactoring of codebase | Crawford Currie   | 
| Automatic build system | Crawford Currie   | 
| Extensive test suite, unit tests and testcases | Crawford Currie   | 
| TWiki:Codev.DevelopBranch  , DEVELOP branch Bugs system   | Sven Dowideit   | 
| Documentation, logo artwork, skins: | |
| Documentation | Crawford Currie  , LynnwoodBrown  , Peter Thoeny  , Sven Dowideit  and others | 
| Design of TWikiLogos with big "T" in a speech bubble | ArthurClemens  , Peter Thoeny   | 
| Improved templates and PatternSkin | ArthurClemens   | 
| Details of New Features and Enhancements of 01-Sep-2004 Release | Developer, Sponsor | 
|---|---|
| Install: Ship with an automatic upgrade script to facilitate TWiki upgrades. Details   | TWiki:Main.MartinGregory  TWiki:Main.SvenDowideit   | 
| Install: New testenv function to change the locks in the TWiki database to the web server user id (automates installation step). Details   | TWiki:Main.MattWilkie  TWiki:Main.SvenDowideit   | 
| Install: The shipped .htaccess.txt now needs to be edited before it is valid, to help reduce chances of error. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.SvenDowideit   | 
| Install: Configurable password file handling for different types of encryption. Details   | TWiki:Main.PavelGoran  TWiki:Main.SvenDowideit   | 
| Install: Remove office locations from registration. Details   | TWiki:Main.PeterThoeny   | 
| Install: Changes to support shorter URLs with Apache Rewrite rules. Details   | TWiki:Main.AntonioBellezza  TWiki:Main.WalterMundt   | 
| Install: Remove the Know web from the distribution. Details   | TWiki:Main.PeterThoeny   | 
| Internationalization: Support use of UTF-8 URLs for I18N characters in TWiki page and attachment names. Details   | TWiki:Main.RichardDonkin   | 
| Authentication: Authenticate users when creating new topic in view restricted web. Details   | TWiki:Main.JonathanGraehl  TWiki:Main.SvenDowideit   | 
| Preferences: TWiki Preferences need to be secured properly. Details   | TWiki:Main.PeterThoeny   | 
| Preferences: Use TWiki Forms to set user preferences. Details   | TWiki:Main.JohnTalintyre   | 
| Skins: New pre-installed skins PatternSkin and DragonSkin. Details   | TWiki:Main.ArthurClemens  TWiki:Main.PeterThoeny   | 
| Skins: New skin browser to choose from installed skins. Details   | TWiki:Main.PeterThoeny   | 
| Skins: Documented set of CSS classes that are used in standard skins. Details   | TWiki:Main.ArthurClemens  TWiki:Main.SvenDowideit   | 
| Skins: Added CSS class names to Diff output. Details   | TWiki:Main.SvenDowideit   | 
| Skins: Templates can now be read from user topics, as well as from files in the templates diretcory. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.WalterMundt   | 
| Skins: Ensure that the default template gets overridden by a template passed in. Details   | TWiki:Main.MartinCleaver  TWiki:Main.WalterMundt   | 
| Skin: Convey an important broadcast message to all users, e.g. scheduled server downtime. Details   | TWiki:Main.PeterThoeny   | 
| Skin: Balanced pastel colors for TWiki webs. Details   | TWiki:Main.ArthurClemens   | 
| Rendering: Use exclamation point prefix to escape TWiki markup rendering. Details   | TWiki:Main.ArthurClemens   | 
| Rendering: Ordered lists with uppercase & lowercase letters, uppercase & lowercase Roman numerals. Details   | TWiki:Main.DanBoitnott  TWiki:Main.PeterThoeny   | 
| Rendering: Allow custom styles for the "?" of uncreated topics. Details   | TWiki:Main.SvenDowideit   | 
| Rendering: Render IRC and NNTP as a URL. Details   | TWiki:Main.PeterThoeny   | 
| Rendering: Make acronym linking more strict by requiring a trailing boundary, e.g. excluding TLAfoobar. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.SvenDowideit   | 
| Rendering: TWiki Form with Label type. Details   | TWiki:Main.PeterThoeny   | 
| Rendering: Web names can now be WikiWords. Details   | TWiki:Main.PeterThoeny   | 
| Rendering: New syntax for definition list with dollar sign and colon. Details   | TWiki:Main.AdamTheo  TWiki:Main.PeterThoeny   | 
| Rendering: Table with multi-span rows, functionality provided by Table Plugin. Details   | TWiki:Main.WalterMundt   | 
| Variables: New title parameter for TOC variable. Details   | TWiki:Main.PeterThoeny  TWiki:Main.ArthurClemens   | 
| Variables: New REVINFO variable in templates supports flexible display of revision information. Details   | TWiki:Main.PeterThoeny  TWiki:Main.SvenDowideit   | 
| Variables: Set times to be displayed as gmtime or servertime. Details   | TWiki:Main.SueBlake  TWiki:Main.SvenDowideit   | 
| Variables: Properly encode parameters for form fields with ENCODE variable. Details   | TWiki:Main.PeterThoeny   | 
| Variables: Expand USERNAME and WIKINAME in Template Topics. Details   | TWiki:Main.PeterThoeny   | 
| Variables: Expand same variables in new user template as in template topics. Details   | TWiki:Main.PeterThoeny   | 
| Variables: Optionally warn when included topic does not exist; with the option to create the included topic. Details   | TWiki:Main.PeterThoeny   | 
| Variables: In topic text show file-types of attached files as icons. Details   | TWiki:Main.PeterThoeny   | 
| Variables: New variable FORMFIELD returns the value of a field in the form attached to a topic.. Details   | TWiki:Main.DavidSachitano  TWiki:Main.SvenDowideit   | 
| Variables: Meta data rendering for form fields with META{"formfield"}. Details   | TWiki:Main.PeterThoeny   | 
| Variables: New PLUGINVERSION variable. Details   | TWiki:Main.PeterThoeny   | 
| Variables: URLPARAM now has a default="..."argument, for when no value has been given. Details  | TWiki:Main.PeterThoeny   | 
| Variables: URLPARAM variable with newline parameter. Details   | TWiki:Main.PeterThoeny   | 
| Variables: URLPARAM variable with new multiple=on parameter. Details   | TWiki:Main.PaulineCheung  TWiki:Main.PeterThoeny   | 
| Search: New switch for search to perform an AND NOT search. Details   | TWiki:Main.PeterThoeny   | 
| Search: Keyword search to search with implicit AND. Details   | TWiki:Main.PeterThoeny   | 
| Search: Multiple searches in same topic with new multiple="on" paramter. Details   | TWiki:Main.PeterThoeny   | 
| Search: Remove limitation on number of topics to search in a web. Details   | TWiki:Main.PeterThoeny   | 
| Search: Exclude topics from search with an excludetopic parameter. Details   | TWiki:Main.PeterThoeny   | 
| Search: Expand Variables on Formatted Search with expandvariables Flag. Details   | TWiki:Main.PeterThoeny   | 
| Search: Formatted Search with Web Form variable to retrieve the name of the form attached to a topic. Details   | TWiki:Main.FrankSmith  TWiki:Main.PeterThoeny   | 
| Search: Formatted Search with Conditional Output. Details   | TWiki:Main.PeterThoeny   | 
| Search: Formatted Search with $parent token to get the parent topic. Details   | TWiki:Main.PeterThoeny   | 
| Search: New separator parameter to SEARCH supports better SEARCH embedding. Details   | TWiki:Main.PeterThoeny   | 
| Search: Improved search performance when sorting result by topic name. Details   | TWiki:Main.PeterThoeny   | 
| Search: New scope=allsearch parameter to search in topic name and topic text at the same time. Details  | TWiki:Main.PeterThoeny   | 
| Search: New topicparameter for AND search on topic text and topic name. Details  | TWiki:Main.PeterThoeny   | 
| Search modules uses Perl-style keyword parameters (code cleanup). Details   | TWiki:Main.PeterThoeny   | 
| Search: New $wikiname variable in format parameter of formatted search. Details   | TWiki:Main.ArthurClemens   | 
| Search: Sort search by topic creation date. Details   | TWiki:Main.PeterThoeny   | 
| Search: Topic creation date and user in Formatted Search. Details   | TWiki:Main.CoreyFruitman  TWiki:Main.SvenDowideit   | 
| Search: Increase levels of nested search from 2 to 16. Details   | TWiki:Main.PeterThoeny   | 
| Plugins: New pre-installed Plugins CommentPlugin, EditTablePlugin, RenderListPlugin, SlideShowPlugin, SmiliesPlugin, SpreadSheetPlugin, TablePlugin. Details   | TWiki:Main.PeterThoeny   | 
| Plugins: New callback afterSaveHandler, called after a topic is saved. Details  | TWiki:Main.WalterMundt   | 
| Plugins: New callbacks beforeAttachmentSaveHandlerandafterAttachmentSaveHandler, used to intervene on attachment save event. Details  | TWiki:Main.MartinCleaver  TWiki:Main.WalterMundt   | 
| Plugins: New callbacks beforeCommonTagsHandlerandafterCommonTagsHandler. Details  | TWiki:Main.PeterThoeny   | 
| Plugins: New callback renderFormFieldForEditHandlerto render form field for edit. Details  | TWiki:Main.JohnTalintyre   | 
| Plugins: New callback renderWikiWordHandlerto custom render links. Details  | TWiki:Main.MartinCleaver  TWiki:Main.WalterMundt   | 
| Plugins: New function TWiki::Func::formatTimeto format time into a string. Details  | TWiki:Main.SvenDowideit   | 
| Plugins: New function TWiki::Func::getRegularExpressionto get predefined regular expressions. Details  | TWiki:Main.RichardDonkin   | 
| Plugins: New functions TWiki::Func::getPluginPreferences*to get Plugin preferences. Details  | TWiki:Main.WalterMundt   | 
| Plugins: New function TWiki::Func::extractParametersto extract all parameters from a variable string. Details  | TWiki:Main.PeterThoeny   | 
| Plugins: New function TWiki::Func::checkDependenciesto check for module dependency. Details  | TWiki:Main.CrawfordCurrie  TWiki:Main.SvenDowideit   | 
| Plugins: A recommendation for where a Plugin can store its data. Details   | TWiki:Main.PeterThoeny   | 
| UI: Show tool-tip topic info on WikiWord links. Details   | TWiki:Main.PeterThoeny   | 
| UI: Save topic and continue edit feature. Details   | TWiki:Main.ColasNahaboo   | 
| UI: Change topic with direct save (without edit/preview/save cycle) and checkpoint save. Details   | TWiki:Main.MattWilkie  TWiki:Main.SvenDowideit   | 
| UI: In attachment table, change 'action' to 'manage'. Details   | TWiki:Main.PeterThoeny  TWiki:Main.ArthurClemens   | 
| UI: Smaller usability enhancements on the file attachment table. Details   | TWiki:Main.PeterThoeny  TWiki:Main.ArthurClemens   | 
| UI: Removes anchor links from header content and places them before the text to fix 'header becomes link'. Details   | TWiki:Main.ArthurClemens   | 
| UI: Improved functionality of the More screen. Details   | TWiki:Main.PeterThoeny  TWiki:Main.ArthurClemens   | 
| UI: Quick reference chart of most used markup is now listed on the edit screen. Details   | TWiki:Main.ArthurClemens   | 
| UI: Flag for edit script to avoid overwrite of existing topic text and form data. Details   | TWiki:Main.NielsKoldso  TWiki:Main.PeterThoeny   | 
| UI: Disable Escape key in IE textarea to prevent it cancelling work. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.PeterThoeny   | 
| UI: Improved warning message on unsaved topic. Details   | TWiki:Main.MartinGregory  TWiki:Main.SvenDowideit   | 
| UI: Reverse order of words in page title for better multi-window/tab navigation. Details   | TWiki:Main.ArthurClemens   | 
| UI: Provides a framework to create and modify a topic without going through edit->preview->save sequence. Details   | TWiki:Main.AndreUlrich  TWiki:Main.SvenDowideit   | 
| UI: Set the topic parent to none in More screen, e.g. remove the current topic parent. Details   | TWiki:Main.PeterThoeny   | 
| UI: Use templates to define how file attachments are displayed. Was previously hard-coded. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.SvenDowideit   | 
| UI: Topic diff shows unified diff with unchanged context. Details   | TWiki:Main.SvenDowideit   | 
| UI: Diff feature shows TWiki form changes in nice tables. Details   | TWiki:Main.SvenDowideit   | 
| Code refactoring: The log entry for a save now has a dontNotify flag in the extra field if the user checked the minor changes flag. Details   | TWiki:Main.PeterThoeny   | 
| Code refactoring: Server-side include of attachments accelerates INCLUDE. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.PeterThoeny   | 
| Code refactoring: Move functionality out of bin scripts and into included modules. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.SvenDowideit   | 
| Code refactoring: Move bin script functionality into TWiki::UI modules. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.PeterThoeny   | 
| Code refactoring: Optimize preferences handling for better performance. Details   | TWiki:Main.PavelGoran  TWiki:Main.WalterMundt   | 
| Code refactoring: Refactor variable expansion for edit and register. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.PeterThoeny   | 
| Code refactoring: Move savemulti script into TWiki::UI::Save. Details   | TWiki:Main.MattWilkie  TWiki:Main.SvenDowideit   | 
| Code refactoring: Topic search is done natively in Perl, it does not depend anymore on system calls with pipes. Details   | TWiki:Main.PeterThoeny   | 
| Code refactoring: Fix logical error in upload script which prevented MIME filename from being used. Details   | TWiki:Main.WalterMundt   | 
| Bug Fixes of 01-Sep-2004 Release | Developer, Sponsor | 
|---|---|
| Fix: Consistently create headings with empty anchor tags. Details   | TWiki:Main.PeterThoeny   | 
| Fix: TOC does not work for headings containing & without spaces surrounding it. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Backslash line break breaks TWiki form definitions. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.PeterThoeny   | 
| Fix: Rename fixes unrelated topic references. Details   | TWiki:Main.RichardDonkin   | 
| Fix: Bug with infinite recursion in search. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Can't send mail with full 'From' address. Details   | TWiki:Main.PeterThoeny   | 
| Fix: All scripts change to $bin before execute (for mod_perl2). Details   | TWiki:Main.PeterThoeny   | 
| Fix: Several RSS readers do not show all entries seen in the WebChanges list; repeated updates to the same topics get lost. Details   | TWiki:Main.ArthurClemens   | 
| Fix: TWiki::Access::checkAccessPermission function improperly handles Main and TWiki webs. Details   | TWiki:Main.SvenDowideit   | 
| Fix: Topic save returns error CI Date precedes date in revision. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Double quotes got replaced by " in TWiki forms. Details   | TWiki:Main.MichaelSparks  TWiki:Main.PeterThoeny   | 
| Fix: Duplicated Wiki name in .htpasswd entry for sha1 encoding. Details   | TWiki:Main.PeterThoeny   | 
| Fix: When viewing a previous version of a topic, the view script substitutes only one occurrence of the variable EDITTOPIC. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Form default values are not working for text fields. Details   | TWiki:Main.ThomasWeigert  TWiki:Main.SvenDowideit   | 
| Fix: Formatted searches using a $pattern which unbalanced parenthesis crash TWiki. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Formatted Search uses title but should use name for formfield parameter. Details   | TWiki:Main.PeterThoeny   | 
| Fix: GMTIME variable returns unwanted GMT text. Details   | TWiki:Main.SvenDowideit   | 
| Fix: Include from other Web links ACRONYMS. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Including an HTML file is very slow. Details   | TWiki:Main.JohnTalintyre   | 
| Fix: includeUrl() mess up absolute URLs. Details   | TWiki:Main.SvenDowideit   | 
| Fix: Filter out fixed font rendering in TOC to avoid unrendered = equal signs in TOC. Details   | TWiki:Main.PeterThoeny   | 
| Fix: The initializeUserHandler is broken for session Plugins. Details   | TWiki:Main.JohnTalintyre   | 
| Fix: SEARCH fails with very large webs. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Security alert: User could gain view access rights of another user. Details   | TWiki:Main.KimCovil  TWiki:Main.PeterThoeny   | 
| Fix: 'print to closed file handle' error of log files are not writable. Details   | TWiki:Main.MartinGregory  TWiki:Main.SvenDowideit   | 
| Fix: Meta data handler can't process CR-LF line endings. Details   | TWiki:Main.PeterThoeny   | 
| Fix: METAFIELD meta data is not shown in view raw=on mode. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Minor XHTML non-compliance in templates and code. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Getting pages from virtual hosts fails. Details   | TWiki:Main.JohnTalintyre   | 
| Fix: Create new web fails if RCS files do not exist. Details   | TWiki:Main.ClausBrunzema  TWiki:Main.SvenDowideit   | 
| Fix: Metacharacters can be passed through to the shell in File Attach. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Ability to delete non-WikiWord topics without confirmation. Details   | TWiki:Main.PeterThoeny   | 
| Fix: + symbol in password reset fails. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Pathinfo cleanup for hosted sites. Details   | TWiki:Main.MikeSalisbury  TWiki:Main.SvenDowideit   | 
| Fix: Software error in SEARCH if regular expression pattern has unmached parenthesis. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Pipe chars in the comment field of the attachment table are not escaped. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Link escaping in preview fails for not quoted hrefs. Details   | TWiki:Main.TedPavlic  TWiki:Main.PeterThoeny   | 
| Fix: Preview expands variables twice. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Using a proxy with TWiki fails; no proxy-HTTP request, minimal request not HTTP 1.0, requests marked 1.1 are at best 1.0. Details   | TWiki:Main.MichaelSparks  TWiki:Main.JohnTalintyre   | 
| Fix: Runaway view processes with TWiki::Sore::RcsLite. Details   | TWiki:Main.SvenDowideit   | 
| Fix: Regex Error in WebTopicList with topics that have meta characters in the name. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Rename script misses some ref-by topics. Details   | TWiki:Main.JohnTalintyre   | 
| Fix: Links to self within the page being renamed are not changed. Details   | TWiki:Main.SvenDowideit   | 
| Fix: Rename topic does 'Main.Main.UserName' for attachments. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Revision date is set to Jan 1970 when using RCS Lite. Details   | TWiki:Main.SvenDowideit   | 
| Fix: The new dynamically-created SiteMap is very nice, but somewhat slow. Details   | TWiki:Main.PeterThoeny   | 
| Fix: The makeAnchorName function did not produce the same results if called iteratively, resulting in problems trying to link to headers.. Details   | TWiki:Main.WalterMundt   | 
| Fix: Statistics page does not provide links to non-wikiword topics. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Make TOC link URI references relative. Details   | TWiki:Main.MartinGregory  TWiki:Main.PeterThoeny   | 
| Fix: TWiki hangs when used on Apache 2.0. Details   | TWiki:Main.SvenDowideit   | 
| Fix: TOC incorrectly strips out links in headers. Details   | TWiki:Main.PeterThoeny   | 
| Fix: The HTML tags that are generated by TOC do not close properly. Details   | TWiki:Main.PeterThoeny   | 
| Fix: TOC on INCLUDEd topic ignores STOPINCLUDE. Details   | TWiki:Main.WillNorris  TWiki:Main.PeterThoeny   | 
| Fix: Quotes in tooltip message can break a TWiki form. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Better error message if the file attachment directory is not writable. Details   | TWiki:Main.CrawfordCurrie  TWiki:Main.SvenDowideit   | 
| Fix: Image size of PNG files. Details   | TWiki:Main.ArthurClemens   | 
| Fix: The testenv script distinguishes between real user ID and effective user ID. Details   | TWiki:Main.RichardDonkin   | 
| Fix: Variables in square bracket links dont work in form fields. Details   | TWiki:Main.SvenDowideit   | 
| Fix: Variable with Parameters in Form Fields Disappear. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Verbatim tag should escape HTML entities. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Field names of TWiki Forms can be WikiWords, this is used to link to a help topic. Details   | TWiki:Main.PeterThoeny   | 
| Fix: Clean up the WebRssBase INCLUDES to use VARIABLES set in TWikiPreferences. Details   | TWiki:Main.SvenDowideit   | 
| Fix: Resolving variables in included topics. Details   | TWiki:Main.OliverKrueger  TWiki:Main.SvenDowideit   | 
 
 /bin/view/Web.TopicName topic view URL (besides the default /bin/view/Web/TopicName URL); useful for InterwikiPlugin links like TWiki:Codev.ReadmeFirst 
 
 readTopicText, saveTopicText, setTopicEditLock, checkTopicEditLock
 
 %NOAUTOLINK% setting in the TWikiPreferences to disable the auto-linking of WikiWords
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny , TWiki:Main.RichardDonkin
, TWiki:Main.RichardDonkin , TWiki:Main.SvenDowideit
, TWiki:Main.SvenDowideit 
 registrationHandler, beforeEditHandler, afterEditHandler, beforeSaveHandler, writeHeaderHandler, redirectCgiQueryHandler, getSessionValueHandler, setSessionValueHandler
 
  
 %INCLUDE{ "OtherTopic" rev="1.2" }%
 
  , TWiki:Main.RichardDonkin
, TWiki:Main.RichardDonkin 
  
 
 %NOP{}% variable in TWikiTemplates topic gets removed at topic creation time; useful to write protect template topics
 
 %URLPARAM{}% variable in TWikiTemplates topic gets expanded at topic creation time; useful for dynamic content creation
 
 $logDir introduced in TWiki.cfg to set the log directory
 
  
 setlib.cfg file in the bin directory to set the TWiki library path
 , TWiki:Main.RyanFreebern
, TWiki:Main.RyanFreebern 
 %PROXYHOST and %PROXYPORT% settings in the TWikiPreferences
 
 %WIKILOGOIMG%, %TWIKILOGOURL% and %WIKILOGOALT% variables in TWikiPreferences; replacing $wikiHomeUrl in TWiki.cfg
 
 %WIKITOOLNAME% variable in TWikiPreferences; replacing $wikiToolName in TWiki.cfg
 
 %EDITBOXSTYLE% preferences variable which sets the edit box width automatically to the window width
 
 %URLENCODE{}% variable to encodes a string for using in a URL parameter, e.g. %URLENCODE{"spaced name"}% returns spaced%20name
 
  
 /twiki/templates/register.tmpl template file
 
 %TOC% table of content, e.g. ---+!! This heading is not shown in a TOC
 
  
  
  
 %SEARCH{}% variable, FormattedSearch and WebSearch
 , TWiki:Main.RichardDonkin
, TWiki:Main.RichardDonkin 
  
  
 <verbatim> tags are no longer expanded
 
 %SEARCH{}% variable for database like reporting.
 
 TWiki.cfg
 
  
  
  
 notedited.tmpl, notext.tmpl and notwiki.tmpl templates. More in TWikiTemplates. 
 
 %TOPICLIST{"format"}% and %WEBLIST{"format"}% variables to get a formatted topic index and web index, respectively. More in TWikiVariables. 
 
 %URLPARAM{"name"}% variable to query URL parameters. More in TWikiVariables. 
 
  , TWiki:Main.AndreaSterbini
, TWiki:Main.AndreaSterbini 
  
  
  
  
  
 | *bold* | cells as table headers, (ii) render space padded cells |   center aligned   | and |   right aligned |, (iii) span multiple columns using | empty cells |||. More in TextFormattingRules. 
 
 .htaccess files that are attached to a topic get a .txt suffix appended to the file name. See also TWiki:Codev/FileAttachmentFilterSecurityAlert 
 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny 
 ---++ My Title; and new %TOC% variable to build a table of content from headings in a topic. More in TWikiVariables. 
 
 [[http://TWki.org][TWiki]]) and internal links (i.e [[WikiSyntax][syntax]]). More in TWikiVariables. 
 
 #MyAnchor at the beginning of a line, and link to it with [[#MyAnchor]]. More in TWikiVariables. 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny 
 Net::SMTP module instead of sendmail if installed. 
 
 <verbatim> ... </verbatim> tags to show source code "as is". Unlike the <pre> ... </pre> tags, it also shows <, >, & characters "as is". 
 
  
 
  
 ==Bold Fixed== to get Bold Fixed. 
 
 %GMTIME{"..."}% and %SERVERTIME{"..."}% variables. Format is now "$hour:$min" instead of "hour:min". More in TWikiVariables. Attention: Check your existing topics when you upgrade TWiki! 
 
  
 %STARTINCLUDE% and %STOPINCLUDE% variables to control what gets included of a topic. More in TWikiVariables. 
 
 print skin for a printable view of a topic. More in TWikiSkins and TWiki:Codev/TWikiSkins .
. 
 
  
  .
. 
 
 %BASEWEB%, %INCLUDINGWEB%, %BASETOPIC% and %INCLUDINGTOPIC% to have more control over include handling. More in TWikiVariables and TWiki:Codev/IncludeHandlingImprovements .
. 
 
 noheader="on" switch in %SEARCH{...}% to suppress table header. More in TWikiVariables. 
 
 $doHidePasswdInRegistration in wikicfg.pm to hide plain text password in registration e-mail. 
 
 %VAR{"NAME" web="Web"}% to get web-specific preferences. More in TWikiVariables. 
 
  
  .
. 
 
 view "knows" the user once authenticated in edit. More in TWikiUserAuthentication. 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny 
  bug and added
 bug and added png image support. 
 , TWiki:Main.AndreaSterbini
, TWiki:Main.AndreaSterbini , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny 
 %INCLUDE{"%SYSTEMWEB%.SiteMap"}%. More in TWiki:Codev/BetterTWikiTagTemplateProcessing .
. 
 
 mailnotify to suppress all normal output. 
 
  
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny 
 [[text formatting FAQ]] to get the link text formatting FAQ that points to topic TextFormattingFAQ. 
 
  
 %HTTP_EQUIV_ON_VIEW% , %HTTP_EQUIV_ON_EDIT% and %HTTP_EQUIV_ON_PREVIEW% that define the <meta http-equiv="..."> meta tags for the TWiki templates. This can be used for example to set a document expiration time. 
 
 %GMTIME{"..."}% and %SERVERTIME{"..."}% . More in TWikiVariables. 
 
 %INCLUDE{"Web/TopicName.txt"}% to %INCLUDE{"Web.TopicName"}% . Legacy syntax still supported. 
 
  
 *bold*, italic, __bold italic__ and fixed , where it is not necessary anymore to have a trailing space before .,;:?! characters. 
 
  
  
  
  , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny 
 %INCLUDE% of arbitrary files. 
 
 %GMTIME% variable that shows the current GM time. 
 
  
  , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny 
  
 %HTTP_HOST% , %REMOTE_ADDR% , %REMOTE_PORT% and %REMOTE_USER% . 
 , TWiki:Main.PeterThoeny
, TWiki:Main.PeterThoeny 
  
 %ATTACHLINKBOX% controls the default state of the link check box in the attach file page. 
 
 Perl -T option ) 
 
 %EDITBOXWIDTH% and %EDITBOXHEIGHT% to specify the edit box size. 
 
 wikiwebs.inc , wikiwebtable.inc , weblist.inc , webcopyright.inc and webcolors.inc files.  
 
 %SCRIPTSUFFIX% / $scriptSuffix containing an optional file extension of the TWiki Perl script. Templates have been changed to use this variable. This allows you to rename the Perl script files to have a file extension like for example ".cgi". 
 
 %SCRIPTURLPATH% / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of %SCRIPTURL% . This is for performance reasons. 
 
 %INCLUDE:"filename.ext"% to %INCLUDE{"filename.ext"}% . (Previous syntax still supported. Change was done because of inline search syntax) 
 
 %SEARCH{"str" ...}% to show a search result embedded in a topic text. TWikiVariables has more on the syntax. Inline search combined with the category table feature can be used for example to create a simple bug tracking system. 
 
  
 initialize in wiki.pm did not handle $thePathInfo correctly. 
 
  
  
  
 
  
  
  
 $doLogTopic* in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file. 
 
 $doRemovePortNumber in wikicfg.pm to optionally remove the port number from the TWiki URL. Example www.some.domain:1234/twiki gets www.some.domain/twiki . 
 
 %INCLUDE:"file.inc"% variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example webcopyright.inc text. 
 
 TestVersion / TestVersions , TestPolicy / TestPolicies , TestAddress / TestAddresses , TestBox / TestBoxes .
 
  
  
 webcopyright.inc file. This is to easily customize the copyright text.  
 
  
 %WIKIHOMEURL% (link when pressing the icon on the upper left corner) and %WIKITOOLNAME% (the name of the wiki tool TWiki ). 
 
  
  
 %PUBURL% (Public directory URL) and %ATTACHURL% (URL of topic file attachment). 
 
 fixed font text . Words get showns in fixed font by enclosing them in "=" equal signs. Example Writing =fixed font= will show up as fixed font . 
 
  
 Diffs link at the bottom of each topic, e.g.  Topic TWikiHistory . { Edit   Ref-By   Diffs   r1.3   >   r1.2   >   r1.1 } 
  Revision r1.3 1998/11/10 01:34 by PeterThoeny  
 
  
  
  
 data/logYYYYMM.txt, where YYYYMM the year and month in numeric format is. Intended for auditing only, not accessible from the web. 
 
  
 r1.3) and differences thereof (e.g. >) at the bottom  Topic TWikiHistory . { Edit   Ref-By   r1.3   >   r1.2   >   r1.1 } 
  Revision r1.3 1998/11/10 01:34 by TWiki:Main.PeterThoeny 
  
 
  
  Topic TWikiHistory . { Edit   Ref-By   r1.3   r1.2   r1.1 } 
  Revision r1.3 1998/10/26 01:34:00 by TWiki:Main.PeterThoeny 
  
 
  
  
  
 AaA sequence, e.g. AaA1 is a valid TWikiTopics name, but not Aa1. 
 
  
 %INCLUDE:"filename.ext"% 
 
  
  
  
  
 %TOPIC% (Topic name), %WEB% (web name), %SCRIPTURL% (script URL), %DATE% (current date), %WIKIWEBMASTER% (Wiki webmaster address), %WIKIVERSION% (Wiki version), %USERNAME% (user name), %WIKIUSERNAME% (Wiki user name). 
 
 PeterThoeny instead of thoeny in case the Wiki username exists. Implementation Automatic lookup of Wiki username in topic TWikiUsers. 
 
  
  
 Know.WebSeach . 
 
  : open forum for new ideas
: open forum for new ideas  
 : specific detailed request
: specific detailed request
 : prioritized to up-next dev status
: prioritized to up-next dev status
 : currently in development
: currently in development
 : completed and implemented
: completed and implemented
 : request for documentation
: request for documentation
 : feature documentation pending
: feature documentation pending
 : documented feature
: documented feature
 
  Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.