Розд╕ли:
╤нш╕ матер╕али цього сайту:
Служба новин @ linux.org.ua
Укра╖н╕зац╕я програмного забезпечення
Засоби для перекладач╕в
Перев╕рка правопису
Переклад з рос╕йсько╖ на укра╖нську
Проект англо-укра╖нського словника техн╕чних терм╕н╕в
Документац╕я
Поштов╕ розсилки
Форум
Рекомендован╕ посилання
Команда
|
The default plugin is used for some deprecated rendering of older TWiki versions and of JosWiki. This plugin can also be used to specify some simple custom rendering rules. Note: Create a new TWiki Plugin based on Empty Plugin if you plan to offer some complex rendering or other functionality.
Custom rendering rules of the default plugin:
- Allow old include syntax (
%INCLUDE:"TopicName"% ) if Plugin Preferences variable OLDINCLUDE is set to 1
- Render deprecated
*_text_* as bold italic text. Test if installed: This is bold italic
- Enable JosWiki rules if JosWiki specific code is uncommented
Modify file TWiki/Plugins/DefaultPlugin.pm to add your own rules or to enable JosWiki rules.
Plugin settings are stored as preferences variables. To reference
a plugin setting write %<plugin>_<setting>%, i.e. %DEFAULTPLUGIN_SHORTDESCRIPTION%
- One line description, is shown in the Text Formatting Rules topic:
- Set SHORTDESCRIPTION = This plugin can be used to specify some simple custom rendering rules. It also renders deprecated
*_text_* as bold italic text.
- Allow deprecated
%INCLUDE:"TopicName"% syntax:
- Debug plugin: (See output in
data/debug.txt)
- This plugin is preinstalled, you do not need to install it.
Related Topics: TWiki Preferences, TWiki Plugins, Empty Plugin
-- Andrea Sterbini - 27 Feb 2001
-- Peter Thoeny - 14 Jul 2001
|
|