<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.martoks-place.de/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.martoks-place.de/feed.php">
        <title>MP-Wiki - pr</title>
        <description></description>
        <link>https://wiki.martoks-place.de/</link>
        <image rdf:resource="https://wiki.martoks-place.de/lib/exe/fetch.php/wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T14:09:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:alphascript?rev=1290879878&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:bind-lost-keys?rev=1775551220&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:elhex?rev=1299805671&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:git-stuff?rev=1746096364&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:le-dns-dane?rev=1702142657&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:le-dns-delegate?rev=1683145552&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:list?rev=1318849790&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:mlib?rev=1319912212&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.martoks-place.de/doku.php/pr:tueb_nc?rev=1318849448&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.martoks-place.de/lib/exe/fetch.php/wiki:dokuwiki.svg">
        <title>MP-Wiki</title>
        <link>https://wiki.martoks-place.de/</link>
        <url>https://wiki.martoks-place.de/lib/exe/fetch.php/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:alphascript?rev=1290879878&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-27T17:44:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>The All-New GEWar User Script</title>
        <link>https://wiki.martoks-place.de/doku.php/pr:alphascript?rev=1290879878&amp;do=diff</link>
        <description>The All-New GEWar User Script

From the Maker of Redux² :-P

Development

TODO List

	*  being a lot more server friendly than Redux was (obviously, but keeping that posted makes me never forget it)
	*  Army Management
		*  Fix UI (Refresh after POST)</description>
    </item>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:bind-lost-keys?rev=1775551220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-07T08:40:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Unfucking BIND Lost Unused Keys</title>
        <link>https://wiki.martoks-place.de/doku.php/pr:bind-lost-keys?rev=1775551220&amp;do=diff</link>
        <description>Unfucking BIND Lost Unused Keys

Problem

BIND has changed their DNSSEC management mechanism from auto-dnssec maintain; to policy-based management. This by itself does cause many headaches, but not immediate bugs.
Unless the policy chooses to generate keys for signature schemes that are not actually used, for example because one later changes the policy definition (i.e. initially RSA signatures were defined, but the registrar doesn&#039;t actually want them so you later change the policy to not gener…</description>
    </item>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:elhex?rev=1299805671&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-11T01:07:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ElHex</title>
        <link>https://wiki.martoks-place.de/doku.php/pr:elhex?rev=1299805671&amp;do=diff</link>
        <description>ElHex

Modus

	*  RTS
	*  kein Grid für Bewegungen (frei)
	*  6 Teams nach Farben: Rot, Grün, Blau, Magenta, Weiß, Gelb; Spieler wählen beim Start eine Farbe und sind dann in dem Team
	*  Jeder Spieler kann in seinem Team alles tun

UI

	*  Iso-pseudo-3D (Red Alert, falls sich jemand noch erinnern kann)</description>
    </item>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:git-stuff?rev=1746096364&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-01T10:46:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Git-Tricks</title>
        <link>https://wiki.martoks-place.de/doku.php/pr:git-stuff?rev=1746096364&amp;do=diff</link>
        <description>Git-Tricks

Commit-Datum ändern (z.B. Import alter Code)


GIT_AUTHOR_DATE=&#039;Wed Dec 19 15:14:05 2029 -0800&#039; git commit -m &#039;future!&#039;
GIT_AUTHOR_DATE=&#039;2029-12-19 15:14:05 -0800&#039; git commit -m &#039;future!&#039;
GIT_AUTHOR_DATE=&quot;`date -Iseconds -u -r &#039;oldest file&#039;`&quot; git commit -m &#039;past!&#039;</description>
    </item>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:le-dns-dane?rev=1702142657&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-12-09T17:24:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DANE records with Let&#039;s Encrypt</title>
        <link>https://wiki.martoks-place.de/doku.php/pr:le-dns-dane?rev=1702142657&amp;do=diff</link>
        <description>DANE records with Let&#039;s Encrypt

Problem

TLSA records announce what certificate is expected from an endpoint. Since the cert changes often, that can be tricky. One method re-uses the certificate key material so it doesn&#039;t change, but that&#039;s not very nice. We</description>
    </item>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:le-dns-delegate?rev=1683145552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-03T20:25:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Delegating Let&#039;s Encrypt dns-01 to a dedicated zone</title>
        <link>https://wiki.martoks-place.de/doku.php/pr:le-dns-delegate?rev=1683145552&amp;do=diff</link>
        <description>Delegating Let&#039;s Encrypt dns-01 to a dedicated zone

Problem

Let&#039;s Encryt offers ACME dns-01 challenges. Implementing them is straightforward, but has one drawback: since the zone is changed, the next time the zone file is written to disk, it is rewritten - and bind has</description>
    </item>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:list?rev=1318849790&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-17T11:09:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.martoks-place.de/doku.php/pr:list?rev=1318849790&amp;do=diff</link>
        <description>*  The All-New GEWar User Script
	*  Programme
		*  Medienbibliothek
		*  switchboard

	*  Spiele
		*  TUEB_NC
		*  ElHex</description>
    </item>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:mlib?rev=1319912212&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-29T18:16:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Medienbibliothek</title>
        <link>https://wiki.martoks-place.de/doku.php/pr:mlib?rev=1319912212&amp;do=diff</link>
        <description>Medienbibliothek

(Original-Thread im DF)

Bilderseite

Wie mache ich... / Dokumentation

To-Do Liste

Features

	*  Portablel (ohne Installation; Daten an frei wählbarer Speicherstelle; Relative Pfadangaben(!))
	*  Win32 / W2k+
	*  Verwalten von Video UND Foto in einem Programm (idealerweise aber nicht zwingend auch andere Dateien, z.B. Textdateien oder so)</description>
    </item>
    <item rdf:about="https://wiki.martoks-place.de/doku.php/pr:tueb_nc?rev=1318849448&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-17T11:04:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>TUEB_NC</title>
        <link>https://wiki.martoks-place.de/doku.php/pr:tueb_nc?rev=1318849448&amp;do=diff</link>
        <description>TUEB_NC

(Unified Entity-Based_NetCode)

Server States

	*  Empty
	*  Waiting
	*  Running (Nachdem alle ClientConnections Ready waren)

Neue Verbindungen werden nur bei State &lt; Running angenommen

Client (Connection) States

	*  Connected
	*  Ready
	*</description>
    </item>
</rdf:RDF>
