<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://sushi.ikkoku.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="http://sushi.ikkoku.de/feed.php">
        <title>sushi IRC suite</title>
        <description></description>
        <link>http://sushi.ikkoku.de/</link>
        <image rdf:resource="http://sushi.ikkoku.de/lib/images/favicon.ico" />
       <dc:date>2010-07-31T03:03:30+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://sushi.ikkoku.de/development:building_from_source?rev=1280406352&amp;do=diff"/>
                <rdf:li rdf:resource="http://sushi.ikkoku.de/development?rev=1279217149&amp;do=diff"/>
                <rdf:li rdf:resource="http://sushi.ikkoku.de/development:tekka?rev=1279152104&amp;do=diff"/>
                <rdf:li rdf:resource="http://sushi.ikkoku.de/start?rev=1278969127&amp;do=diff"/>
                <rdf:li rdf:resource="http://sushi.ikkoku.de/blueprints:tekka:plugin_api?rev=1268416768&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://sushi.ikkoku.de/lib/images/favicon.ico">
        <title>sushi IRC suite</title>
        <link>http://sushi.ikkoku.de/</link>
        <url>http://sushi.ikkoku.de/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://sushi.ikkoku.de/development:building_from_source?rev=1280406352&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-29T14:25:52+02:00</dc:date>
        <dc:creator>Marian Tietz</dc:creator>
        <title>development:building_from_source</title>
        <link>http://sushi.ikkoku.de/development:building_from_source?rev=1280406352&amp;do=diff</link>
        <description>First of all, this article is for users who want to use a feature of sushi that is currently not released in any binary package but don't exactly know how to build an application, especially sushi, from source. If you're an advanced user and you're searching for help with an error while compiling, feel free to ask in our IRC channel or submit a bug/question on launchpad.</description>
    </item>
    <item rdf:about="http://sushi.ikkoku.de/development?rev=1279217149&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-15T20:05:49+02:00</dc:date>
        <dc:creator>Michael Kuhn</dc:creator>
        <title>development</title>
        <link>http://sushi.ikkoku.de/development?rev=1279217149&amp;do=diff</link>
        <description>Latest Bugs

Latest Commits

maki

tekka

nigiri

plugins

How-Tos

	*  Git
	*  Building from Source

Links

	*  Useful information for client developers can be found in documentation/clients.</description>
    </item>
    <item rdf:about="http://sushi.ikkoku.de/development:tekka?rev=1279152104&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-15T02:01:44+02:00</dc:date>
        <dc:creator>Marian Tietz</dc:creator>
        <title>development:tekka - created</title>
        <link>http://sushi.ikkoku.de/development:tekka?rev=1279152104&amp;do=diff</link>
        <description>&quot;&quot;&quot;
Coding style

Classes: MyClass
Methods: my_method
Variables: my_var OR myVar (that does not matter to me)

Line length: 80 characters
Indentation: Lines split up but with same context should
			 stick together:

			 if (myLongCondition != otherLongThing
			 and thatIsAll):
				 pass

			 or

			 my_string_function(
				 firstParam,
				 &quot;This should be filled with %(vars)s.&quot; % {
					 &quot;vars&quot;: testVar},
				 anotherParam)
&quot;&quot;&quot;</description>
    </item>
    <item rdf:about="http://sushi.ikkoku.de/start?rev=1278969127&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-12T23:12:07+02:00</dc:date>
        <dc:creator>Michael Kuhn</dc:creator>
        <title>start</title>
        <link>http://sushi.ikkoku.de/start?rev=1278969127&amp;do=diff</link>
        <description>Array

The sushi IRC suite consists of a central daemon and several clients, which communicate via DBus.

The daemon -- maki -- provides DBus methods and signals that abstract the IRC protocol to make it more pleasant to use.
Consequently, clients using this interface can focus on providing a good user experience instead of worrying about implementation details of the IRC protocol.
For example, this interface could also be used to easily write IRC bots in any language that supports DBus.</description>
    </item>
    <item rdf:about="http://sushi.ikkoku.de/blueprints:tekka:plugin_api?rev=1268416768&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-12T18:59:28+02:00</dc:date>
        <dc:creator>Michael Kuhn</dc:creator>
        <title>blueprints:tekka:plugin_api</title>
        <link>http://sushi.ikkoku.de/blueprints:tekka:plugin_api?rev=1268416768&amp;do=diff</link>
        <description>This document describes the methods and properties of the plugin API provides by the sushi module.
The module provides a basic class called Plugin, which can be inherited.
The methods it provides are described below.

Further the sushi module provides constants to describe the user configuration interface for the plugin.
There are two variables every plugin module should define:</description>
    </item>
</rdf:RDF>
