<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Planimeter&#039;s Blog</title>
	<atom:link href="http://planimeter.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://planimeter.wordpress.com</link>
	<description>Automatic reporting and other issues</description>
	<lastBuildDate>Mon, 14 Sep 2009 18:12:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='planimeter.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Planimeter&#039;s Blog</title>
		<link>http://planimeter.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://planimeter.wordpress.com/osd.xml" title="Planimeter&#039;s Blog" />
	<atom:link rel='hub' href='http://planimeter.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Significance levels in TEX directly from R (via Sweave technique)</title>
		<link>http://planimeter.wordpress.com/2009/09/14/significance-levels-in-from-r-putting-into-tex-via-sweave-technique/</link>
		<comments>http://planimeter.wordpress.com/2009/09/14/significance-levels-in-from-r-putting-into-tex-via-sweave-technique/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 18:00:37 +0000</pubDate>
		<dc:creator>planimeter</dc:creator>
				<category><![CDATA[R]]></category>
		<category><![CDATA[sweave]]></category>
		<category><![CDATA[TEX]]></category>
		<category><![CDATA[linear model]]></category>
		<category><![CDATA[lm]]></category>
		<category><![CDATA[significance level]]></category>

		<guid isPermaLink="false">http://planimeter.wordpress.com/?p=53</guid>
		<description><![CDATA[If you are familiar with the technique combining R statistical and graphical capacities with the flexibility of TEX than you might be interested in putting the significance levels directly from the R-output into your TEX documentation. Let&#8217;s see the sentence: It turned out that gender is a significant factor (p = 0.0023). Let&#8217;s also suppose [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=53&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are familiar with the technique combining R statistical and graphical capacities with the flexibility of TEX than you might be interested in putting the significance levels directly from the R-output into your TEX documentation. </p>
<p>Let&#8217;s see the sentence: </p>
<blockquote><p>It turned out that gender is a significant factor (p = 0.0023). </p></blockquote>
<p>Let&#8217;s also suppose that you had to use a linear model in R to provide the statistical test.<br />
Than you might have a line in R something like this:    <code>lm(a$DEPENDENT ~ 1)</code>.<br />
You can directly insert the p-value from the R-output with application the following code snippet (all written in TEX, but running with application of sweave):</p>
<p><code>&lt;</code>&lt;</code><code>echo=false, results = hide</code><code>&gt;</code><code>&gt;</code>=<br />
<code><br />
si1 &lt;- summary(lm(a$DEPENDENT~1))$coefficients[4]<br />
names(si1) &lt;- NULL<br />
@ </p>
<p>It turned out that gender is a significant factor (p = \Sexpr{round(si, 3)}.<br />
</code></p>
<p>It produces the sentence mentioned in the introduction, because </p>
<p><code>summary(lm(a$DEPENDENT~1))$coefficients[4]</code></p>
<p>provides the p-value of the linear model. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/planimeter.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/planimeter.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/planimeter.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/planimeter.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/planimeter.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/planimeter.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/planimeter.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/planimeter.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/planimeter.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/planimeter.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/planimeter.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/planimeter.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/planimeter.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/planimeter.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=53&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://planimeter.wordpress.com/2009/09/14/significance-levels-in-from-r-putting-into-tex-via-sweave-technique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df661f30db066e828ce4752760e12572?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">planimeter</media:title>
		</media:content>
	</item>
		<item>
		<title>Recoding in R</title>
		<link>http://planimeter.wordpress.com/2009/08/31/recoding-in-r/</link>
		<comments>http://planimeter.wordpress.com/2009/08/31/recoding-in-r/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 20:36:35 +0000</pubDate>
		<dc:creator>planimeter</dc:creator>
				<category><![CDATA[R]]></category>
		<category><![CDATA[car library R]]></category>
		<category><![CDATA[recode]]></category>

		<guid isPermaLink="false">http://planimeter.wordpress.com/?p=41</guid>
		<description><![CDATA[Would you like to recode your variable elegantly? Why do not you use recode library in CAR package? An example from its help: The link ( cran.r-project.org/web/packages/car/index.html ) to download.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=41&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Would you like to recode your variable elegantly?<br />
Why do not you use <em>recode</em> library in <strong>CAR</strong> package?<br />
An example from its help:<br />
<img src="http://planimeter.files.wordpress.com/2009/08/blog_r1.png?w=500&#038;h=97" alt="Recode in R by CAR" title="Recode in R by CAR" width="500" height="97" class="aligncenter size-full wp-image-42" /></p>
<p>The link ( <a href="http://www.cran.r-project.org/web/packages/car/index.html">cran.r-project.org/web/packages/car/index.html</a> ) to download.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/planimeter.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/planimeter.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/planimeter.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/planimeter.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/planimeter.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/planimeter.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/planimeter.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/planimeter.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/planimeter.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/planimeter.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/planimeter.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/planimeter.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/planimeter.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/planimeter.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=41&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://planimeter.wordpress.com/2009/08/31/recoding-in-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df661f30db066e828ce4752760e12572?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">planimeter</media:title>
		</media:content>

		<media:content url="http://planimeter.files.wordpress.com/2009/08/blog_r1.png" medium="image">
			<media:title type="html">Recode in R by CAR</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove write protection from USB memory stick</title>
		<link>http://planimeter.wordpress.com/2009/08/30/remove-write-protection-from-usb-memory-stick/</link>
		<comments>http://planimeter.wordpress.com/2009/08/30/remove-write-protection-from-usb-memory-stick/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 16:22:23 +0000</pubDate>
		<dc:creator>planimeter</dc:creator>
				<category><![CDATA[Technical issues]]></category>
		<category><![CDATA[HP USB Disk Storage]]></category>
		<category><![CDATA[raw format]]></category>
		<category><![CDATA[USB memory stick]]></category>

		<guid isPermaLink="false">http://planimeter.wordpress.com/?p=29</guid>
		<description><![CDATA[I somehow lost the partition table on my USB memory stick while I was in a project to do it a bootable tool. I thought that it will not be a problem, because the memory stick was identified by my PC (with MS XP). Unfortunately it turned out that its format became RAW and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=29&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I somehow lost the partition table on my USB memory stick while I was in a project to do it a bootable tool.<br />
I thought that it will not be a problem, because the memory stick was identified by my PC (with MS XP).<br />
Unfortunately it turned out that its format became <em><strong>RAW</strong></em> and I could not find ways to format it as FAT, FAT32 or NTFS. </p>
<p>The suggested solutions (simply application of Windows&#8217;s Disk Manager, or the HP USB Disk Storage Format Tool ( <a href="http://files.extremeoverclocking.com/file.php?f=197">http://files.extremeoverclocking.com/file.php?f=197</a> ) could not solve my problem. </p>
<p>Finally I found NirSoft&#8217;s free USBDeview v1.40   (<a href="http://www.nirsoft.net/utils/driverview.html"> http://www.nirsoft.net/utils/driverview.html </a> )  software, which made possible the formatting of my almost thrown-away USB memory stick. </p>
<div id="attachment_31" class="wp-caption alignright" style="width: 509px"><img src="http://planimeter.files.wordpress.com/2009/08/blog_driverview.png?w=499&#038;h=262" alt="Just simply choose the raw formatted USB memory stick and you can reformat it" title="Driverview" width="499" height="262" class="size-full wp-image-31" /><p class="wp-caption-text">Just simply choose the raw formatted USB memory stick and you can reformat it</p></div>
<p>You can you use this tool very simply: just choose the raw formatted USB memory stick and you will be able to reformat is.<br />
Good luck !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/planimeter.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/planimeter.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/planimeter.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/planimeter.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/planimeter.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/planimeter.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/planimeter.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/planimeter.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/planimeter.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/planimeter.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/planimeter.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/planimeter.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/planimeter.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/planimeter.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=29&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://planimeter.wordpress.com/2009/08/30/remove-write-protection-from-usb-memory-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df661f30db066e828ce4752760e12572?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">planimeter</media:title>
		</media:content>

		<media:content url="http://planimeter.files.wordpress.com/2009/08/blog_driverview.png" medium="image">
			<media:title type="html">Driverview</media:title>
		</media:content>
	</item>
		<item>
		<title>WriteMaps</title>
		<link>http://planimeter.wordpress.com/2009/08/30/writemaps/</link>
		<comments>http://planimeter.wordpress.com/2009/08/30/writemaps/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 11:06:00 +0000</pubDate>
		<dc:creator>planimeter</dc:creator>
				<category><![CDATA[Web-design]]></category>
		<category><![CDATA[skeleton]]></category>
		<category><![CDATA[web-desing]]></category>
		<category><![CDATA[writemaps.com]]></category>

		<guid isPermaLink="false">http://planimeter.wordpress.com/?p=10</guid>
		<description><![CDATA[WriteMap<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=10&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://planimeter.files.wordpress.com/2009/08/blog_writemaps12.png?w=500&#038;h=375" alt="WriteMaps in action" title="WriteMaps in action" width="500" height="375" class="alignleft size-full wp-image-36" />WriteMap ( <a href="http://www.writemaps.com">writemaps</a>) was introduced (for me) by .NET Issue 193. This is a relly useful (and free) tool to sketch the design (topology) of a new website. It has a marvellous outlook and can be a basics for discussion with your client or with the members of your team (as it provides the possibility of commenting each page seperately).<br />
Anyhow I have problems with even starting the work underOpera 9.64. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/planimeter.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/planimeter.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/planimeter.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/planimeter.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/planimeter.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/planimeter.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/planimeter.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/planimeter.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/planimeter.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/planimeter.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/planimeter.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/planimeter.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/planimeter.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/planimeter.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=10&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://planimeter.wordpress.com/2009/08/30/writemaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df661f30db066e828ce4752760e12572?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">planimeter</media:title>
		</media:content>

		<media:content url="http://planimeter.files.wordpress.com/2009/08/blog_writemaps12.png" medium="image">
			<media:title type="html">WriteMaps in action</media:title>
		</media:content>
	</item>
		<item>
		<title>Blog start</title>
		<link>http://planimeter.wordpress.com/2009/08/30/blog-start/</link>
		<comments>http://planimeter.wordpress.com/2009/08/30/blog-start/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 10:06:42 +0000</pubDate>
		<dc:creator>planimeter</dc:creator>
				<category><![CDATA[Mixed]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[Textpattern]]></category>
		<category><![CDATA[Typo3]]></category>
		<category><![CDATA[WEKA]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://planimeter.wordpress.com/?p=3</guid>
		<description><![CDATA[A new technical blog in statistics (biostatistics), automated reporting and publishing the results on the web. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=3&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A new blog is started. God knows its number in the row. Anyhow, I hope that it can deliver solution(s) for my readers.<br />
Who I am? I&#8217;m originally a statistician. But I&#8217;ve recently been facing with web-based problems, tools and solutions. As I realised that only the prompt answers are adequate even in statistical services, I started to deal with on-line, web-based and one more characteristics, automated reporting.<br />
What did I find? A huge jungle, without specific solutions, where even the directions are questionable sometimes.<br />
I would like to introduce my efforts and solutions in this heroic struggle. The struggle with the statistical tools, like R, SAS, WINBUGS, WEKA, etc., the struggle with web-based environment like PHP, SQL, MYSQL, the struggle with the different CMS&#8217;s like WordPress, Textpattern, Typo3 and some connected topics like photo-editing and publishing, archiving, providing and improving security and so on.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/planimeter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/planimeter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/planimeter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/planimeter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/planimeter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/planimeter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/planimeter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/planimeter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/planimeter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/planimeter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/planimeter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/planimeter.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/planimeter.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/planimeter.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=planimeter.wordpress.com&amp;blog=9239810&amp;post=3&amp;subd=planimeter&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://planimeter.wordpress.com/2009/08/30/blog-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df661f30db066e828ce4752760e12572?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">planimeter</media:title>
		</media:content>
	</item>
	</channel>
</rss>
