The WebRss topic in each web contains the following text:
Changed:
< <
<channel rdf:about="%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%">
<title>%WIKITOOLNAME%'s %INCLUDINGWEB% web</title>
<link>%SCRIPTURL%/view%SCRIPTSUFFIX%/%INCLUDINGWEB%</link>
<description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Corporate World.</description>
%INCLUDE{"%TWIKIWEB%.WebRssBase"}%
> >
<channel rdf:about="%SCRIPTURL{"view"}%/%INCLUDINGWEB%">
<title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
<link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
<description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
%INCLUDE{"TWiki.WebRssBase"}% <!--
* Set SKIN = rss
-->
TextFormattingRules
https://www.habemusdata.com/twiki/bin/view/TWiki/TextFormattingRules?t=2024-04-13T19:49:30Z
TWiki Text Formatting These instructions are for contributors who prefer to use the Raw Edit over the default WYSIWYG editor. Working in TWiki is as easy as typing... (last changed by TWikiAdminUser)2024-04-13T19:49:30Zadmin56updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/TextFormattingRuleshttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/TextFormattingRulesChecklistPluginChecklistItemState
https://www.habemusdata.com/twiki/bin/view/TWiki/ChecklistPluginChecklistItemState?t=2024-03-28T01:45:41Z
WARNING! THIS TOPIC IS GENERATED BY ChecklistPlugin PLUGIN. DO NOT EDIT THIS TOPIC (except table data)! Back to the checklist topic ChecklistPlugin. context id... (last changed by TWikiGuest)2024-03-28T01:45:41Zguest1updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/ChecklistPluginChecklistItemStatehttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/ChecklistPluginChecklistItemStateChecklistTablePluginChecklistItemState
https://www.habemusdata.com/twiki/bin/view/TWiki/ChecklistTablePluginChecklistItemState?t=2024-03-12T02:45:24Z
WARNING! THIS TOPIC IS GENERATED BY ChecklistPlugin PLUGIN. DO NOT EDIT THIS TOPIC (except table data)! Back to the checklist topic ChecklistTablePlugin. context... (last changed by TWikiGuest)2024-03-12T02:45:24Zguest1updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/ChecklistTablePluginChecklistItemStatehttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/ChecklistTablePluginChecklistItemStateTreeBrowserPlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/TreeBrowserPlugin?t=2024-03-02T19:58:56Z
Tree Browser Plugin Renders a bullet list or numbered list as a collapsible/expandable tree of nodes. Acknowledgment This plugin leverages the JavaScript tree menu... (last changed by TWikiAdminUser)2024-03-02T19:58:56Zadmin3updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/TreeBrowserPluginhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/TreeBrowserPluginSourceHighlightPlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/SourceHighlightPlugin?t=2024-03-02T19:15:24Z
SourceHighlightPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted using the source highlight package.... (last changed by TWikiAdminUser)2024-03-02T19:15:24Zadmin3updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/SourceHighlightPluginhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/SourceHighlightPluginTreePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/TreePlugin?t=2024-03-02T17:41:52Z
Tree Plugin . Useful for dynamic site maps and threads. Syntax Rules % TREEVIEW{ displays topic children in a hierarchical tree % TREE{ synonym of % TREEVIEW... (last changed by TWikiAdminUser)2024-03-02T17:41:52Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/TreePluginhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/TreePluginQRCodePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/QRCodePlugin?t=2024-03-02T17:38:29Z
QRCodePlugin Introduction This plugin generates QR Code in TWiki pages. A QR Code is a specific matrix barcode (or two dimensional code), readable by dedicated QR... (last changed by TWikiAdminUser)2024-03-02T17:38:29Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/QRCodePluginhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/QRCodePluginVarQRCODE
https://www.habemusdata.com/twiki/bin/view/TWiki/VarQRCODE?t=2024-03-02T17:38:29Z
QRCODE create QR Code (a matrix barcode) in TWiki pages The % QRCODE{ variable is handled by the QRCodePlugin Syntax: % QRCODE{ `...` ... Parameter... (last changed by TWikiAdminUser)2024-03-02T17:38:29Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarQRCODEhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarQRCODEVarJQPLOT
https://www.habemusdata.com/twiki/bin/view/TWiki/VarJQPLOT?t=2024-03-02T17:34:07Z
JQPLOT add line, bar and pie charts using jqPlot JavaScript library jqPlot is a `pure javascript plotting and charting` library. This variable is handled by the... (last changed by TWikiAdminUser)2024-03-02T17:34:07Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarJQPLOThttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarJQPLOTJqPlotPlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/JqPlotPlugin?t=2024-03-02T17:34:07Z
JqPlotPlugin Usage $.jqplot (`chart1`, 3,7,9,1,4,6,8,2,5 ); Resulting chart (if plugin is installed and enabled): $.jqplot (`chart1`, 3,7,9,1,4,6,8,2,5... (last changed by TWikiAdminUser)2024-03-02T17:34:07Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/JqPlotPluginhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/JqPlotPluginExecutePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/ExecutePlugin?t=2024-03-02T12:19:04Z
Execute Plugin Introduction Use this plugin to integrate TWiki with other applications. TWiki serves as the user interface to interact with external applications... (last changed by TWikiAdminUser)2024-03-02T12:19:04Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/ExecutePluginhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/ExecutePluginVarEXECUTE
https://www.habemusdata.com/twiki/bin/view/TWiki/VarEXECUTE?t=2024-03-02T12:19:04Z
EXECUTE{ `script` } safely execute shell scripts or Perl code use TWiki as the user interface for external applications Use the % EXECUTE{ variable to... (last changed by TWikiAdminUser)2024-03-02T12:19:04Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarEXECUTEhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarEXECUTEDatabasePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/DatabasePlugin?t=2024-03-02T12:16:53Z
Database Plugin Provide secure access (read and write) to data in an SQL database, with flexible results formatting. Any database that has a CPAN:DBI interface can... (last changed by TWikiAdminUser)2024-03-02T12:16:53Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/DatabasePluginhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/DatabasePluginVarCHECKLISTTABLE
https://www.habemusdata.com/twiki/bin/view/TWiki/VarCHECKLISTTABLE?t=2024-03-02T12:15:14Z
CHECKLISTTABLE{attributes} add a checklist table to a topic The % CHECKLISTTABLE% variable is handled by the ChecklistTablePlugin. Syntax: % CHECKLISTTABLE... (last changed by TWikiAdminUser)2024-03-02T12:15:14Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarCHECKLISTTABLEhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarCHECKLISTTABLEChecklistTablePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/ChecklistTablePlugin?t=2024-03-02T12:15:14Z
ChecklistTablePlugin This plugin helps you to create a checklist with tables. A HTML form for a quick add of new entries and a table editor are also available... (last changed by TWikiAdminUser)2024-03-02T12:15:14Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/ChecklistTablePluginhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/ChecklistTablePluginVarCHECKLIST
https://www.habemusdata.com/twiki/bin/view/TWiki/VarCHECKLIST?t=2024-03-02T12:13:39Z
CHECKLIST{attributes} add a checklist setup, legends or reset buttons to a topic The % CHECKLIST% variable is handled by the ChecklistPlugin. Syntax:... (last changed by TWikiAdminUser)2024-03-02T12:13:39Zadmin2updatedmajorhttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarCHECKLISThttps://www.habemusdata.com/twiki/bin/rdiff/TWiki/VarCHECKLIST
> >
TextFormattingRules
https://www.habemusdata.com/twiki/bin/view/TWiki/TextFormattingRules?t=2024-04-13T19:49:30Z
TWiki Text Formatting These instructions are for contributors who prefer to use the Raw Edit over the default WYSIWYG editor. Working in TWiki is as easy as typing... (last changed by TWikiAdminUser)2024-04-13T19:49:30ZadminChecklistPluginChecklistItemState
https://www.habemusdata.com/twiki/bin/view/TWiki/ChecklistPluginChecklistItemState?t=2024-03-28T01:45:41Z
WARNING! THIS TOPIC IS GENERATED BY ChecklistPlugin PLUGIN. DO NOT EDIT THIS TOPIC (except table data)! Back to the checklist topic ChecklistPlugin. context id... (last changed by TWikiGuest)2024-03-28T01:45:41ZguestChecklistTablePluginChecklistItemState
https://www.habemusdata.com/twiki/bin/view/TWiki/ChecklistTablePluginChecklistItemState?t=2024-03-12T02:45:24Z
WARNING! THIS TOPIC IS GENERATED BY ChecklistPlugin PLUGIN. DO NOT EDIT THIS TOPIC (except table data)! Back to the checklist topic ChecklistTablePlugin. context... (last changed by TWikiGuest)2024-03-12T02:45:24ZguestTreeBrowserPlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/TreeBrowserPlugin?t=2024-03-02T19:58:56Z
Tree Browser Plugin Renders a bullet list or numbered list as a collapsible/expandable tree of nodes. Acknowledgment This plugin leverages the JavaScript tree menu... (last changed by TWikiAdminUser)2024-03-02T19:58:56ZadminSourceHighlightPlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/SourceHighlightPlugin?t=2024-03-02T19:15:24Z
SourceHighlightPlugin Introduction This plugin allows you to have code fragments automatically formatted and highlighted using the source highlight package.... (last changed by TWikiAdminUser)2024-03-02T19:15:24ZadminTreePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/TreePlugin?t=2024-03-02T17:41:52Z
Tree Plugin . Useful for dynamic site maps and threads. Syntax Rules % TREEVIEW{ displays topic children in a hierarchical tree % TREE{ synonym of % TREEVIEW... (last changed by TWikiAdminUser)2024-03-02T17:41:52ZadminVarQRCODE
https://www.habemusdata.com/twiki/bin/view/TWiki/VarQRCODE?t=2024-03-02T17:38:29Z
QRCODE create QR Code (a matrix barcode) in TWiki pages The % QRCODE{ variable is handled by the QRCodePlugin Syntax: % QRCODE{ `...` ... Parameter... (last changed by TWikiAdminUser)2024-03-02T17:38:29ZadminQRCodePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/QRCodePlugin?t=2024-03-02T17:38:29Z
QRCodePlugin Introduction This plugin generates QR Code in TWiki pages. A QR Code is a specific matrix barcode (or two dimensional code), readable by dedicated QR... (last changed by TWikiAdminUser)2024-03-02T17:38:29ZadminJqPlotPlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/JqPlotPlugin?t=2024-03-02T17:34:07Z
JqPlotPlugin Usage $.jqplot (`chart1`, 3,7,9,1,4,6,8,2,5 ); Resulting chart (if plugin is installed and enabled): $.jqplot (`chart1`, 3,7,9,1,4,6,8,2,5... (last changed by TWikiAdminUser)2024-03-02T17:34:07ZadminVarJQPLOT
https://www.habemusdata.com/twiki/bin/view/TWiki/VarJQPLOT?t=2024-03-02T17:34:07Z
JQPLOT add line, bar and pie charts using jqPlot JavaScript library jqPlot is a `pure javascript plotting and charting` library. This variable is handled by the... (last changed by TWikiAdminUser)2024-03-02T17:34:07ZadminExecutePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/ExecutePlugin?t=2024-03-02T12:19:04Z
Execute Plugin Introduction Use this plugin to integrate TWiki with other applications. TWiki serves as the user interface to interact with external applications... (last changed by TWikiAdminUser)2024-03-02T12:19:04ZadminVarEXECUTE
https://www.habemusdata.com/twiki/bin/view/TWiki/VarEXECUTE?t=2024-03-02T12:19:04Z
EXECUTE{ `script` } safely execute shell scripts or Perl code use TWiki as the user interface for external applications Use the % EXECUTE{ variable to... (last changed by TWikiAdminUser)2024-03-02T12:19:04ZadminDatabasePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/DatabasePlugin?t=2024-03-02T12:16:53Z
Database Plugin Provide secure access (read and write) to data in an SQL database, with flexible results formatting. Any database that has a CPAN:DBI interface can... (last changed by TWikiAdminUser)2024-03-02T12:16:53ZadminChecklistTablePlugin
https://www.habemusdata.com/twiki/bin/view/TWiki/ChecklistTablePlugin?t=2024-03-02T12:15:14Z
ChecklistTablePlugin This plugin helps you to create a checklist with tables. A HTML form for a quick add of new entries and a table editor are also available... (last changed by TWikiAdminUser)2024-03-02T12:15:14ZadminVarCHECKLISTTABLE
https://www.habemusdata.com/twiki/bin/view/TWiki/VarCHECKLISTTABLE?t=2024-03-02T12:15:14Z
CHECKLISTTABLE{attributes} add a checklist table to a topic The % CHECKLISTTABLE% variable is handled by the ChecklistTablePlugin. Syntax: % CHECKLISTTABLE... (last changed by TWikiAdminUser)2024-03-02T12:15:14ZadminVarCLI
https://www.habemusdata.com/twiki/bin/view/TWiki/VarCLI?t=2024-03-02T12:13:39Z
CLI{attributes} add a checklist item to a topic The % CLI% variable is handled by the ChecklistPlugin. Syntax: % CLI{attr1 `value` attr2 `value`... (last changed by TWikiAdminUser)2024-03-02T12:13:39Zadmin