<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dev-Blog of DoesntMatter &#187; SQL</title>
	<atom:link href="http://dev-blog.doesntmatter.de/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev-blog.doesntmatter.de</link>
	<description>Software technologies, tips, guides and tutorials</description>
	<lastBuildDate>Sun, 29 Apr 2012 12:57:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Gitlog Parser</title>
		<link>http://dev-blog.doesntmatter.de/2012/01/27/gitlog-parser/</link>
		<comments>http://dev-blog.doesntmatter.de/2012/01/27/gitlog-parser/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 20:20:15 +0000</pubDate>
		<dc:creator>DoesntMatter</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitlogParser]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://dev-blog.doesntmatter.de/?p=361</guid>
		<description><![CDATA[Sometimes I needed a possibility to convert the output of the `git log` command in a useful format. Because of that I have written a tool in Perl, which is currently able to convert this output to different file formats. &#8230; <a href="http://dev-blog.doesntmatter.de/2012/01/27/gitlog-parser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes I needed a possibility to convert the output of the <strong>`git log`</strong> command in a useful format. Because of that I have written a tool in <strong>Perl</strong>, which is currently able to convert this output to different file formats.</p>
<p><u><strong>Here is a short overview of this tool:</strong></u></p>
<ol>
<li><u>Link:</u></li>
<p><a href="https://github.com/DoesntMatter/GitlogParser" title="GitlogParser" target="_blank">https://github.com/DoesntMatter/GitlogParser</a></p>
<li><u>Get it:</u></li>
<p><code><em># Clone from github</em><br />
$ git clone git://github.com/DoesntMatter/GitlogParser.git</code></p>
<li><u>Current supported formats:</u></li>
<ul>
<li>SQL-Dump</li>
<li>RSS-Feed</li>
<li>HTML-Page</li>
</ul>
<p></p>
<li><u>Documentation:</u></li>
<p>You can find the documentation in the <a href="https://github.com/DoesntMatter/GitlogParser#readme" title="Documentation" target="_blank">README</a> file of my github repository.</p>
<li><u>Sample usage:</u></li>
<p><code><em># Change to GitParser directory</em><br />
$ cd YOURPATH/GitlogParser<br />
<em># Show help</em><br />
$  ./scripts/gitlog_to_rss.pl --help<br />
<em># Execute script for RSS output</em><br />
$ ./scripts/gitlog_to_rss.pl --repo PATH-TO-GIT-REPO</code><br />
<br />
The &#8211;repo option is the mandatory option to state the git repository. Of course there are other options to <strong>customize</strong> the output for your purposes. For example you can specify the title of your RSS-Feed with the &#8211;title option. If you want to know more about the other options please take a look at the documentation or use the output of the &#8211;help option.</p>
<li><u>Sample output:</u></li>
<p><a href="http://share.doesntmatter.de/feed.rss" title="RSS" target="_blank">RSS</a><br />
<a href="http://share.doesntmatter.de/log.html" title="HTML" target="_blank">HTML</a><br />
<a href="http://share.doesntmatter.de/log.sql" title="SQL" target="_blank">SQL</a>
</ol>
<p>This tool is not finished completely and I will probably implement support for more file formats. If you have suggestions or any feature request please do not hesitate to contact me via github!</p>
]]></content:encoded>
			<wfw:commentRss>http://dev-blog.doesntmatter.de/2012/01/27/gitlog-parser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
