<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://listaller.tenstral.net/wiki/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://listaller.tenstral.net/wiki/feed.php">
        <title>Listaller Wiki</title>
        <description></description>
        <link>http://listaller.tenstral.net/wiki/</link>
        <image rdf:resource="http://listaller.tenstral.net/wiki/lib/tpl/listaller-wiki/images/favicon.ico" />
       <dc:date>2012-05-20T15:31:28+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/devtools?rev=1337355759&amp;do=diff"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/relaytool?rev=1335208469&amp;do=diff"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/ligcc?rev=1335207472&amp;do=diff"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/?image=wrench.png&amp;ns=&amp;rev=1335205656&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/?image=plan-extra.png&amp;ns=&amp;rev=1335205550&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/start?rev=1335204855&amp;do=diff"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/?image=docs.png&amp;ns=&amp;rev=1335200893&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/?image=gear.png&amp;ns=&amp;rev=1335200794&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/?image=build.png&amp;ns=&amp;rev=1335200708&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/?image=ipk-package.png&amp;ns=&amp;rev=1335200626&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/?image=listaller-arch.png&amp;ns=&amp;rev=1314399071&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="http://listaller.tenstral.net/wiki/doku.php/?image=listaller-pk-db-layout.png&amp;ns=&amp;rev=1283540982&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://listaller.tenstral.net/wiki/lib/tpl/listaller-wiki/images/favicon.ico">
        <title>Listaller Wiki</title>
        <link>http://listaller.tenstral.net/wiki/</link>
        <url>http://listaller.tenstral.net/wiki/lib/tpl/listaller-wiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/devtools?rev=1337355759&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-18T17:42:39+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Listaller App-Development Pages</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/devtools?rev=1337355759&amp;do=diff</link>
        <description>Listaller App-Development Pages

Creating Listaller packages and cross-distro applications is easy. Just follow the instructions below and read the documents.

----------

----------

Build your application

 We produced several standalone tools, the libuild programs, that are designed to help Linux developers write better software that runs on a wider variety of distributions. Most of them are independent of Listaller itself: you can use them even if you don't provide your software using the re…</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/relaytool?rev=1335208469&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T21:14:29+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Relaytool</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/relaytool?rev=1335208469&amp;do=diff</link>
        <description>Relaytool

This is a program to provide a more convenient interface to dlopen/dlsym.

It lets you write the same style of code you would when using a normal hard link (-lwhatever), but the symbols are actually lazy-linked at runtime. You can use the symbols libwhatever_is_present and libwhatever_symbol_is_present() to find out what APIs are actually available at runtime. In other words, the need to use function pointers and lots of manual calls to dlsym() is eliminated, and it becomes much simpl…</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/ligcc?rev=1335207472&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T20:57:52+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Ligcc</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/ligcc?rev=1335207472&amp;do=diff</link>
        <description>Ligcc

What is ligcc?

Ligcc is a wrapper around gcc. It allows you to create more portable executables by doing three things:

	*  Forces the linker to link against older glibc symbols. Users who are using an older version of glibc will no longer get “undefined symbol GLIBC_2.4 in /lib/libc.so”-style error messages.
	*  Allows you to easily statically link to any other library.
	*  Automatically removes bogus dependencies. For example, your program uses libfoo. libfoo uses libpng internally, bu…</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/?image=wrench.png&amp;ns=&amp;rev=1335205656&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T20:27:36+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Ligcc - created</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/?image=wrench.png&amp;ns=&amp;rev=1335205656&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/wiki/lib/exe/fetch.php/wrench.png?w=48&amp;h=48t=1335205656&quot; alt=&quot;wrench.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/?image=plan-extra.png&amp;ns=&amp;rev=1335205550&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T20:25:50+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Ligcc - created</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/?image=plan-extra.png&amp;ns=&amp;rev=1335205550&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/wiki/lib/exe/fetch.php/plan-extra.png?w=48&amp;h=48t=1335205550&quot; alt=&quot;plan-extra.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/start?rev=1335204855&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T20:14:15+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Listaller Wiki</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/start?rev=1335204855&amp;do=diff</link>
        <description>Welcome to the Listaller Wiki!

This page is under construction and some wiki-pages still need work/are outdated. If you find wrong information, please report it or fix it by yourself! (It's a wiki, remember? ;-))

Contents

 Build IPK packages - How to create cross-distro packages for your application.</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/?image=docs.png&amp;ns=&amp;rev=1335200893&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T19:08:13+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Listaller Wiki - created</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/?image=docs.png&amp;ns=&amp;rev=1335200893&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/wiki/lib/exe/fetch.php/docs.png?w=48&amp;h=48t=1335200893&quot; alt=&quot;docs.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/?image=gear.png&amp;ns=&amp;rev=1335200794&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T19:06:34+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Listaller Wiki - created</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/?image=gear.png&amp;ns=&amp;rev=1335200794&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/wiki/lib/exe/fetch.php/gear.png?w=48&amp;h=48t=1335200794&quot; alt=&quot;gear.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/?image=build.png&amp;ns=&amp;rev=1335200708&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T19:05:08+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Listaller Wiki - created</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/?image=build.png&amp;ns=&amp;rev=1335200708&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/wiki/lib/exe/fetch.php/build.png?w=48&amp;h=48t=1335200708&quot; alt=&quot;build.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/?image=ipk-package.png&amp;ns=&amp;rev=1335200626&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T19:03:46+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Listaller Wiki - created</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/?image=ipk-package.png&amp;ns=&amp;rev=1335200626&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/wiki/lib/exe/fetch.php/ipk-package.png?w=48&amp;h=48t=1335200626&quot; alt=&quot;ipk-package.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/?image=listaller-arch.png&amp;ns=&amp;rev=1314399071&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-27T00:51:11+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Listaller Wiki</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/?image=listaller-arch.png&amp;ns=&amp;rev=1314399071&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/wiki/lib/exe/fetch.php/listaller-arch.png?w=499&amp;h=320t=1334241176&quot; alt=&quot;listaller-arch.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://listaller.tenstral.net/wiki/doku.php/?image=listaller-pk-db-layout.png&amp;ns=&amp;rev=1283540982&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-03T21:09:42+02:00</dc:date>
        <dc:creator>Matthias Klumpp</dc:creator>
        <title>Listaller Wiki</title>
        <link>http://listaller.tenstral.net/wiki/doku.php/?image=listaller-pk-db-layout.png&amp;ns=&amp;rev=1283540982&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;/wiki/lib/exe/fetch.php/listaller-pk-db-layout.png?w=499&amp;h=139t=1334241177&quot; alt=&quot;listaller-pk-db-layout.png&quot; /&gt;</description>
    </item>
</rdf:RDF>

