<?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>Flavio Castelli &#187; Perl</title>
	<atom:link href="http://flavio.castelli.name/category/programming/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://flavio.castelli.name</link>
	<description>debugging my life</description>
	<lastBuildDate>Fri, 20 Jan 2012 08:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gentoo documentation checker</title>
		<link>http://flavio.castelli.name/gentoo-documentation-checker</link>
		<comments>http://flavio.castelli.name/gentoo-documentation-checker#comments</comments>
		<pubDate>Thu, 08 Dec 2005 17:52:16 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.flavio.castelli.name/gentoo-documentation-checker/</guid>
		<description><![CDATA[gen-docheck is a useful tool for the gentoo italian translation team. gen-dockeck compares the version number of english document and italian translation. In this way you can watch the status of one or more guides, keeping the translations updated. Features: mail notification support (straight to guide&#8217;s translator or to a specified address) filter guides using [...]]]></description>
			<content:encoded><![CDATA[<p>gen-docheck is a useful tool for the <a href="http://www.gentoo.org/doc/it/index.xml">gentoo italian translation team</a>.<br />
<span id="more-15"></span><br />
gen-dockeck compares the version number of english document and italian translation.</p>
<p>In this way you can watch the status of one or more guides, keeping the translations updated.</p>
<h3>Features:</h3>
<ul>
<li>mail notification support (straight to guide&#8217;s translator or to a specified address)</li>
<li>filter guides using regular expressions</li>
</ul>
<h3>Requirements:</h3>
<p>gen-dockeck requires:</p>
<ul>
<li>perl</li>
<li>perl module <a href="http://search.cpan.org/dist/libwww-perl/lib/LWP/Simple.pm">LWP::Simple</a> (under debian is provided by <a href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&amp;subword=1&amp;version=all&amp;release=all&amp;keywords=libwww-perl&amp;sourceid=mozilla-search">libwww-perl</a>)</li>
<li>perl module <a href="http://search.cpan.org/~gbarr/libnet/Net/SMTP.pm">Net::SMTP</a></li>
<li>perl module <a href="http://search.cpan.org/~jv/Getopt-Long-2.35/lib/Getopt/Long.pm">Getopt::Long</a> (usually available by default with all perl installation)</li>
<li>perl module <a href="http://search.cpan.org/~marekr/Pod-Parser-1.34/lib/Pod/Usage.pm">Pod::Usage</a> (usually available by default with all perl installation)</li>
</ul>
<h3>Synopsis:</h3>
<p>gen-docheck syntax:<br />
<code>gen-docheck [--help] [--man] [--config configuration file]</code><br />
for more informations read the man page:<br />
<code>gen-docheck --manan</code></p>
<h3>Configuration file:</h3>
<p>gen-docheck support also configuration files.</p>
<p>This is an example:</p>
<pre>
<code>#mail sender
sender = gentoo_doccheck@gentoo.orgThis email address is being protected from spam bots, you need Javascript enabled to view it

#check only guides mathing these names (use "." to match all, "," to separate names)
checkonly = diskless,macos
#checkonly = .

#send mail notify to translator
mailnotify = 0

#send all mail notify to this address
force_mail_destination = flavio.castelli@gmail.com

# smtp server
smtp = smtp.tiscali.it

# debug smtp commands
smtpdebug = 0</code></pre>
<h3>Usage:</h3>
<p>You can automate gen-docheck adding it to cron.</p>
<p>Here&#8217;s an example:</p>
<pre>
<code>0 10 * * 0 /home/micron/gen\-docheck/gen\-docheck.pl --config /home/micron/gen\-docheck/gen\-docheck.conff</code></pre>
<p>In this way you&#8217;ll run gen-docheck every sunday at 10:00 AM</p>
<h3>Download</h3>
<p><a href="http://www.flavio.castelli.name/wp-content/uploads/2007/11/gen-dochecktar.gz" title="Gentoo documentation checker">Gentoo documentation checker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flavio.castelli.name/gentoo-documentation-checker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

