<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <language>en-us</language>
    <title>Tiki RSS feed for the wiki pages</title>
    <description>Latest wiki page changes.</description>
    <image>
      <url>https://themes.tiki.org/img/tiki/Tiki_WCG.png</url>
      <title>Feed logo</title>
      <link>https://themes.tiki.org/</link>
    </image>
    <pubDate>Sat, 05 Sep 2026 15:20:46 +0000</pubDate>
    <generator>Laminas_Feed_Writer 2 (https://getlaminas.org)</generator>
    <link>https://themes.tiki.org/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://themes.tiki.org/tiki-wiki_rss.php"/>
    <item>
      <title>CSS-Only Scroll-Triggered Animation</title>
      <description><![CDATA[<blockquote>- pasted into a PluginHTML in a wiki page (The author&#039;s YouTube video is <del class="diffchar deleted"><strong>[</strong></del>https://www.youtube.com/watch?v=onraoQExbHw&amp;t=8<del class="diffchar deleted"><strong>|</strong></del>here<del class="diffchar deleted"><strong>]</strong></del>). The original code contains a lot of CSS rules that overlap Bootstrap&#039;s rules, so some CSS was removed, except for what is needed for the animation because Tiki already has the rules for layout and styling, etc. A lot of the original CSS has been removed but it can be cleaned up some more. Another step could be to replace the HTML element syntax with wiki plugins.</blockquote><blockquote>+ pasted into a PluginHTML in a wiki page (The author&#039;s YouTube video is <ins class="diffchar inserted"><strong>&lt;a class=&quot;wiki external&quot; target=&quot;_blank&quot; title=&quot;External link&quot; href=&quot;</strong></ins>https://www.youtube.com/watch?v=onraoQExbHw&amp;<ins class="diffchar inserted"><strong>amp;</strong></ins>t=8<ins class="diffchar inserted"><strong>&quot; rel=&quot;external&quot;&gt;</strong></ins>here<ins class="diffchar inserted"><strong>&lt;/a&gt;&lt;span class=&quot;icon icon-link-external fas fa-external-link-alt &quot;   &gt;&lt;/span&gt;</strong></ins>). The original code contains a lot of CSS rules that overlap Bootstrap&#039;s rules, so some CSS was removed, except for what is needed for the animation because Tiki already has the rules for layout and styling, etc. A lot of the original CSS has been removed but it can be cleaned up some more. Another step could be to replace the HTML element syntax with wiki plugins.</blockquote>]]></description>
      <pubDate>Sun, 30 Aug 2026 09:24:21 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=CSS-Only+Scroll-Triggered+Animation</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=CSS-Only+Scroll-Triggered+Animation</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Organization of a theme's files</title>
      <description><![CDATA[<blockquote>-                     |_ mynewtheme.css<br>                    |_ newsletter.css <del class="diffchar deleted"><strong>(normally</strong></del> <del class="diffchar deleted"><strong>ge</strong></del>ne<del class="diffchar deleted"><strong>ra</strong></del>te<del class="diffchar deleted"><strong>d du</strong></del>r<del class="diffchar deleted"><strong>ing SCSS </strong></del>c<del class="diffchar deleted"><strong>ompiling)</strong></del></blockquote><blockquote>+ <ins class="diffchar inserted"><strong>                    |_ mynewtheme.scss<br>       </strong></ins>                    |_ mynewtheme.css<br>                    |_ newsletter.<ins class="diffchar inserted"><strong>s</strong></ins>css<ins class="diffchar inserted"><strong><br></strong></ins>  <ins class="diffchar inserted"><strong>                         |_ </strong></ins>ne<ins class="diffchar inserted"><strong>wslet</strong></ins>ter<ins class="diffchar inserted"><strong>.</strong></ins>c<ins class="diffchar inserted"><strong>ss</strong></ins></blockquote><blockquote>-                                   |_ mynewthemeoption.<del class="diffchar deleted"><strong>css<br>                             |_ </strong></del>scss (plus other standard directories if needed)</blockquote><blockquote>+ <ins class="diffchar inserted"><strong> </strong></ins>                                  |_ mynewthemeoption.scss (plus other standard directories if needed)<ins class="diffchar inserted"><strong><br>                                         |_ mynewthemeoption.css</strong></ins></blockquote><blockquote>- <del class="diffchar deleted"><strong>                    |_ mynewtheme.scss<br></strong></del>                    |_ _tiki-<del class="diffchar deleted"><strong>variab</strong></del>les.scss</blockquote><blockquote>+                     |_ _tiki-<ins class="diffchar inserted"><strong>se</strong></ins>le<ins class="diffchar inserted"><strong>ctor</strong></ins>s.scss</blockquote><blockquote>-                     |_ newsletter.scss</blockquote>]]></description>
      <pubDate>Tue, 18 Aug 2026 02:40:25 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=Organization+of+a+theme%27s+files</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=Organization+of+a+theme%27s+files</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Test-Footer</title>
      <description><![CDATA[<blockquote>+ </blockquote><blockquote>+ <p><style></blockquote><blockquote>+ .tkwkfooter .icon-link-external,</blockquote><blockquote>+ .tkwkfooter .icon-link {</blockquote><blockquote>+     display: none;</blockquote><blockquote>+ }</blockquote><blockquote>+ .icon-x::before {</blockquote><blockquote>+     content: "";</blockquote><blockquote>+     display: inline-block;</blockquote><blockquote>+     width: 18px;</blockquote><blockquote>+     height: 18px;</blockquote><blockquote>+     margin-right: 6px;</blockquote><blockquote>+     vertical-align: -2px;</blockquote><blockquote>+     background-image: url("https://abs.twimg.com/favicons/twitter.3.ico");</blockquote><blockquote>+     background-size: contain;</blockquote><blockquote>+     background-repeat: no-repeat;</blockquote><blockquote>+ }</blockquote><blockquote>+ </p></blockquote><blockquote>+ </blockquote><blockquote>+ <p>/* Theme-aware link colors using Bootstrap CSS variables */</blockquote><blockquote>+ .tkwkfooter a:not(.btn) {</blockquote><blockquote>+     color: var(--bs-secondary-color);</blockquote><blockquote>+     text-decoration: none;</blockquote><blockquote>+     transition: color 0.15s ease-in-out;</blockquote><blockquote>+ }</blockquote><blockquote>+ .tkwkfooter a:not(.btn):hover,</blockquote><blockquote>+ .tkwkfooter a:not(.btn):focus {</blockquote><blockquote>+     color: var(--bs-emphasis-color);</blockquote><blockquote>+     text-decoration: underline;</blockquote><blockquote>+     transition: color 0.15s ease-in-out;</blockquote><blockquote>+ }</blockquote><blockquote>+ </p></blockquote><blockquote>+ </blockquote><blockquote>+ <p>.tkwkfooter .fw-medium {</blockquote><blockquote>+     color: var(--bs-emphasis-color) !important;</blockquote><blockquote>+ }</blockquote><blockquote>+ </style></blockquote><blockquote>+ </p></blockquote><blockquote>+ </blockquote><blockquote>+ <p></blockquote><blockquote>+ </p></blockquote><blockquote>+ <div class='container-fluid pb-5 pb-md-6 tkwkfooter'></blockquote><blockquote>+ <p><strong>Themes Tiki</strong> the community hub for Tiki Wiki CMS themes — a marketplace, <br /> design resources, and documentation for theme authors.</blockquote><blockquote>+ <br />    {DIV(class="row g-4")}</blockquote><blockquote>+ </p></blockquote><blockquote>+ </blockquote><blockquote>+ <p>        {DIV(class="col-lg-3 col-md-6")}</blockquote><blockquote>+ <br />            {DIV(class="fs-5 fw-medium mb-3")}Quick Links{DIV}</blockquote><blockquote>+ <br />            {DIV(class="fs-6 d-flex flex-column gap-2")}<a href="Themes" title="Themes" class="wiki wiki_page">Homepage</a><a href="About" title="Styling Tiki" class="wiki wiki_page">About</a><a href="Included-themes" title="Included themes" class="wiki wiki_page">Browse themes</a><a href="Marketplace-Themes" title="Marketplace Themes" class="wiki wiki_page">Marketplace themes</a>{DIV}</blockquote><blockquote>+ <br />        {DIV}</blockquote><blockquote>+ <br />        {DIV(class="col-lg-3 col-md-6")}</blockquote><blockquote>+ <br />            {DIV(class="fs-5 fw-medium mb-3")}About Tiki{DIV}</blockquote><blockquote>+ <br />            {DIV(class="fs-6 d-flex flex-column gap-2")}<a class="wiki external" target="_blank" title="External link" href="https://tiki.org/tiki-view_articles.php" rel="external">News</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Download" rel="external">Download</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Demo" rel="external">Demo</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Features" rel="external">Features</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Tiki-Software-Community-Association" rel="external">Tiki Association</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Contact-Us" rel="external">Contact Tiki</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Contribute-to-Tiki" rel="external">Donation</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span>{DIV}</blockquote><blockquote>+ <br />        {DIV}</blockquote><blockquote>+ <br />        {DIV(class="col-lg-3 col-md-6")}</blockquote><blockquote>+ <br />            {DIV(class="fs-5 fw-medium mb-3")}Projects{DIV}</blockquote><blockquote>+ <br />            {DIV(class="fs-6 d-flex flex-column gap-2")}<a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Community" rel="external">Community</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://dev.tiki.org" rel="external">Development</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://doc.tiki.org" rel="external">Documentation</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a href="Themes" title="Themes" class="wiki wiki_page">Themes</a><a class="wiki external" target="_blank" title="External link" href="https://profiles.tiki.org" rel="external">Profiles</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://security.tiki.org" rel="external">Security</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span>{DIV}</blockquote><blockquote>+ <br />        {DIV}</blockquote><blockquote>+ <br />        {DIV(class="col-lg-3 col-md-6")}</blockquote><blockquote>+ <br />            {DIV(class="fs-5 fw-medium mb-3")}Tiki Community{DIV}</blockquote><blockquote>+ <br />            {DIV(class="fs-6 d-flex flex-column gap-2")}<a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Community" rel="external">Our Community</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Model" rel="external">Model</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/tiki-register.php" rel="external">Join Tiki</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://dev.tiki.org/Make-a-wish" rel="external">Feature request / Bug report</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Featured-Tikis" rel="external">Featured Tikis</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/events" rel="external">Events</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/TikiMovies" rel="external">Videos</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span>{DIV}</blockquote><blockquote>+ </p></blockquote><blockquote>+             {DIV(class="fs-5 fw-medium mb-3 mt-4")}Support</div></blockquote><blockquote>+             <div class='fs-6 d-flex flex-column gap-2'><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/tiki-forums.php" rel="external">Forums</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://gitter.im/tiki-org/community" rel="external">Chat</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://doc.tiki.org" rel="external">Documentation</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Mailing-lists" rel="external">Mailing lists</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://doc.tiki.org/faqs" rel="external">FAQs</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Consultants" rel="external">Consultants</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span></div></blockquote><blockquote>+ <p>        {DIV}</blockquote><blockquote>+ <br />    {DIV}</blockquote><blockquote>+ </p></blockquote><blockquote>+ <hr /></blockquote><blockquote>+ <div class='text-center text-sm-start'> <strong>Network</strong></div></blockquote><blockquote>+ <div class='row d-flex align-items-center justify-content-center text-center text-md-start g-3'></blockquote><blockquote>+     <div class='col-12 col-md-7 mb-3 mb-md-0 px-3 d-flex flex-column align-items-center align-items-md-start'></blockquote><blockquote>+         <div class='d-flex flex-wrap justify-content-center justify-content-md-start gap-2'><a class="btn btn-none btn btn-outline-secondary rounded-pill icon-x" target="" role="button" data-role="button" data-inline="true"  href="https://twitter.com/tikiwiki">X</a><a class="btn btn-none btn btn-outline-secondary rounded-pill" target="" role="button" data-role="button" data-inline="true"  title="Facebook" href="https://www.facebook.com/groups/6607687318/"><span class="icon icon-facebook-f fab fa-facebook-f "   ></span> Facebook</a><a class="btn btn-none btn btn-outline-secondary rounded-pill" target="" role="button" data-role="button" data-inline="true"  title="LinkedIn" href="https://www.linkedin.com/groups/118987/"><span class="icon icon-linkedin-in fab fa-linkedin-in "   ></span> LinkedIn</a><a class="btn btn-none btn btn-outline-secondary rounded-pill" target="" role="button" data-role="button" data-inline="true"  href="https://www.openhub.net/p/tikiwiki">OpenHub</a><a class="btn btn-none btn btn-outline-secondary rounded-pill" target="" role="button" data-role="button" data-inline="true"  title="YouTube" href="https://www.youtube.com/results?search_query=tikiwiki+cms"><span class="icon icon-youtube fab fa-youtube "   ></span> YouTube</a></blockquote><blockquote>+         </div></blockquote><blockquote>+     </div></blockquote><blockquote>+     <div class='col-12 col-sm-6 col-lg-5 d-flex flex-row flex-nowrap justify-content-center justify-content-sm-end align-items-center gap-1'><a class="wiki external" target="_blank" title="External link" href="https://evoludata.com" rel="external" ><img src="https://evoludata.com/display22" loading="lazy"  height="auto" width="180" class="img-fluid regImage pluginImg " data-src="https://evoludata.com/display22" title="Tiki's development largely sponsored thanks to EvoluData.com" alt="EvoluData logo" /></a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://gitlab.com/tikiwiki/tiki" rel="external" ><img src="https://images.ctfassets.net/xz1dnu24egyd/7t8wRWcEslsDvgHoLE9K4T/faed1fce309bd59862467551cb72450a/gitlab-logo-200.png" loading="lazy"  height="auto" width="180" class="img-fluid bg-dark regImage pluginImg " data-src="https://images.ctfassets.net/xz1dnu24egyd/7t8wRWcEslsDvgHoLE9K4T/faed1fce309bd59862467551cb72450a/gitlab-logo-200.png" title="Tiki's development files repository is at GitLab.com" alt="GitLab.com logo" /></a><span class="icon icon-link-external fas fa-external-link-alt "   ></span><a class="wiki external" target="_blank" title="External link" href="https://sourceforge.net/projects/tikiwiki" rel="external" ><img src="https://sflogo.sourceforge.net/sflogo.php?group_id=64258&type=11" loading="lazy"  height="auto" width="180" class="img-fluid regImage pluginImg " data-src="https://sflogo.sourceforge.net/sflogo.php?group_id=64258&type=11" title="Tiki Wiki CMS Groupware releases and mailing lists are available at SourceForge.net." alt="Sourceforge.net logo" /></a><span class="icon icon-link-external fas fa-external-link-alt "   ></span></div></blockquote><blockquote>+ </div></blockquote><blockquote>+ <hr /></blockquote><blockquote>+     <div class='row'></blockquote><blockquote>+         <div class='col-md-8 text-center text-md-start mb-3 mb-md-0 px-3'></blockquote><blockquote>+ <p>Tiki® and TikiWiki® are registered trademarks of the  <a class="wiki external" target="_blank" title="External link" href="https://tiki.org/Tiki-Software-Community-Association" rel="external">Tiki Software Community Association.</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span> &mdash; Tiki Themes <span class="current-year"></span></blockquote><blockquote>+ </p></blockquote><blockquote>+         </div></blockquote><blockquote>+         <div class='col-md-4 text-center text-md-end px-3'></blockquote><blockquote>+ <p>            <a class="wiki external" target="_blank" title="External link" href="https://tiki.org/terms-of-service" rel="external">Terms of Service</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span>  |  <a class="wiki external" target="_blank" title="External link" href="https://tiki.org/privacy-policy" rel="external">Privacy Policy</a><span class="icon icon-link-external fas fa-external-link-alt "   ></span></blockquote><blockquote>+ </p></blockquote><blockquote>+         </div></blockquote><blockquote>+     </div></blockquote><blockquote>+ <p>{DIV}</blockquote><blockquote>+ </p></blockquote><blockquote>+ </blockquote><blockquote>+ <p></blockquote><blockquote>+ <br /></blockquote><blockquote>+ <br /><script type="text/javascript"></blockquote><blockquote>+ document.addEventListener("DOMContentLoaded", function() {</blockquote><blockquote>+     var yearElements = document.querySelectorAll(".current-year");</blockquote><blockquote>+     var currentYear = new Date().getFullYear();</blockquote><blockquote>+     </blockquote><blockquote>+     yearElements.forEach(function(el) {</blockquote><blockquote>+         el.textContent = currentYear;</blockquote><blockquote>+     });</blockquote><blockquote>+ });</blockquote><blockquote>+ </script></p></blockquote><blockquote>+ </blockquote>]]></description>
      <pubDate>Sun, 16 Aug 2026 02:02:19 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=Test-Footer</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=Test-Footer</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>RecipeRestoreCss</title>
      <description><![CDATA[<blockquote>- <br />{REMARKBOX(type="warning")}</blockquote><blockquote>- <br />    This has been removed since <a target="_blank" class="wiki external"  href="https://www.doc.tiki.org/tiki31">https://www.doc.tiki.org/tiki31<span class="icon icon-link-external fas fa-external-link-alt "   ></span></a></blockquote><blockquote>- <br />{REMARKBOX}</blockquote><blockquote>+ <div  class="alert alert-warning alert-dismissible" role="alert"><button type="button" id="btn-close" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button><span class="icon icon-warning fas fa-exclamation-triangle "   ></span><div class="rboxcontent" style="display: inline"></blockquote><blockquote>+ <p>    This has been removed since <a target="_blank" class="wiki external"  href="https://www.doc.tiki.org/tiki31">https://www.doc.tiki.org/tiki31<span class="icon icon-link-external fas fa-external-link-alt "   ></span></a></blockquote><blockquote>+ </p></blockquote><blockquote>+  </div></div></blockquote><blockquote>+ </blockquote><blockquote>+ </blockquote><blockquote>- &lt;div class=&quot;codecaption&quot;&gt;bin/stripcomments.pl&lt;/div&gt;&lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<del class="diffchar deleted"><strong>4</strong></del>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<del class="diffchar deleted"><strong>4</strong></del>&quot; &gt;&lt;div class=&quot;code&quot;&gt;#!/usr/bin/perl</blockquote><blockquote>+ &lt;div class=&quot;codecaption&quot;&gt;bin/stripcomments.pl&lt;/div&gt;&lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<ins class="diffchar inserted"><strong>1</strong></ins>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<ins class="diffchar inserted"><strong>1</strong></ins>&quot; &gt;&lt;div class=&quot;code&quot;&gt;#!/usr/bin/perl</blockquote><blockquote>- &lt;div class=&quot;codecaption&quot;&gt;bin/stripbraces.pl&lt;/div&gt;&lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<del class="diffchar deleted"><strong>5</strong></del>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<del class="diffchar deleted"><strong>5</strong></del>&quot; &gt;&lt;div class=&quot;code&quot;&gt;#!/usr/bin/perl</blockquote><blockquote>+ &lt;div class=&quot;codecaption&quot;&gt;bin/stripbraces.pl&lt;/div&gt;&lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<ins class="diffchar inserted"><strong>2</strong></ins>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<ins class="diffchar inserted"><strong>2</strong></ins>&quot; &gt;&lt;div class=&quot;code&quot;&gt;#!/usr/bin/perl</blockquote><blockquote>- &lt;div class=&quot;codecaption&quot;&gt;bin/csscheck.sh&lt;/div&gt;&lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<del class="diffchar deleted"><strong>6</strong></del>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<del class="diffchar deleted"><strong>6</strong></del>&quot; &gt;&lt;div class=&quot;code&quot;&gt;#!/bin/bash</blockquote><blockquote>+ &lt;div class=&quot;codecaption&quot;&gt;bin/csscheck.sh&lt;/div&gt;&lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<ins class="diffchar inserted"><strong>3</strong></ins>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<ins class="diffchar inserted"><strong>3</strong></ins>&quot; &gt;&lt;div class=&quot;code&quot;&gt;#!/bin/bash</blockquote>]]></description>
      <pubDate>Thu, 13 Aug 2026 13:12:20 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=RecipeRestoreCss</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=RecipeRestoreCss</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Key_Info</title>
      <description><![CDATA[<blockquote>- &lt;style&gt;.key-info .box-last_blog_posts ol {list-style-type: disc;} .key-info .box-last_blog_posts .date {display: none;} &lt;/style&gt;&lt;div class=&#039;card module mb-3 key-info&#039;&gt;&lt;div class=&#039;row g-<br>&#039;&gt;&lt;div class=&#039;col-md-6 text-center&#039;&gt; &lt;img src=&quot;dl<del class="diffchar deleted"><strong>4</strong></del>3<del class="diffchar deleted"><strong>8</strong></del>?display&amp;format=png&amp;quality=75&quot; loading=&quot;lazy&quot;  width=&quot;6<br><br>&quot; height=&quot;<del class="diffchar deleted"><strong>79</strong></del><br>&quot; class=&quot;img-fluid regImage pluginImg<del class="diffchar deleted"><strong>4</strong></del>3<del class="diffchar deleted"><strong>8</strong></del> &quot; data-src=&quot;dl<del class="diffchar deleted"><strong>4</strong></del>3<del class="diffchar deleted"><strong>8</strong></del>?display&amp;format=png&amp;quality=75&quot; alt=&quot;Image&quot; /&gt;&lt;br /&gt;&lt;div style=&quot;position:relative&quot; class=&#039;my-3&#039;&gt;&lt;button type=&quot;button&quot; class=&quot;btn btn-primary&quot;&gt;&lt;a href=&quot;Included themes&quot;  class=&quot;text-white&quot;&gt;Included theme - See all&lt;/a&gt;&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&#039;col-md-6&#039;&gt;&lt;div class=&#039;card-body&#039;&gt;</blockquote><blockquote>+ &lt;style&gt;.key-info .box-last_blog_posts ol {list-style-type: disc;} .key-info .box-last_blog_posts .date {display: none;} &lt;/style&gt;&lt;div class=&#039;card module mb-3 key-info&#039;&gt;&lt;div class=&#039;row g-<br>&#039;&gt;&lt;div class=&#039;col-md-6 text-center&#039;&gt; &lt;img src=&quot;dl3<ins class="diffchar inserted"><strong>96</strong></ins>?display&amp;format=png&amp;quality=75&quot; loading=&quot;lazy&quot;  width=&quot;6<br><br>&quot; height=&quot;<ins class="diffchar inserted"><strong>8</strong></ins><br><ins class="diffchar inserted"><strong>8</strong></ins>&quot; class=&quot;img-fluid regImage pluginImg3<ins class="diffchar inserted"><strong>96</strong></ins> &quot; data-src=&quot;dl3<ins class="diffchar inserted"><strong>96</strong></ins>?display&amp;format=png&amp;quality=75&quot; alt=&quot;Image&quot; /&gt;&lt;br /&gt;&lt;div style=&quot;position:relative&quot; class=&#039;my-3&#039;&gt;&lt;button type=&quot;button&quot; class=&quot;btn btn-primary&quot;&gt;&lt;a href=&quot;Included themes&quot;  class=&quot;text-white&quot;&gt;Included theme - See all&lt;/a&gt;&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&#039;col-md-6&#039;&gt;&lt;div class=&#039;card-body&#039;&gt;</blockquote><blockquote>- &lt;ul&gt;&lt;li&gt; &lt;a href=&quot;Kingdom&quot; title=&quot;Kingdom&quot; class=&quot;wiki wiki_page&quot;&gt;Introducing a new theme <del class="diffchar deleted"><strong>&amp;mdash;</strong></del> Kingdom&lt;/a&gt;</blockquote><blockquote>+ &lt;ul&gt;&lt;li&gt; &lt;a href=&quot;Kingdom&quot; title=&quot;Kingdom&quot; class=&quot;wiki wiki_page&quot;&gt;Introducing a new theme <ins class="diffchar inserted"><strong>—</strong></ins> Kingdom&lt;/a&gt;</blockquote><blockquote>-             &lt;div id=&quot;module_wikiplugin_<del class="diffchar deleted"><strong>2</strong></del>&quot; style=&quot;&quot;</blockquote><blockquote>+             &lt;div id=&quot;module_wikiplugin_<ins class="diffchar inserted"><strong>1</strong></ins>&quot; style=&quot;&quot;</blockquote><blockquote>-                 &lt;div id=&quot;mod-last_blog_posts_wp_<del class="diffchar deleted"><strong>2</strong></del>&quot;&gt;</blockquote><blockquote>+                 &lt;div id=&quot;mod-last_blog_posts_wp_<ins class="diffchar inserted"><strong>1</strong></ins>&quot;&gt;</blockquote>]]></description>
      <pubDate>Mon, 10 Aug 2026 13:08:37 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=Key_Info</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=Key_Info</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Tikiben</title>
      <description><![CDATA[<blockquote>-             &lt;p&gt;The Tikiben theme <del class="diffchar deleted"><strong>w</strong></del>i<del class="diffchar deleted"><strong>ll be</strong></del> available in Tiki version 3<br><del class="diffchar deleted"><strong>. In the meantime</strong></del>, <del class="diffchar deleted"><strong>it can be checked out at &lt;a h</strong></del>re<del class="diffchar deleted"><strong>f=&quot;https://trunkthemes.tiki.org/Tikiben&quot; target=&quot;_b</strong></del>l<del class="diffchar deleted"><strong>ank&quot;&gt;trunkth</strong></del>e<del class="diffchar deleted"><strong>mes.tiki.org/Tikiben&lt;/</strong></del>a<del class="diffchar deleted"><strong>&gt;. (The page will be available after that </strong></del>s<del class="diffchar deleted"><strong>it</strong></del>e<del class="diffchar deleted"><strong> up</strong></del>d<del class="diffchar deleted"><strong>ates,</strong></del> <del class="diffchar deleted"><strong>and the theme will need t</strong></del>o<del class="diffchar deleted"><strong> be cha</strong></del>n<del class="diffchar deleted"><strong>ged</strong></del> <del class="diffchar deleted"><strong>there with the Switch Theme mod</strong></del>ul<del class="diffchar deleted"><strong>e</strong></del> <del class="diffchar deleted"><strong>in</strong></del> <del class="diffchar deleted"><strong>the page footer.)</strong></del></blockquote><blockquote>+             &lt;p&gt;The Tikiben theme i<ins class="diffchar inserted"><strong>s</strong></ins> available in Tiki version 3<br>, released on <ins class="diffchar inserted"><strong>J</strong></ins>ul<ins class="diffchar inserted"><strong>y</strong></ins> <ins class="diffchar inserted"><strong>26,</strong></ins> <ins class="diffchar inserted"><strong>2<br>26,</strong></ins></blockquote>]]></description>
      <pubDate>Tue, 28 Jul 2026 02:22:40 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=Tikiben</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=Tikiben</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>PageBanner</title>
      <description><![CDATA[<blockquote>+   background-color: var(--bs-body-bg);</blockquote><blockquote>+   color: var(--bs-body-color);</blockquote><blockquote>+   border-color: var(--bs-border-color);</blockquote><blockquote>-       class=&quot;carousel-control-prev-icon&quot;</blockquote><blockquote>+       class=&quot;carousel-control-prev-icon<ins class="diffchar inserted"><strong> btn btn-dark</strong></ins>&quot;</blockquote><blockquote>-     class=&quot;carousel-control-next&quot;</blockquote><blockquote>+     class=&quot;carousel-control-next<ins class="diffchar inserted"><strong> </strong></ins>&quot;</blockquote><blockquote>-       class=&quot;carousel-control-next-icon&quot;</blockquote><blockquote>+       class=&quot;carousel-control-next-icon<ins class="diffchar inserted"><strong> btn btn-dark</strong></ins>&quot;</blockquote>]]></description>
      <pubDate>Mon, 27 Jul 2026 02:11:04 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=PageBanner</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=PageBanner</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>CSS Tricks</title>
      <description><![CDATA[<blockquote>- &lt;p&gt;&lt;div id=&#039;toc&#039;&gt;&lt;div id=&#039;toctitle&#039;&gt;&lt;h3&gt;Table of contents&lt;/h3&gt;&lt;/div&gt;&lt;ul class=&quot;toc&quot;&gt;&lt;ul&gt;&lt;/ul&gt;&lt;!--toc--&gt;&lt;/div&gt;</blockquote><blockquote>+ &lt;p&gt;&lt;div id=&#039;toc&#039;&gt;&lt;div id=&#039;toctitle&#039;&gt;&lt;h3&gt;Table of contents&lt;/h3&gt;&lt;/div&gt;&lt;ul class=&quot;toc&quot;&gt;&lt;<ins class="diffchar inserted"><strong>ul&gt;&lt;li&gt;&lt;a href=&#039;#How_to_indicate_and_visually_distinguish_certain_external_links&#039; class=&#039;link&#039;&gt; How to indicate and visually distinguish certain external links&lt;/a&gt;<br>&lt;/li&gt;&lt;li&gt;&lt;a href=&#039;#Related&#039; class=&#039;link&#039;&gt; Related&lt;/a&gt;&lt;/li&gt;&lt;/</strong></ins>ul&gt;&lt;/ul&gt;&lt;!--toc--&gt;&lt;/div&gt;</blockquote><blockquote>- &lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<del class="diffchar deleted"><strong>9</strong></del>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-syntax=&quot;css&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<del class="diffchar deleted"><strong>9</strong></del>&quot; &gt;&lt;div class=&quot;code&quot;&gt;a[href^=&amp;quot;http://sub.domain&amp;quot;],</blockquote><blockquote>+ &lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<ins class="diffchar inserted"><strong>7</strong></ins>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-syntax=&quot;css&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<ins class="diffchar inserted"><strong>7</strong></ins>&quot; &gt;&lt;div class=&quot;code&quot;&gt;a[href^=&amp;quot;http://sub.domain&amp;quot;],</blockquote><blockquote>- &lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<del class="diffchar deleted"><strong>1<br></strong></del>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-syntax=&quot;css&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<del class="diffchar deleted"><strong>1<br></strong></del>&quot; &gt;&lt;div class=&quot;code&quot;&gt;a[href^=&amp;quot;http://dev.tiki&amp;quot;],</blockquote><blockquote>+ &lt;div class=&quot;codelisting_container&quot;&gt;&lt;div class=&quot;icon_copy_code far fa-clipboard&quot; tabindex=&quot;<br>&quot;  data-clipboard-target=&quot;#codebox<ins class="diffchar inserted"><strong>8</strong></ins>&quot; &gt;&lt;span class=&quot;copy_code_tooltiptext&quot;&gt;Copy to clipboard&lt;/span&gt;&lt;/div&gt;&lt;pre class=&quot;codelisting&quot;  data-theme=&quot;off&quot;  data-syntax=&quot;css&quot;  data-wrap=&quot;1&quot;  dir=&quot;ltr&quot;  style=&quot;white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;&quot; id=&quot;codebox<ins class="diffchar inserted"><strong>8</strong></ins>&quot; &gt;&lt;div class=&quot;code&quot;&gt;a[href^=&amp;quot;http://dev.tiki&amp;quot;],</blockquote><blockquote>+ </li><li> <a href="Sample-Buttons" title="Sample Buttons" class="wiki wiki_page">Sample Buttons</a></blockquote>]]></description>
      <pubDate>Sat, 18 Jul 2026 13:46:40 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=CSS+Tricks</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=CSS+Tricks</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Shared_t_o_footer</title>
      <description><![CDATA[<blockquote>- <del class="diffchar deleted"><strong> </strong></del>&lt;style&gt;.main-footer {background: #<br><br><br>; } .main-footer .twfooter .card {border: none; background: transparent; } .twfooter h4 { font-size: 1.2rem; margin-bottom: <br>; color: #fff; } .twfooter ul { list-style: none; padding-left: <br>; } .twfooter .icon-link-external, .twfooter .icon-link {display: none; } .twfooter {color: #fff; } .main-footer .twfooter  a, .main-footer .twfooter a:visited, .main-footer .twfooter .dropdown-item { color: #fff !important; }&lt;/style&gt;&lt;div class=&quot;twfooter&quot;&gt;&lt;div class=&quot;row&quot;&gt;&lt;div class=&quot;col&quot;&gt;&lt;div class=&quot;card&quot;&gt;</blockquote><blockquote>+ &lt;style&gt;.main-footer {background: #<br><br><br>; } .main-footer .twfooter .card {border: none; background: transparent; } .twfooter h4 { font-size: 1.2rem; margin-bottom: <br>; color: #fff; } .twfooter ul { list-style: none; padding-left: <br>; } .twfooter .icon-link-external, .twfooter .icon-link {display: none; } .twfooter {color: #fff; } .main-footer .twfooter  a, .main-footer .twfooter a:visited, .main-footer .twfooter .dropdown-item { color: #fff !important; }&lt;/style&gt;&lt;div class=&quot;twfooter&quot;&gt;&lt;div class=&quot;row&quot;&gt;&lt;div class=&quot;col&quot;&gt;&lt;div class=&quot;card&quot;&gt;</blockquote><blockquote>- &lt;/li&gt;&lt;li&gt; &lt;a class=&quot;wiki external&quot; target=&quot;_blank&quot; title=&quot;External link&quot; href=&quot;https://doc.tiki.org/<del class="diffchar deleted"><strong>Tutorials?structure=</strong></del>Tutorials&quot; rel=&quot;external&quot;&gt;Tutorials&lt;/a&gt;&lt;span class=&quot;icon icon-link-external fas fa-external-link-alt &quot;   &gt;&lt;/span&gt;</blockquote><blockquote>+ &lt;/li&gt;&lt;li&gt; &lt;a class=&quot;wiki external&quot; target=&quot;_blank&quot; title=&quot;External link&quot; href=&quot;https://doc.tiki.org/Tutorials&quot; rel=&quot;external&quot;&gt;Tutorials&lt;/a&gt;&lt;span class=&quot;icon icon-link-external fas fa-external-link-alt &quot;   &gt;&lt;/span&gt;</blockquote><blockquote>- &lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;row d-flex&quot;&gt;&lt;div class=&quot;col-sm-6 col-lg-8 d-flex align-items-en<del class="diffchar deleted"><strong>d pb-3</strong></del>&quot;&gt;&lt;span&gt;<br>Tiki® and TikiWiki® are registered trademarks of the  &lt;a ref=&quot;https://tiki.org/Tiki-Software-Community-Association&quot;&gt;Tiki Software Community Association&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-6<del class="diffchar deleted"><strong> </strong></del> col-lg-4 d-flex justify-content-<del class="diffchar deleted"><strong>en</strong></del>d align-items-end&quot;&gt; &lt;a href=&quot;https://gitlab.com/tikiwiki/tiki&quot;&gt;&lt;img src=&quot;https://images.ctfassets.net/xz1dnu24egyd/7t8wRWcEslsDvgHoLE9K4T/faed1fce3<br>9bd59862467551cb7245<br>a/gitlab-logo-2<br><br>.png&quot; width=&quot;2<br><br>&quot; height=&quot;auto&quot; class=&quot;img-fluid&quot; alt=&quot;GitLab.com logo&quot; title=&quot;Tiki&#039;s development files repository is at GitLab.com&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://sourceforge.net/projects/tikiwiki&quot;&gt;&lt;img src=&quot;https://sflogo.sourceforge.net/sflogo.php?group_id=64258&amp;amp;type=14&quot; width=&quot;15<br>&quot; height=&quot;4<br>&quot; class=&quot;img-fluid<del class="diffchar deleted"><strong> mb-3</strong></del>&quot; alt=&quot;Sourceforge.net logo&quot; title=&quot;Tiki Wiki CMS Groupware releases and mailing lists are available at SourceForge.net.&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</blockquote><blockquote>+ &lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;row d-flex<ins class="diffchar inserted"><strong> pb-3</strong></ins>&quot;&gt;&lt;div class=&quot;col-sm-6 col-lg-8 d-flex align-items-<ins class="diffchar inserted"><strong>c</strong></ins>en<ins class="diffchar inserted"><strong>ter</strong></ins>&quot;&gt;&lt;span&gt;<br>Tiki® and TikiWiki® are registered trademarks of the  &lt;a ref=&quot;https://tiki.org/Tiki-Software-Community-Association&quot;&gt;Tiki Software Community Association&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-6 col-lg-4 d-flex justify-content-<ins class="diffchar inserted"><strong>mi</strong></ins>d<ins class="diffchar inserted"><strong>dle</strong></ins> align-items-<ins class="diffchar inserted"><strong>c</strong></ins>en<ins class="diffchar inserted"><strong>ter&quot;&gt; &lt;a href=&quot;https://evolu</strong></ins>d<ins class="diffchar inserted"><strong>ata.com</strong></ins>&quot;&gt;<ins class="diffchar inserted"><strong>&lt;img</strong></ins> <ins class="diffchar inserted"><strong>src=&quot;https://evoludata.com/display22&quot; width=&quot;2<br><br>&quot; height=&quot;auto&quot; class=&quot;img-fluid&quot; alt=&quot;EvoluData logo&quot; title=&quot;Tiki&#039;s development largely sponsored thanks to EvoluData.com&quot;&gt;&lt;/a&gt;</strong></ins>&lt;a href=&quot;https://gitlab.com/tikiwiki/tiki&quot;&gt;&lt;img src=&quot;https://images.ctfassets.net/xz1dnu24egyd/7t8wRWcEslsDvgHoLE9K4T/faed1fce3<br>9bd59862467551cb7245<br>a/gitlab-logo-2<br><br>.png&quot; width=&quot;2<br><br>&quot; height=&quot;auto&quot; class=&quot;img-fluid&quot; alt=&quot;GitLab.com logo&quot; title=&quot;Tiki&#039;s development files repository is at GitLab.com&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://sourceforge.net/projects/tikiwiki&quot;&gt;&lt;img src=&quot;https://sflogo.sourceforge.net/sflogo.php?group_id=64258&amp;amp;type=14&quot; width=&quot;15<br>&quot; height=&quot;4<br>&quot; class=&quot;img-fluid&quot; alt=&quot;Sourceforge.net logo&quot; title=&quot;Tiki Wiki CMS Groupware releases and mailing lists are available at SourceForge.net.&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</blockquote>]]></description>
      <pubDate>Sat, 18 Jul 2026 13:34:34 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=Shared_t_o_footer</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=Shared_t_o_footer</guid>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>ListWikiExternal</title>
      <description><![CDATA[<blockquote>+ <p>            ! External Wiki Links</blockquote><blockquote>+ </p></blockquote><blockquote>+ </blockquote><blockquote>+ <p><a href="https://doc.tiki.org/External%20Wiki" class="wiki ext_page doc">External Wiki</a> links syntax can be used to quickly write links to our <strong>"sister sites"</strong> i.e. all "site.tiki.org" pages or other frequently used external sites using preconfigured prefixes where the syntax is the same as syntax for regular <a href="https://doc.tiki.org/wiki%20links" class="wiki ext_page doc">wiki links</a> but using a prefix separated by a colon followed by the page name expected at the target site. For example:</blockquote><blockquote>+ </p></blockquote><blockquote>+ <div class="codelisting_container"><div class="icon_copy_code far fa-clipboard" tabindex="0"  data-clipboard-target="#codebox11" ><span class="copy_code_tooltiptext">Copy to clipboard</span></div><pre class="codelisting"  data-theme="off"  data-wrap="1"  dir="ltr"  style="white-space:pre-wrap; overflow-wrap: break-word; word-wrap: break-word;" id="codebox11" ><div class="code">((doc:External Wiki))</div></pre></div></blockquote><blockquote>+ <p></blockquote><blockquote>+ <br />You can use the following prefixes on this site:</blockquote><blockquote>+ </p></blockquote><blockquote>+ <table class='normal'><thead><tr><th>Name</th><th>ExtWiki</th></tr></thead><tr><td class="odd">branding</td><td class="odd">https://branding.tiki.org/$page</td><tr><tr><td class="even">dev</td><td class="even">https://dev.tiki.org/$page</td><tr><tr><td class="odd">doc</td><td class="odd">https://doc.tiki.org/$page</td><tr><tr><td class="even">edu</td><td class="even">https://edu.tiki.org/tiki-index.php?page=$page</td><tr><tr><td class="odd">info</td><td class="odd">https://info.tiki.org/$page</td><tr><tr><td class="even">pr</td><td class="even">https://profiles.tiki.org/$page</td><tr><tr><td class="odd">profile</td><td class="odd">https://profiles.tiki.org/$page</td><tr><tr><td class="even">profiles</td><td class="even">https://profiles.tiki.org/$page</td><tr><tr><td class="odd">rev</td><td class="odd">https://sourceforge.net/p/tikiwiki/code/$page/</td><tr><tr><td class="even">trackers</td><td class="even">https://tikitrackers.org/$page</td><tr><tr><td class="odd">tw</td><td class="odd">https://tiki.org/$page</td><tr><tr><td class="even">userpage</td><td class="even">https://doc.tiki.org/UserPagespage</td><tr><tr><td class="odd">wide</td><td class="odd">https://de.wikipedia.org/wiki/$page</td><tr><tr><td class="even">wikisuite</td><td class="even">https://wikisuite.org/$page</td><tr><tr><td class="odd">wish</td><td class="odd">tiki-view_tracker_item.php?itemld=$page</td><tr><tr><td class="even">wp</td><td class="even">https://en.wikipedia.org/wiki/$page</td><tr></table></blockquote><blockquote>+ <p></blockquote><blockquote>+ </p></blockquote><blockquote>+ <h2 class="showhide_heading d-flex justify-content-start" id="Related">  Related<a href="#Related" class="heading-link" aria-label="heading link"><span class="icon icon-link fas fa-link "   ></span></a></h2></blockquote><blockquote>+ <ul><li> <a href="https://doc.tiki.org/External%20Wiki" class="wiki ext_page doc">External Wiki</a></li></ul></blockquote>]]></description>
      <pubDate>Tue, 30 Jun 2026 19:39:16 +0000</pubDate>
      <link>https://themes.tiki.org/tiki-index.php?page=ListWikiExternal</link>
      <guid>https://themes.tiki.org/tiki-index.php?page=ListWikiExternal</guid>
      <slash:comments>0</slash:comments>
    </item>
  </channel>
</rss>
