<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: UPM 1.6 Released</title>
	<atom:link href="http://www.17od.com/2010/06/23/upm-1-6-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.17od.com/2010/06/23/upm-1-6-released/</link>
	<description></description>
	<lastBuildDate>Sat, 26 Feb 2011 14:09:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Adrian Smith</title>
		<link>http://www.17od.com/2010/06/23/upm-1-6-released/#comment-13106</link>
		<dc:creator>Adrian Smith</dc:creator>
		<pubDate>Mon, 09 Aug 2010 22:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.17od.com/?p=320#comment-13106</guid>
		<description>Thanks for that Emilio.</description>
		<content:encoded><![CDATA[<p>Thanks for that Emilio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emilio</title>
		<link>http://www.17od.com/2010/06/23/upm-1-6-released/#comment-13105</link>
		<dc:creator>Emilio</dc:creator>
		<pubDate>Mon, 09 Aug 2010 04:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.17od.com/?p=320#comment-13105</guid>
		<description>Great App for Android and the Linux desktop. Thank you. &lt;br&gt;&lt;br&gt;I just switched to upm from from keyring/Jpilot. Here is a little Perl script to convert from JPilot&#039;s keyring text export to .csv for import into upm (watch out, doesn&#039;t like double quotes and pound signs &#039;#&#039; into the Note field):&lt;br&gt;&lt;br&gt;#!/usr/bin/perl -w&lt;br&gt;#conver jpilot&#039;s keyring text file to csv for import into&lt;br&gt;#upm password manager.&lt;br&gt;#Usage:&lt;br&gt;# krtxt2upmcsv.pl &lt; keyring.txt &gt; upm.csv&lt;br&gt;#&lt;br&gt;#skip first 2 lines&lt;br&gt;&lt;&gt;;&lt;br&gt;#set record separator to read each record&lt;br&gt;$/=&quot;n#&quot;;&lt;br&gt;&lt;&gt;;&lt;br&gt;while($record = &lt;&gt;){&lt;br&gt;    $record =~ /Name: (.*)nAccount: (.*)nPassword: (.*)nNote: (.*)#/s;&lt;br&gt;    $note = $4;&lt;br&gt;    chop($note);&lt;br&gt;    print &quot;&quot;$1&quot;,&quot;$2&quot;,&quot;$3&quot;,&quot;&quot;,&quot;$note&quot;&quot;, &quot;n&quot;;&lt;br&gt;}</description>
		<content:encoded><![CDATA[<p>Great App for Android and the Linux desktop. Thank you. </p>
<p>I just switched to upm from from keyring/Jpilot. Here is a little Perl script to convert from JPilot&#39;s keyring text export to .csv for import into upm (watch out, doesn&#39;t like double quotes and pound signs &#39;#&#39; into the Note field):</p>
<p>#!/usr/bin/perl -w<br />#conver jpilot&#39;s keyring text file to csv for import into<br />#upm password manager.<br />#Usage:<br /># krtxt2upmcsv.pl &lt; keyring.txt &gt; upm.csv<br />#<br />#skip first 2 lines<br />&lt;&gt;;<br />#set record separator to read each record<br />$/=&#8221;n#&#8221;;<br />&lt;&gt;;<br />while($record = &lt;&gt;){<br />    $record =~ /Name: (.*)nAccount: (.*)nPassword: (.*)nNote: (.*)#/s;<br />    $note = $4;<br />    chop($note);<br />    print &#8220;&#8221;$1&#8243;,&#8221;$2&#8243;,&#8221;$3&#8243;,&#8221;",&#8221;$note&#8221;", &#8220;n&#8221;;<br />}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

