https://mia.phsz.ch/<web>/WebAtom
search=value parameter to the URL, e.g. https://mia.phsz.ch/System/WebAtom?search=plugin is a what's new feed about Plugins.
<title><nop>%WIKITOOLNAME%'s <nop>%BASEWEB% web</title>
<subtitle><literal>The %WEB% web of %WIKITOOLNAME%. %WEBSUMMARY%</literal></subtitle>
%INCLUDE{"%SYSTEMWEB%.WebAtomBase"}% <!--
* Set SKIN = rssatom
* Set COVER = rssatom
-->
Below part is included by each WebAtom topic:
%STARTINCLUDE%<link rel="self" type="application/atom+xml" href="%SCRIPTURL{"view"}%/%BASEWEB%/%BASETOPIC%"/>
<id>%SCRIPTURL{"view"}%/%BASEWEB%</id>
<rights>%WEBRSSCOPYRIGHT%</rights>%CALC{$SET(c,0)}%
%SEARCH{
"%URLPARAM{"search" encode="entities, quote" default=".*" }%"
decode="entities"
web="%URLPARAM{"web" encode="safe, quote" default="%BASEWEB%" }%"
excludetopic="%URLPARAM{"excludetopic" encode="safe, quote" default="%STATISTICSTOPIC%" }%"
type="%URLPARAM{"type" encode="safe, quote" default="regex" }%"
nosearch="on"
order="modified"
reverse="on"
nototal="on"
limit="%URLPARAM{"limit" encode="safe, quote" default="16" }%"
scope="%URLPARAM{"scope" encode="safe, quote" default="text" }%"
casesensitive="%URLPARAM{"casesensitive" encode="safe, quote" default="on" }%"
date="%URLPARAM{"date" encode="safe, quote" default="" }%"
format="$percentCALC{$IF($GET(c)>0, , <updated>$isodate</updated>$CHAR(10))$SETM(c, +1)}$percent<entry>$n <title>$topic</title>$n <link rel=\"alternate\" type=\"text/html\" href=\"%SCRIPTURL{"view"}%/$web/$topic?t=$isodate\"/>$n <id>%SCRIPTURL{"view"}%/$web/$topic</id>$n <updated>$isodate</updated>$n <summary>$summary (last changed by <nop>$wikiname)</summary>$n <author>$n <name><nop>$wikiname</name></author>$n</entry>"
}%
%STOPINCLUDE%