<?xml version="1.0"?>
<rdf:RDF 
	xmlns:cc="http://web.resource.org/cc/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/">

<rdf:Description rdf:about="/blog/002_presenting_php_commit_hooks.html">

	<dc:creator>Kore Nordmann</dc:creator>
	<dc:title>Presenting: PHP Commit Hooks</dc:title>
	<dc:date>Tue, 20 Jul 2010 11:13:16 +0200</dc:date>
	<dc:rights>All rights reserved</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>text/html</dc:format>

	<dc:description>For those of us using SVN there are some quite common pre- and post-commit
hooks in a lot of company repositories, all using their own implementation:
Lint checks, CodeSniffer checks, etc. We created a small framework for those
commit hooks, which makes it easy to create own checks and custom reporters.
Read on for details.</dc:description>
</rdf:Description> 

<rdf:Description rdf:about="/blog/002_presenting_php_commit_hooks.txt">

	<dc:creator>Kore Nordmann</dc:creator>
	<dc:title>Presenting: PHP Commit Hooks</dc:title>
	<dc:date>Tue, 20 Jul 2010 11:13:16 +0200</dc:date>
	<dc:rights>All rights reserved</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>text/plain</dc:format>

	<dc:description>For those of us using SVN there are some quite common pre- and post-commit
hooks in a lot of company repositories, all using their own implementation:
Lint checks, CodeSniffer checks, etc. We created a small framework for those
commit hooks, which makes it easy to create own checks and custom reporters.
Read on for details.</dc:description>
</rdf:Description> 

<rdf:Description rdf:about="/blog/002_presenting_php_commit_hooks.rss">

	<dc:creator>Kore Nordmann</dc:creator>
	<dc:title>Presenting: PHP Commit Hooks</dc:title>
	<dc:date>Tue, 20 Jul 2010 11:13:16 +0200</dc:date>
	<dc:rights>All rights reserved</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>application/rss+xml</dc:format>

	<dc:description>For those of us using SVN there are some quite common pre- and post-commit
hooks in a lot of company repositories, all using their own implementation:
Lint checks, CodeSniffer checks, etc. We created a small framework for those
commit hooks, which makes it easy to create own checks and custom reporters.
Read on for details.</dc:description>
</rdf:Description> 

</rdf:RDF>

