<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wokjab.nedo.se/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="http://wokjab.nedo.se/feed.php">
        <title>Wokjab</title>
        <description></description>
        <link>http://wokjab.nedo.se/</link>
        <image rdf:resource="http://wokjab.nedo.se/lib/images/favicon.ico" />
       <dc:date>2012-05-20T23:39:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=wiki:dokuwiki&amp;rev=1321979825&amp;do=diff"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=wokjab_-_start&amp;rev=1280703628&amp;do=diff"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_xmms2&amp;rev=1261082816&amp;do=diff"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=script_autoresponder&amp;rev=1237028869&amp;do=diff"/>
                <rdf:li rdf:resource="http://wokjab.nedo.se/doku.php?id=script_gajim_invisibility_detector&amp;rev=1213555257&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wokjab.nedo.se/lib/images/favicon.ico">
        <title>Wokjab</title>
        <link>http://wokjab.nedo.se/</link>
        <url>http://wokjab.nedo.se/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=wiki:dokuwiki&amp;rev=1321979825&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-22T16:37:05+00:00</dc:date>
        <dc:creator>Kent Gustavsson</dc:creator>
        <title>DokuWiki - old revision restored</title>
        <link>http://wokjab.nedo.se/doku.php?id=wiki:dokuwiki&amp;rev=1321979825&amp;do=diff</link>
        <description>[Array] DokuWiki is a standards compliant, simple to use wp&gt;Wiki, mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful Formatting Syntax which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files -- no database is required.</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=wokjab_-_start&amp;rev=1280703628&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-01T23:00:28+00:00</dc:date>
        <dc:creator>Kent Gustavsson</dc:creator>
        <title>Wokjab</title>
        <link>http://wokjab.nedo.se/doku.php?id=wokjab_-_start&amp;rev=1280703628&amp;do=diff</link>
        <description>About

Wokjab is a jabber client done with GTK and that tries to make it possible to make plugins for everything it uses an XML based signaling system where the data from the jabber server is tried to be preserved as long as possible.

Its not designed to be cute and “userfriendly” but rather configurable and hackable</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_xmms2&amp;rev=1261082816&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-17T20:46:56+00:00</dc:date>
        <dc:creator>newacct</dc:creator>
        <title>script_usertune_reporter_for_xmms2</title>
        <link>http://wokjab.nedo.se/doku.php?id=script_usertune_reporter_for_xmms2&amp;rev=1261082816&amp;do=diff</link>
        <description>This script should be run as a seperate program uses dbus to comunicate with wokjab and the xmmsclient python library for communication with xmms2 


#!/usr/bin/env python
# File name: wokjab_scripts_xmms2.py
import xmmsclient
import time
import dbus
import sys
import os

def song_current_info( id ):

	song_current_info = xmms.medialib_get_info(id.value())  
	song_current_info.wait()

	song_current_artist = &quot;&quot;
	song_current_title = &quot;&quot;
	song_current_album = &quot;&quot;
	song_current_tracknr = &quot;&quot;
	length =…</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=script_autoresponder&amp;rev=1237028869&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-14T11:07:49+00:00</dc:date>
        <dc:creator>Kent Gustavsson</dc:creator>
        <title>Introduction</title>
        <link>http://wokjab.nedo.se/doku.php?id=script_autoresponder&amp;rev=1237028869&amp;do=diff</link>
        <description>Silly script for when ppl are very boring

Usage

Simply start and hope the other part doesn't have a similar script running since that would flood the network.

There is no future

Kent Gustavsson &lt;nedo80@gmail.com&gt;


import random
import Woklib

shit_to_say = [&quot;nice&quot;, &quot;u do that&quot;, &quot;dude&quot;, &quot;ofcourse&quot;, &quot;:)&quot;, &quot;haha&quot;]

def respond_to(xml):
	mesg = Woklib.XMLTag(&quot;message&quot;)
	mesg.AddAttr(&quot;session&quot;, xml.GetAttr(&quot;session&quot;))
	message = mesg.AddTagName(&quot;message&quot;)
	message.AddAttr(&quot;to&quot;, xml.GetFirstTag(&quot;…</description>
    </item>
    <item rdf:about="http://wokjab.nedo.se/doku.php?id=script_gajim_invisibility_detector&amp;rev=1213555257&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-15T18:40:57+00:00</dc:date>
        <dc:creator>Kent Gustavsson</dc:creator>
        <title>script_gajim_invisibility_detector</title>
        <link>http://wokjab.nedo.se/doku.php?id=script_gajim_invisibility_detector&amp;rev=1213555257&amp;do=diff</link>
        <description>Script that detects users that goes invisible with Gajim 

The script should be run as a separate program and the glade file needs to be in the same directory 

This script is not for annoying your friends but rather something that I didn't want in the main code of wokjab and that shows how the dbus interface works.</description>
    </item>
</rdf:RDF>

