<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.trapdoor.org/wiki/lib/styles/feed.css" 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://www.trapdoor.org/wiki/feed.php">
        <title>Debian DokuWiki</title>
        <description></description>
        <link>http://www.trapdoor.org/wiki/</link>
        <image rdf:resource="http://www.trapdoor.org/wiki/lib/images/favicon.ico" />
       <dc:date>2008-09-08T11:52:02+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.trapdoor.org/wiki/doku.php?id=articlelinks&amp;amp;rev=1202425983&amp;do=diff1202425983"/>
                <rdf:li rdf:resource="http://www.trapdoor.org/wiki/doku.php?id=swingui&amp;amp;rev=1187716105&amp;do=diff1187716105"/>
                <rdf:li rdf:resource="http://www.trapdoor.org/wiki/doku.php?id=start&amp;amp;rev=1187714326&amp;do=diff1187714326"/>
                <rdf:li rdf:resource="http://www.trapdoor.org/wiki/doku.php?id=hg-auth&amp;amp;rev=1187344059&amp;do=diff1187344059"/>
                <rdf:li rdf:resource="http://www.trapdoor.org/wiki/doku.php?id=antstruct&amp;amp;rev=1187110684&amp;do=diff1187110684"/>
                <rdf:li rdf:resource="http://www.trapdoor.org/wiki/doku.php?id=roundup-hg&amp;amp;rev=1187109418&amp;do=diff1187109418"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.trapdoor.org/wiki/lib/images/favicon.ico">
        <title>Debian DokuWiki</title>
        <link>http://www.trapdoor.org/wiki/</link>
        <url>http://www.trapdoor.org/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.trapdoor.org/wiki/doku.php?id=articlelinks&amp;amp;rev=1202425983&amp;do=diff1202425983">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-07T23:13:03+01:00</dc:date>
        <dc:creator>Jon Siddle</dc:creator>
        <title>articlelinks</title>
        <link>http://www.trapdoor.org/wiki/doku.php?id=articlelinks&amp;amp;rev=1202425983&amp;do=diff1202425983</link>
        <description>Rant: Secrets of Successful Programmers
 PCI,PCI-X,PCI-Express
 UMLGraph
 Java Exception patterns

	*  Exceptional Java
	*  More Exceptional Java
	*  Exceptions and AWT Threads

How Microsoft lost the API War
 When are web-based apps not recommended?
 Virtual hosting using apache
 A Beginner's Guide to URL Rewriting
 Web Color Utility
 Color design tutorial</description>
    </item>
    <item rdf:about="http://www.trapdoor.org/wiki/doku.php?id=swingui&amp;amp;rev=1187716105&amp;do=diff1187716105">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-21T18:08:25+01:00</dc:date>
        <title>swingui</title>
        <link>http://www.trapdoor.org/wiki/doku.php?id=swingui&amp;amp;rev=1187716105&amp;do=diff1187716105</link>
        <description>Constructors shouldn’t perform any actions / query DB / etc.

This is because they are generally called from the main thread as the GUI is constructed.

Being able to separate construction from these actions makes life a bit easier. 
createTab(title, icon, toolstip, component, stackListener, changeListener, createStack)</description>
    </item>
    <item rdf:about="http://www.trapdoor.org/wiki/doku.php?id=start&amp;amp;rev=1187714326&amp;do=diff1187714326">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-21T17:38:46+01:00</dc:date>
        <title>start</title>
        <link>http://www.trapdoor.org/wiki/doku.php?id=start&amp;amp;rev=1187714326&amp;do=diff1187714326</link>
        <description>Welcome to the Trapdoor Develper Collective Wiki.

It is intended to be a constantly-evolving notebook of development resources.

	*  Short essays &amp; articles (best practices, ideas, techniques).
	*  Links to articles
	*  Tips / Reference for:
		*  Vim
		*  Subversion
		*  SVK
		*  Bash
		*  Perl
		*  Debian
		*  Java
		*  PHP
		*  XmlRpc++
		*  Decorum</description>
    </item>
    <item rdf:about="http://www.trapdoor.org/wiki/doku.php?id=hg-auth&amp;amp;rev=1187344059&amp;do=diff1187344059">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-17T10:47:39+01:00</dc:date>
        <title>hg-auth</title>
        <link>http://www.trapdoor.org/wiki/doku.php?id=hg-auth&amp;amp;rev=1187344059&amp;do=diff1187344059</link>
        <description>Change to the authorative base directory: 
cd /var/hg
 (As the user hg) clone the repository: 
sudo -u hg hg clone ~/hg/project
 Edit the .hgrc 
sudo -u hg vi project/.hg/hgrc
 remove the default path line and make the hgrc look something like this:</description>
    </item>
    <item rdf:about="http://www.trapdoor.org/wiki/doku.php?id=antstruct&amp;amp;rev=1187110684&amp;do=diff1187110684">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-14T17:58:04+01:00</dc:date>
        <title>antstruct</title>
        <link>http://www.trapdoor.org/wiki/doku.php?id=antstruct&amp;amp;rev=1187110684&amp;do=diff1187110684</link>
        <description>Top level directories as follows: 
src
build
dist
reports
	*  src - all input files
	*  build - all generated output files
	*  dist - files prepared for distribution
	*  reports - generated files that relate to a given build run, and serve no further purpose</description>
    </item>
    <item rdf:about="http://www.trapdoor.org/wiki/doku.php?id=roundup-hg&amp;amp;rev=1187109418&amp;do=diff1187109418">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-14T17:36:58+01:00</dc:date>
        <title>roundup-hg</title>
        <link>http://www.trapdoor.org/wiki/doku.php?id=roundup-hg&amp;amp;rev=1187109418&amp;do=diff1187109418</link>
        <description>Install roundup:

apt-get install roundup
 Install roundup-hg: 
sudo cp rounduphook.py /usr/lib/python2.4/site-packages/
 Create roundup site in /etc/apache2/sites-available/roundup : 
&lt;VirtualHost *&gt;
  ServerName roundup.domain.com

  # Handle static files
  AliasMatch /(.+)/@@file/(.*) /var/lib/roundup/trackers/$1/html/$2

  # Handle everything else
  AliasMatch /([^/]+)/(?!@@file/)(.*) /var/lib/roundup/trackers/$1/dummy.py/$2

  # Add missing slash
  RedirectMatch permanent ^/([^/]+)$ /$1/

 …</description>
    </item>
</rdf:RDF>
