<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HowTo_Tagging</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Tagging/</link><description>Recent changes to HowTo_Tagging</description><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_Tagging/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 09 Jun 2026 08:21:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/koma-script/wiki-en/HowTo_Tagging/feed" rel="self" type="application/rss+xml"/><item><title>HowTo_Tagging modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Tagging/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -59,11 +59,11 @@
 \AddtoDoHook{heading/begingroup}{\UseTaggingSocket{scr/heading/begin}}
 \AddtoDoHook{heading/endgroup}  {\UseTaggingSocket{scr/heading/end}}

-\AddtoDoHook{heading/postinit} {\__scr_sec_show_runin:n}
+%\AddtoDoHook{heading/postinit} {\__scr_sec_show_runin:n}

 \cs_new:Nn \__scr_sec_show_runin:n
  {
-%   \if@startsection@runin \tl_show:n{#1:~runin}\else \tl_show:n{#1:~display}\fi

+   \if@startsection@runin \tl_show:n{#1:~runin}\else \tl_show:n{#1:~display}\fi
  }

 \ExplSyntaxOff
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Tue, 09 Jun 2026 08:21:12 -0000</pubDate><guid>https://sourceforge.netb6f6d93b1614d6f4b6264128fd0b6a0e77fb0bf4</guid></item><item><title>HowTo_Tagging modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Tagging/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,12 +6,13 @@

 ## Tagging of Headings

-The example shown here for tagging headings in KOMA-Script classes is based on code provided by Ulrike Fischer during discussions with the KOMA-Script developers. It is based on the latest versions of the LaTeX kernel and `latex-lab`. Therefore, the use of `lualatex-dev` for compilation is recommended.
+The example shown here for tagging headings in KOMA-Script classes is based on code provided by Ulrike Fischer during discussions with the KOMA-Script developers. It is based on the latest versions of the LaTeX kernel and `latex-lab`. Therefore, the use of `lualatex-dev` for compilation is recommended. Of course, there is no guarantee that this will continue to work in the same way with future versions of KOMA-Script, the LaTeX kernel, or latex-lab. On the contrary, once KOMA-Script itself begins to provide tagging for headings, it is more likely that this will no longer work.

 ```latex
 \DocumentMetadata{uncompress,tagging=on}
 \documentclass{scrbook}

+% See https://sourceforge.net/p/koma-script/wiki-de/HowTo_Tagging for more information an up-to-date code.
 \ExplSyntaxOn\makeatletter

 \int_new:N\l__scr_sec_level_int
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Tue, 09 Jun 2026 08:20:20 -0000</pubDate><guid>https://sourceforge.net653f73595280239f0b2703820cc0439d60f4fbd7</guid></item><item><title>HowTo_Tagging modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Tagging/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -109,6 +109,7 @@

 * The heading numbers are not tagged separately, but that isn't really important.
 * `\part` starts with an empty structure that doesn't actually belong there.
 * The table of contents refers to the `sect` structures, but this only becomes a problem if someone suppresses the `sect` structures.
+* There are still warnings, i.e., about not supported `\DocumentMetadata` and activated tagging.

 ## KOMA-Script packages currently considered non-critical in terms of tagging

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Tue, 09 Jun 2026 08:08:47 -0000</pubDate><guid>https://sourceforge.net5644ac6bc443d8488a69edceef4d3fc0a914bbaf</guid></item><item><title>HowTo_Tagging modified by Markus Kohm</title><link>https://sourceforge.net/p/koma-script/wiki-en/HowTo_Tagging/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="h-how-to-use-tagging-with-documentmetadata-in-koma-script"&gt;How to Use Tagging with \DocumentMetadata in KOMA-Script&lt;/h1&gt;
&lt;p&gt;Currently, most KOMA-Script packages and KOMA-Script classes are not prepared for tagging or the use of &lt;code&gt;\DocumentMetadata&lt;/code&gt;. This is largely because, over the years, KOMA-Script has had to replace many of the internal commands that LaTeX provides for class and package authors with custom implementations in order to offer such a wide range of features. When using &lt;code&gt;\DocumentMetadata&lt;/code&gt;—now a prerequisite for tagging—many LaTeX internals are replaced by &lt;a href="https://www.ctan.org/pkg/latex-lab" rel="nofollow"&gt;&lt;code&gt;latex-lab&lt;/code&gt;&lt;/a&gt;. Much of this is not yet set in stone. In the past, this half-finished state has repeatedly led to situations where development efforts that had already begun were largely a waste of time. At the same time, simply loading &lt;code&gt;latex-lab&lt;/code&gt; overrides many KOMA-Script definitions, so some things certainly no longer work as documented in the manual.&lt;/p&gt;
&lt;p&gt;Nevertheless, Marei Peischl is already working on tagging support in KOMA-Script. In addition, KOMA-Script offers various &lt;em&gt;hooks&lt;/em&gt; through which tagging can be achieved for individual documents and individual elements.&lt;/p&gt;
&lt;h2 id="h-tagging-of-headings"&gt;Tagging of Headings&lt;/h2&gt;
&lt;p&gt;The example shown here for tagging headings in KOMA-Script classes is based on code provided by Ulrike Fischer during discussions with the KOMA-Script developers. It is based on the latest versions of the LaTeX kernel and &lt;code&gt;latex-lab&lt;/code&gt;. Therefore, the use of &lt;code&gt;lualatex-dev&lt;/code&gt; for compilation is recommended.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;\DocumentMetadata&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;uncompress,tagging=on&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\documentclass&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scrbook&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\ExplSyntaxOn\makeatletter&lt;/span&gt;

&lt;span class="k"&gt;\int_new:N\l__scr_sec_level_int&lt;/span&gt;

&lt;span class="k"&gt;\NewTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/init&lt;span class="nb"&gt;}{&lt;/span&gt;1&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\NewTaggingSocketPlug&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/init&lt;span class="nb"&gt;}{&lt;/span&gt;default&lt;span class="nb"&gt;}&lt;/span&gt;
 &lt;span class="nb"&gt;{&lt;/span&gt;  
   &lt;span class="k"&gt;\int_set:Nn\l__scr_sec_level_int&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;&lt;span class="k"&gt;\use:c&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;toclevel@#1&lt;span class="nb"&gt;}}&lt;/span&gt;   
   &lt;span class="k"&gt;\UseTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;sec/end&lt;span class="nb"&gt;}{&lt;/span&gt;&lt;span class="k"&gt;\int_use:N\l__scr_sec_level_int&lt;/span&gt;&lt;span class="nb"&gt;}&lt;/span&gt;
   &lt;span class="k"&gt;\UseTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;sec/begin&lt;span class="nb"&gt;}&lt;/span&gt;
    &lt;span class="nb"&gt;{{&lt;/span&gt;&lt;span class="k"&gt;\int_use:N\l__scr_sec_level_int&lt;/span&gt;&lt;span class="nb"&gt;}{&lt;/span&gt;tag=&lt;span class="k"&gt;\UseStructureName&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;sec/&lt;span class="k"&gt;\int_use:N\l__scr_sec_level_int&lt;/span&gt;&lt;span class="nb"&gt;}}}&lt;/span&gt;   
   &lt;span class="k"&gt;\if@startsection@runin&lt;/span&gt;  
    &lt;span class="k"&gt;\UseTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;sec/title/init&lt;span class="nb"&gt;}{&lt;/span&gt;&lt;span class="k"&gt;\int_use:N\l__scr_sec_level_int&lt;/span&gt;&lt;span class="nb"&gt;}&lt;/span&gt;    
   &lt;span class="k"&gt;\fi&lt;/span&gt;  
 &lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\AssignTaggingSocketPlug&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/init&lt;span class="nb"&gt;}{&lt;/span&gt;default&lt;span class="nb"&gt;}&lt;/span&gt;  

&lt;span class="k"&gt;\NewTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/begin&lt;span class="nb"&gt;}{&lt;/span&gt;1&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\NewTaggingSocketPlug&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/begin&lt;span class="nb"&gt;}{&lt;/span&gt;default&lt;span class="nb"&gt;}&lt;/span&gt;
 &lt;span class="nb"&gt;{&lt;/span&gt;
   &lt;span class="k"&gt;\pdf_purify:nN&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;&lt;span class="k"&gt;\@currenttocentry&lt;/span&gt;&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="k"&gt;\l__scr_sec_tmpa_tl&lt;/span&gt;
   &lt;span class="k"&gt;\int_set:Nn\l__scr_sec_level_int&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;&lt;span class="k"&gt;\use:c&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;toclevel@#1&lt;span class="nb"&gt;}}&lt;/span&gt;   
   &lt;span class="k"&gt;\if@startsection@runin&lt;/span&gt;        
   &lt;span class="k"&gt;\else&lt;/span&gt; 
   &lt;span class="k"&gt;\tagstructbegin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;tag=&lt;span class="k"&gt;\UseStructureName&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;sec/&lt;span class="k"&gt;\int_use:N\l__scr_sec_level_int&lt;/span&gt;/title&lt;span class="nb"&gt;}&lt;/span&gt;,title-o=&lt;span class="k"&gt;\l__scr_sec_tmpa_tl&lt;/span&gt;&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="c"&gt;%&lt;/span&gt;
   &lt;span class="k"&gt;\tagmcbegin&lt;/span&gt;&lt;span class="nb"&gt;{}&lt;/span&gt;&lt;span class="k"&gt;\tagpdfparaOff&lt;/span&gt;
   &lt;span class="k"&gt;\fi&lt;/span&gt; 
 &lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\AssignTaggingSocketPlug&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/begin&lt;span class="nb"&gt;}{&lt;/span&gt;default&lt;span class="nb"&gt;}&lt;/span&gt; 

&lt;span class="k"&gt;\NewTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/end&lt;span class="nb"&gt;}{&lt;/span&gt;1&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\NewTaggingSocketPlug&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/end&lt;span class="nb"&gt;}{&lt;/span&gt;default&lt;span class="nb"&gt;}&lt;/span&gt;
 &lt;span class="nb"&gt;{&lt;/span&gt;
   &lt;span class="k"&gt;\if@startsection@runin&lt;/span&gt;
    &lt;span class="k"&gt;\UseTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;sec/title/split&lt;span class="nb"&gt;}&lt;/span&gt;
   &lt;span class="k"&gt;\else&lt;/span&gt; 
   &lt;span class="k"&gt;\tagmcend\tagstructend&lt;/span&gt; 
   &lt;span class="k"&gt;\fi&lt;/span&gt;  
 &lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\AssignTaggingSocketPlug&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/end&lt;span class="nb"&gt;}{&lt;/span&gt;default&lt;span class="nb"&gt;}&lt;/span&gt;  

&lt;span class="k"&gt;\AddtoDoHook&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;heading/preinit&lt;span class="nb"&gt;}{&lt;/span&gt;&lt;span class="k"&gt;\@startsection@runinfalse\@gobble&lt;/span&gt;&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="c"&gt;% because styles chapter and part do not use \scr@startsection&lt;/span&gt;
&lt;span class="k"&gt;\AddtoDoHook&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;heading/postinit&lt;span class="nb"&gt;}&lt;/span&gt;  &lt;span class="nb"&gt;{&lt;/span&gt;&lt;span class="k"&gt;\UseTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/init&lt;span class="nb"&gt;}}&lt;/span&gt;
&lt;span class="k"&gt;\AddtoDoHook&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;heading/begingroup&lt;span class="nb"&gt;}{&lt;/span&gt;&lt;span class="k"&gt;\UseTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/begin&lt;span class="nb"&gt;}}&lt;/span&gt;
&lt;span class="k"&gt;\AddtoDoHook&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;heading/endgroup&lt;span class="nb"&gt;}&lt;/span&gt;  &lt;span class="nb"&gt;{&lt;/span&gt;&lt;span class="k"&gt;\UseTaggingSocket&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;scr/heading/end&lt;span class="nb"&gt;}}&lt;/span&gt;

&lt;span class="k"&gt;\AddtoDoHook&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;heading/postinit&lt;span class="nb"&gt;}&lt;/span&gt; &lt;span class="nb"&gt;{&lt;/span&gt;&lt;span class="k"&gt;\__scr_sec_show_runin:n&lt;/span&gt;&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\cs_new:Nn&lt;/span&gt; &lt;span class="k"&gt;\__scr_sec_show_runin:n&lt;/span&gt;
 &lt;span class="nb"&gt;{&lt;/span&gt;
&lt;span class="c"&gt;%   \if@startsection@runin \tl_show:n{#1:~runin}\else \tl_show:n{#1:~display}\fi&lt;/span&gt;
 &lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\ExplSyntaxOff&lt;/span&gt;

&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\tableofcontents&lt;/span&gt;

&lt;span class="k"&gt;\part&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;Part&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\chapter&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;blub&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\section&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;section&lt;span class="nb"&gt;}&lt;/span&gt;
some text
&lt;span class="k"&gt;\subsection&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;subsection&lt;span class="nb"&gt;}&lt;/span&gt;
some text&lt;span class="k"&gt;\footnote&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;hallo&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\section&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;section&lt;span class="nb"&gt;}&lt;/span&gt;
some text


&lt;span class="k"&gt;\paragraph&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;bla&lt;span class="nb"&gt;}&lt;/span&gt; hallo world

&lt;span class="k"&gt;\paragraph&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;blub&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;itemize&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="k"&gt;\item&lt;/span&gt; a &lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;itemize&lt;span class="nb"&gt;}&lt;/span&gt;
blbl

&lt;span class="k"&gt;\part*&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;Part&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\chapter*&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;blub&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;span class="k"&gt;\section*&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;section&lt;span class="nb"&gt;}&lt;/span&gt;
some text
&lt;span class="k"&gt;\subsection*&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;subsection&lt;span class="nb"&gt;}&lt;/span&gt;
some text&lt;span class="k"&gt;\footnote&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;hallo&lt;span class="nb"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;\section*&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;section&lt;span class="nb"&gt;}&lt;/span&gt;
some text


&lt;span class="k"&gt;\paragraph*&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;bla&lt;span class="nb"&gt;}&lt;/span&gt; hallo world

&lt;span class="k"&gt;\paragraph*&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;blub&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="k"&gt;\begin&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;itemize&lt;span class="nb"&gt;}&lt;/span&gt;&lt;span class="k"&gt;\item&lt;/span&gt; a &lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;itemize&lt;span class="nb"&gt;}&lt;/span&gt;
blbl
&lt;span class="k"&gt;\end&lt;/span&gt;&lt;span class="nb"&gt;{&lt;/span&gt;document&lt;span class="nb"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;The example shown has a few limitations, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The heading numbers are not tagged separately, but that isn't really important.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;\part&lt;/code&gt; starts with an empty structure that doesn't actually belong there.&lt;/li&gt;
&lt;li&gt;The table of contents refers to the &lt;code&gt;sect&lt;/code&gt; structures, but this only becomes a problem if someone suppresses the &lt;code&gt;sect&lt;/code&gt; structures.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="h-koma-script-packages-currently-considered-non-critical-in-terms-of-tagging"&gt;KOMA-Script packages currently considered non-critical in terms of tagging&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;scraddr&lt;/code&gt; (There is nothing to tag here.)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scrbase&lt;/code&gt; (There is nothing to tag here.)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scrdate&lt;/code&gt; (NOTE: No longer included in KOMA-Script as of version 3.49.3.)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scrfontsize&lt;/code&gt; (There is nothing to tag here.)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scrlfile&lt;/code&gt; (Does not generate any output, so there is nothing to tag.)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scrlogo&lt;/code&gt; (There is nothing to tag here; at most, an ALT text could be generated.)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;scrtime&lt;/code&gt; (NOTE: No longer included in KOMA-Script as of version 3.49.3.)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;typearea&lt;/code&gt; (There is nothing to tag here.)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Markus Kohm</dc:creator><pubDate>Tue, 09 Jun 2026 08:01:44 -0000</pubDate><guid>https://sourceforge.net5e766e3e92cf5e249bc788f1a1aae7f85fa88f24</guid></item></channel></rss>