<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.lehmann.cx/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.lehmann.cx/feed.php">
        <title>Alex-Wiki - projects</title>
        <description></description>
        <link>https://wiki.lehmann.cx/</link>
        <image rdf:resource="https://wiki.lehmann.cx/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-04-24T14:20:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.lehmann.cx/projects:dokuwiki_gtm"/>
                <rdf:li rdf:resource="https://wiki.lehmann.cx/projects:dokuwiki_piwik"/>
                <rdf:li rdf:resource="https://wiki.lehmann.cx/projects:mastodon_redirect"/>
                <rdf:li rdf:resource="https://wiki.lehmann.cx/projects:onefile"/>
                <rdf:li rdf:resource="https://wiki.lehmann.cx/projects:pandoc"/>
                <rdf:li rdf:resource="https://wiki.lehmann.cx/projects:redirect"/>
                <rdf:li rdf:resource="https://wiki.lehmann.cx/projects:ttm.sh_greenshot"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.lehmann.cx/_media/wiki:dokuwiki.svg">
        <title>Alex-Wiki</title>
        <link>https://wiki.lehmann.cx/</link>
        <url>https://wiki.lehmann.cx/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.lehmann.cx/projects:dokuwiki_gtm">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-04T14:10:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dokuwiki_gtm</title>
        <link>https://wiki.lehmann.cx/projects:dokuwiki_gtm</link>
        <description>Dokuwiki plugin for Google Tag Manager

Dokuwiki plugin to add a gtm tag to each wiki pages. For more info about GTM, please go to &lt;https://www.google.com/tagmanager/&gt;.

You can think of GTM as a “include” manager for your statistics and other tags, e.g. Piwik, Google Analytics, Olark etc.</description>
    </item>
    <item rdf:about="https://wiki.lehmann.cx/projects:dokuwiki_piwik">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-29T12:21:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dokuwiki_piwik</title>
        <link>https://wiki.lehmann.cx/projects:dokuwiki_piwik</link>
        <description>Dokuwiki plugin for Piwik Tag Manager

Dokuwiki plugin to add a Piwik tag to each wiki page. For more info about Piwik/Matomo, please go to &lt;https://matomo.org/&gt;.

You can think of Piwik as a “include” manager for your statistics and other tags, e.g. Piwik Analytics, Google Analytics, Olark etc.</description>
    </item>
    <item rdf:about="https://wiki.lehmann.cx/projects:mastodon_redirect">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-22T00:28:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mastodon_redirect</title>
        <link>https://wiki.lehmann.cx/projects:mastodon_redirect</link>
        <description>userid redirect for Mastodon

I thought it would be convenient to have a automatic redirect to the mastodon url on your own server so that following
another user direct via link could work instead of copying the profile url and pasting it into your own mastodon instance
search field (remote follow)</description>
    </item>
    <item rdf:about="https://wiki.lehmann.cx/projects:onefile">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-12T12:16:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>onefile</title>
        <link>https://wiki.lehmann.cx/projects:onefile</link>
        <description>I thought it would be easiest to use markdown to create onepage html files using a simple markdown converter so I started to that with
  markdown_py
which works quite ok, but the result is a completely plain html page without any formatting (except **bold), so I googled a bit and found a tool called single-page-markdown-website which works quite nicely to create a page with a bit of styling.</description>
    </item>
    <item rdf:about="https://wiki.lehmann.cx/projects:pandoc">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-21T10:09:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pandoc</title>
        <link>https://wiki.lehmann.cx/projects:pandoc</link>
        <description>Quick onepage site from markdown with Pandoc

Create index.md with title as frontmatter

---
title: some title
---
Some text


create a template file that contains the html page code

&lt;!doctype html&gt;
&lt;html lang=&quot;en&quot;&gt;
  &lt;head&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
    &lt;meta charset=&quot;utf-8&quot;&gt;
    &lt;meta name=&quot;date&quot; content=&#039;$date-meta$&#039;&gt;
    &lt;title&gt;$title$&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
$body$
  &lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://wiki.lehmann.cx/projects:redirect">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-21T19:01:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>redirect</title>
        <link>https://wiki.lehmann.cx/projects:redirect</link>
        <description>Simple redirect server on r.lehmann.cx

I have written a simple redirect server/image viewer that uses google tag manager to track the IP address of the user clicking on the link or views the image. I use this mainly to track romance scammers that constantly contact me and claim to be in love.</description>
    </item>
    <item rdf:about="https://wiki.lehmann.cx/projects:ttm.sh_greenshot">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-10T10:28:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ttm.sh_greenshot</title>
        <link>https://wiki.lehmann.cx/projects:ttm.sh_greenshot</link>
        <description>The services are no longer available, the same approach works for similiar services, I decided not to rewrite it.

Pasting images to ttm.sh with Greenshot

I started using ttm.sh on  which is a version of the nullpointer simple file sharer, this approach will work with any image share site that supports using a curl command without any interaction, this might even work with</description>
    </item>
</rdf:RDF>
