<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki-test.cross-fire.org/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-test.cross-fire.org/feed.php">
        <title>Crossfire Wiki - user:katia</title>
        <description></description>
        <link>https://wiki-test.cross-fire.org/</link>
        <image rdf:resource="https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-04-14T22:53:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:katia:about_python?rev=1744999692&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:katia:chatlog.py?rev=1744999692&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:katia:showcolors.py?rev=1744999692&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg">
        <title>Crossfire Wiki</title>
        <link>https://wiki-test.cross-fire.org/</link>
        <url>https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki-test.cross-fire.org/user:katia:about_python?rev=1744999692&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>about_python</title>
        <link>https://wiki-test.cross-fire.org/user:katia:about_python?rev=1744999692&amp;do=diff</link>
        <description>About Python

This section is for python beginners. 

Indentation

If you are new to python you should know it’s very important to keep indentation to make a python script work properly.

Please make sure it’s correctly kept when you copy the contents of my script to your file.</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:katia:chatlog.py?rev=1744999692&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>chatlog.py</title>
        <link>https://wiki-test.cross-fire.org/user:katia:chatlog.py?rev=1744999692&amp;do=diff</link>
        <description>Why this script?

Did you ever miss conversation messages because you were too bussy in a dungeon, praying or any other activity that puts a lot of messages in your screen? Ok, I know this got solved at newer servers with the critical messages window, but there&#039;s still metalforge beeing one of the most active servers and still haven&#039;t been updated for that.</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:katia:showcolors.py?rev=1744999692&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>showcolors.py</title>
        <link>https://wiki-test.cross-fire.org/user:katia:showcolors.py?rev=1744999692&amp;do=diff</link>
        <description>Just a simple python script to show you the colors you can print out into the client.

You will need this file too crossfire.py
#!/usr/bin/python2
from crossfire import draw

for i in range(0,13):
    draw(i, &#039;Color %d&#039; % i)</description>
    </item>
</rdf:RDF>
