<?xml version="1.0" encoding="utf-8" ?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/" ><channel rdf:about="https://tomshiro.org/foswiki/System">
<title>Foswiki's System web</title>
  <link>https://tomshiro.org/foswiki/System</link>
  <description>The System web of Foswiki. Discover the details, and how to start your own site with Foswiki - The Free and Open Source Wiki.</description>
<image rdf:resource="https://tomshiro.org/foswiki/pub/System/ProjectLogos/foswiki-logo.png" />
  <dc:language>en-us</dc:language>
  <dc:rights>Copyright 2026 by contributing authors</dc:rights>
  <dc:publisher>Charles Shapiro [charles.shapiro@tomshiro.org]</dc:publisher>
  <dc:creator>The contributing authors of Foswiki</dc:creator>
  <dc:source>Foswiki</dc:source>
  <items>
    <rdf:Seq>
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/NatEditPlugin" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/NatEditHelpText" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/ImageGalleryPlugin" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/CacheContrib" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/JsonRpcContrib" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/WysiwygPlugin" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/UpdatesPlugin" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/TwistyPlugin" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/CommentPlugin" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/TablePlugin" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/CommentPluginTemplate" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/ManagingUsers" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/UserRegistration" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/VarTABLE" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/VarTWISTYHIDE" />
      <rdf:li rdf:resource="https://tomshiro.org/foswiki/System/VarTWISTYSHOW" />
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="https://tomshiro.org/foswiki/pub/System/ProjectLogos/foswiki-logo.png">
  <title>Powered by Foswiki, The Free and Open Source Wiki.System</title>
  <link>https://tomshiro.org/foswiki/System</link>
  <url>https://tomshiro.org/foswiki/pub/System/ProjectLogos/foswiki-logo.png</url>
</image>
<item rdf:about="https://tomshiro.org/foswiki/System/NatEditPlugin">
  <title>NatEditPlugin</title>
  <link>https://tomshiro.org/foswiki/System/NatEditPlugin</link>
  <description>Natural Edit Plugin Description The NatEdit is an wiki editor that helps in learning the TML Language by providing a GUI. By design, this is not a wysiwyg editor... (last changed by CharlesShapiro)</description>
  <dc:date>2026-03-29T22:05:06Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.CharlesShapiro">
      <rdf:value>CharlesShapiro</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/NatEditHelpText">
  <title>NatEditHelpText</title>
  <link>https://tomshiro.org/foswiki/System/NatEditHelpText</link>
  <description>NatEditHelpText Help text for the NatEditPlugin editor About the editor This edit interface is available in two different modes: (1) WYSIWYG (what you see is what... (last changed by CharlesShapiro)</description>
  <dc:date>2026-03-29T22:05:05Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.CharlesShapiro">
      <rdf:value>CharlesShapiro</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/ImageGalleryPlugin">
  <title>ImageGalleryPlugin</title>
  <link>https://tomshiro.org/foswiki/System/ImageGalleryPlugin</link>
  <description>ImageGalleryPlugin Description This plugin helps you in viewing pictures that are attached to a topic in a nice thumbnail gallery. Clicking on a thumbnail zooms... (last changed by ProjectContributor)</description>
  <dc:date>2026-03-16T15:10:44Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/CacheContrib">
  <title>CacheContrib</title>
  <link>https://tomshiro.org/foswiki/System/CacheContrib</link>
  <description>CacheContrib Description This package is used by other extensions in need of caching services. This specific cache stores data for a short period time, e.g. one ... (last changed by ProjectContributor)</description>
  <dc:date>2026-03-16T13:59:59Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/JsonRpcContrib">
  <title>JsonRpcContrib</title>
  <link>https://tomshiro.org/foswiki/System/JsonRpcContrib</link>
  <description>JsonRpcContrib Summary This package implements a JSON RPC 2.0 protocol to interface with Foswiki and its plugins. In contrast to the normal REST interface of Fo... (last changed by ProjectContributor)</description>
  <dc:date>2026-03-15T09:05:45Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/WysiwygPlugin">
  <title>WysiwygPlugin</title>
  <link>https://tomshiro.org/foswiki/System/WysiwygPlugin</link>
  <description>Wysiwyg Plugin Support for the integration of WYSIWYG (What You See Is What You Get) editors. On its own, the only thing this plugin gives you is a stand alone HT... (last changed by ProjectContributor)</description>
  <dc:date>2026-02-12T17:24:40Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/UpdatesPlugin">
  <title>UpdatesPlugin</title>
  <link>https://tomshiro.org/foswiki/System/UpdatesPlugin</link>
  <description>UpdatesPlugin Checks Foswiki.org for updates This plugin is used to keep administrators informed of updates to their installed extensions via a pop up message at ... (last changed by ProjectContributor)</description>
  <dc:date>2026-01-16T17:23:20Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/TwistyPlugin">
  <title>TwistyPlugin</title>
  <link>https://tomshiro.org/foswiki/System/TwistyPlugin</link>
  <description>TwistyPlugin A "twisty" is an interface toggle control to show and hide content. TwistyPlugin gives you several options to control the appearance of a twisty: ... (last changed by ProjectContributor)</description>
  <dc:date>2026-01-16T12:08:24Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/CommentPlugin">
  <title>CommentPlugin</title>
  <link>https://tomshiro.org/foswiki/System/CommentPlugin</link>
  <description>Comment Plugin Comment Plugin lets users quickly post comments to a page without an edit/preview/save cycle. Related topics: CommentPluginTemplates, .CommentPlugi... (last changed by ProjectContributor)</description>
  <dc:date>2026-01-16T09:55:59Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/TablePlugin">
  <title>TablePlugin</title>
  <link>https://tomshiro.org/foswiki/System/TablePlugin</link>
  <description>Table Plugin Gives extra control of table display: * Sorting * Setting visual table properties like border width, cell spacing and cell padding * Setting... (last changed by ProjectContributor)</description>
  <dc:date>2026-01-16T09:02:06Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/CommentPluginTemplate">
  <title>CommentPluginTemplate</title>
  <link>https://tomshiro.org/foswiki/System/CommentPluginTemplate</link>
  <description>Templates for CommentPlugin See CommentPlugin: Customisation for help. While this topic can be viewed as a topic, it is used by the CommentPlugin as a template fi... (last changed by ProjectContributor)</description>
  <dc:date>2025-07-03T12:21:59Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/UsersTemplate">
  <title>UsersTemplate</title>
  <link>https://tomshiro.org/foswiki/System/UsersTemplate</link>
  <description>List of Foswiki users Below is a list of users with accounts. If you want to edit topics or see protected areas of the site then you can get added to the list by ... (last changed by ProjectContributor)</description>
  <dc:date>2024-11-25T17:10:37Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/ManagingUsers">
  <title>ManagingUsers</title>
  <link>https://tomshiro.org/foswiki/System/ManagingUsers</link>
  <description>Manage Users Register users on your Foswiki site; change/reset/install passwords; remove user accounts Some of the features below may be disabled, depending on ... (last changed by ProjectContributor)</description>
  <dc:date>2024-09-24T08:58:25Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/VarTABLE">
  <title>VarTABLE</title>
  <link>https://tomshiro.org/foswiki/System/VarTABLE</link>
  <description>TABLE control attributes of tables and sorting of table columns The %TABLE{}% macro is handled by the TablePlugin Attributes for tables Parameter ... (last changed by ProjectContributor)</description>
  <dc:date>2022-06-22T11:57:52Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/VarTWISTYHIDE">
  <title>VarTWISTYHIDE</title>
  <link>https://tomshiro.org/foswiki/System/VarTWISTYHIDE</link>
  <description>TWISTYHIDE Hide/close link Parameters Parameter Description Default id Used to link TWISTYSHOW, TWISTYHIDE and TWISTYTOGGLE required ... (last changed by ProjectContributor)</description>
  <dc:date>2022-06-17T12:27:48Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="https://tomshiro.org/foswiki/System/VarTWISTYSHOW">
  <title>VarTWISTYSHOW</title>
  <link>https://tomshiro.org/foswiki/System/VarTWISTYSHOW</link>
  <description>TWISTYSHOW Show/open link Parameters Parameter Description Default id Used to link TWISTYSHOW, TWISTYHIDE and TWISTYTOGGLE required ... (last changed by ProjectContributor)</description>
  <dc:date>2022-06-17T12:27:48Z</dc:date>
  <dc:contributor>
    <rdf:Description link="https://tomshiro.org/foswiki?topic=Main.ProjectContributor">
      <rdf:value>ProjectContributor</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<!-- <ul>
<li> Set SKIN = rss
</li> <li> Set COVER = rss
</li></ul> 
-->
</rdf:RDF>