<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://www.bobtfish.net/static/style.xsl" type="text/xsl"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<doc>
		<nav><ul>
			
			    
                <li class="file">
				    <a href="http://www.bobtfish.net/WebSiteIdeas">WebSiteIdeas</a>
                
		        </li>
			
			    
				<li class="folder">
                    <a href="http://www.bobtfish.net/code/">code/</a>
       			
		        </li>
			
			    
                <li class="file">
				    <a href="http://www.bobtfish.net/index.mkd">index.mkd</a>
                
		        </li>
			
			    
				<li class="folder">
                    <a href="http://www.bobtfish.net/t0m/">t0m/</a>
       			
		        </li>
			
		</ul></nav>
		<page>	
					<h1 id="tomswebsite">Tom's Website</h1>

<p>This site is the homepage of Tomas Doran. As you may have noticed, he isn't a web designer.</p>

<p>If you want to email me, then most addresses at this domain will work, see if you can think up a good one?</p>

<p>I'm currently working for some <a href="http://www.state51.com">Music Hippies</a>, doing <a href="http://www.perlmonks.org/">perl</a> stuff..</p>

<p>More content to come, one day.. Maybe..</p>

<h2 id="codestuff">Code stuff</h2>

<p>This entire site is a <a href="http://subversion.tigris.org/">subversion</a> browser, and the actual repository is <a href="http://www.bobtfish.net/svn/repos">here</a>.</p>

<p>You can also see <a href="http://search.cpan.org/~bobtfish/">my CPAN directory</a>.</p>

<h3 id="markdown">Markdown</h3>

<p>I maintain the <a href="http://search.cpan.org/dist/Text-Markdown/">Text::Markdown</a> distribution of <a href="http://daringfireball.net/">John Gruber's</a> 
<a href="http://daringfireball.net/projects/markdown/">Markdown</a> text to HTML translator. As you may have guessed, this website is written
in markdown, and converted to HTML using this software..</p>

<h3 id="catalyst">Catalyst</h3>

<p>I'm a big fan of the <a href="http://www.catalystframework.org/">Catalyst</a> web framework, and I maintain a number of extensions for it,
including:</p>

<ul>
<li><p><a href="http://search.cpan.org/dist/Catalyst-Model-SVN">Catalyst::Model::SVN</a></p>

<p>Allows you to use <a href="http://subversion.tigris.org/">subversion</a> as a data store.</p></li>
<li><p><a href="http://search.cpan.org/dist/Catalyst-Authentication-Store-Htpasswd">Catalyst::Authentication::Store::Htpasswd</a></p>

<p>Allows you to authenticate users in Catalyst applications using apache .htpasswd files</p></li>
<li><p><a href="http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP">Catalyst::Authentication::Credential::HTTP</a></p>

<p>Provides HTTP basic and digest authentication to Catalyst applications.</p></li>
</ul>

        </page>
</doc>
