<?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>Delta Improvement</title>
	<atom:link href="http://dimprovement.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dimprovement.wordpress.com</link>
	<description>Thought-bits on opensource, software tools and other frustrations</description>
	<lastBuildDate>Fri, 13 Nov 2009 16:32:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dimprovement.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Delta Improvement</title>
		<link>http://dimprovement.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dimprovement.wordpress.com/osd.xml" title="Delta Improvement" />
	<atom:link rel='hub' href='http://dimprovement.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Switching between more than two layouts in Gnome</title>
		<link>http://dimprovement.wordpress.com/2009/11/13/switching-between-more-than-two-layouts-in-gnome/</link>
		<comments>http://dimprovement.wordpress.com/2009/11/13/switching-between-more-than-two-layouts-in-gnome/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 16:32:39 +0000</pubDate>
		<dc:creator>dalai</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://dimprovement.wordpress.com/?p=46</guid>
		<description><![CDATA[Using three or four keyboard layouts in Gnome is not particularly convenient because switching works sequentially. There are some simple solutions to this problem: Some key combinations allow moving forwards and backwards through the layout list. Of course you still need to know the sequence and the current position in that sequence for this to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dimprovement.wordpress.com&amp;blog=9947547&amp;post=46&amp;subd=dimprovement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using three or four keyboard layouts in Gnome is not particularly convenient because switching works sequentially. There are some simple solutions to this problem:</p>
<ol>
<li>Some key combinations allow moving forwards and backwards through the layout list. Of course you still need to know the sequence and the current position in that sequence for this to work efficiently.</li>
<li>Using gconf you can add some of the layouts to a secondary list. This mean that these layouts will only be available for selection through the keyboard indicator applet &#8211; only 2-3 mouse clicks away &#8211; which is really cumbersome when you need to switch around a lot.</li>
</ol>
<p>Unfortunately there doesn&#8217;t seem to be a sane way to switch between more than two layouts. In my case I have two primary layouts and a third that I only use occasionally (albeit when I do use it, I switch a lot between it and the other two). My solution involves messing with the XKB configuration. It is not a perfect solution because I had to modify system files which will get reverted at the next upgrade, but at least it doesn&#8217;t interfere or override Gnome so hopefully there won&#8217;t be any &#8220;weird&#8221; problems.</p>
<p>Since I was accustomed to switching between my primary layouts with the otherwise useless CapsLock key, I didn&#8217;t want to change that behavior. As a result in the new configuration CapsLock still switches between the two primary layouts and to go to the third one Shift-CapsLock is employed. It would have been nice to hit Shift-CapsLock once again to go to the primary I switched from, but unfortunately I didn&#8217;t find a way. In the meantime when in the third layout CapsLock will switch to the first and Shift-CapsLock to the second.</p>
<p>These are the things I added:</p>
<pre>/usr/share/X11/xkb/symbols/capslock</pre>
<div class="wp-caption alignnone" style="text-align:left;">
<pre>partial hidden modifier_keys
xkb_symbols "cap3switch" {
  replace key &lt;CAPS&gt; { symbols[Group1]=[ ISO_Next_Group, ISO_Prev_Group ],
                       symbols[Group2]=[ ISO_Prev_Group, ISO_Next_Group ],
                       symbols[Group3]=[ ISO_Next_Group, ISO_Prev_Group ]};
};
</pre>
</div>
<pre>/usr/share/X11/xkb/rules/evdev</pre>
<div class="wp-caption alignnone" style="text-align:left;">
<pre>  grp:caps3switch	=	+capslock(cap3switch)
</pre>
</div>
<pre>/usr/share/X11/xkb/rules/evdev.lst</pre>
<div class="wp-caption alignnone" style="text-align:left;">
<pre>  grp:caps3switch      CapsLock (between first two layouts) and Shift+CapsLock for third
</pre>
</div>
<pre>/usr/share/X11/xkb/rules/evdev.xml</pre>
<div class="wp-caption alignnone" style="text-align:left;">
<pre>&lt;option&gt;
   &lt;configItem&gt;
      &lt;name&gt;grp:caps3switch&lt;/name&gt;
      &lt;description&gt;CapsLock (switch between the two first layouts),
                               Shift+CapsLock goes to third layout&lt;/description&gt;
   &lt;/configItem&gt;
&lt;/option&gt;
</pre>
</div>
<p>Then all that needs to be done is go to the keyboard preferences, add the layouts and from the layout options choose the new switching mechanism. Btw besides ISO_Next_Group and ISO_Prev_Group you can also use ISO_First_Group and ISO_Last_Group, that might be more useful if you use 4 active layouts. If you have a better way of accomplishing the same thing please let me know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimprovement.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimprovement.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimprovement.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimprovement.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimprovement.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimprovement.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimprovement.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimprovement.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimprovement.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimprovement.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimprovement.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimprovement.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimprovement.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimprovement.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dimprovement.wordpress.com&amp;blog=9947547&amp;post=46&amp;subd=dimprovement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dimprovement.wordpress.com/2009/11/13/switching-between-more-than-two-layouts-in-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d928d3dcf27b3b285e60a372123eec3c?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">dalai</media:title>
		</media:content>
	</item>
		<item>
		<title>From Xournal to org-mode notes</title>
		<link>http://dimprovement.wordpress.com/2009/10/18/from-xournal-to-org-mode-notes/</link>
		<comments>http://dimprovement.wordpress.com/2009/10/18/from-xournal-to-org-mode-notes/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 09:04:52 +0000</pubDate>
		<dc:creator>dalai</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[note-taking]]></category>
		<category><![CDATA[xournal]]></category>

		<guid isPermaLink="false">http://dimprovement.wordpress.com/?p=27</guid>
		<description><![CDATA[In the previous post I was writing on the need to easily annotate papers in PDF format and in a way that makes it just as easy to work with the annotations. The key sought-after characteristic is to have the notes as the center of the organization and not the other way around. This means [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dimprovement.wordpress.com&amp;blog=9947547&amp;post=27&amp;subd=dimprovement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the previous post I was writing on the need to easily annotate papers in PDF format and in a way that makes it just as easy to work with the annotations. The key sought-after characteristic is to have the notes as the center of the organization and not the other way around. This means that the annotations should not be accessible only within the PDF itself. Since I am using Linux I was looking at what solutions are currently available for the platform. Moreover, I was looking for something that can be combined with Emacs&#8217; org-mode but without the need to constantly switch between Emacs and the PDF viewer (or Emacs buffers for that matter).</p>
<p>I decided to use Xournal since it is really easy to create PDF annotations with it and it saves them separately in XML format. Xournal allows text notes as well as a form of &#8220;highlighting&#8221;. I am using quotes because it does not really allow you to highlight the text itself, but you just freely paint over it. To capture the information from Xournal I wrote a small python script. The script exports text notes as they are, using the first line as a title. For highlighted regions, it calculates the region&#8217;s bounding box, crops the PDF and then converts the remaining to text. I also reserved the black highlighting for exporting &#8220;images&#8221; from the PDF such as graphs and photos. Each item is followed by a link either to the original PDF at the page it was found, or in the case of the images to the image file. Since I am using LaTeX and BibTeX, I also needed a way to capture the citation information. Personally I save the PDF files using the citation key, e.g. Author2009.pdf refers to the entry with citation key Author2009. To make things easier, the title of each link includes the citation key and the page in the original document.</p>
<p>The following picture shows page 16 of the pgf-plot manual in Xournal with a couple of highlighted regions and a text note. It is followed by a picture of the captured notes in Emacs.</p>
<div id="attachment_22" class="wp-caption alignnone" style="width: 490px"><img class="size-full wp-image-22" title="Sample paper annotated in Xournal" src="http://dimprovement.files.wordpress.com/2009/10/paper.png?w=480&#038;h=407" alt="Sample paper annotated in Xournal" width="480" height="407" /><p class="wp-caption-text">Sample paper annotated in Xournal</p></div>
<div id="attachment_21" class="wp-caption alignnone" style="width: 490px"><img class="size-full wp-image-21" src="http://dimprovement.files.wordpress.com/2009/10/notes.png?w=480&#038;h=344" alt="Captured org-mode notes. " width="480" height="344" /><p class="wp-caption-text">Captured org-mode notes. The Figure 1 link was clicked and xpdf opened to show the image file.</p></div>
<p>I should note that using the bounding box of the highlighted region may lead to copying over redundant text and in any case the note file may need some post-processing to correct the pdf-to-text conversion artefacts. Nevertheless, I believe that the benefit of using Xournal outweighs this drawback. Personally I do have to post-process it a bit anyway, to add tags and copy the notes over to a master file specific to the project I am working on.</p>
<p>Here is a link (check below) to the script in case anyone wants to try it (it uses pdftk, pdfcrop and pdftotext) &#8211; by the way I am not a programmer so although nothing nasty is expected don&#8217;t actually count on it. To open the pdf links you will need the following snippet in your .emacs file (copied from <a href="www.mail-archive.com/emacs-orgmode@gnu.org/msg08017.html" target="_self">here</a>) which opens the pdf at the right page.</p>
<p><code><br />
(require 'org)<br />
(org-add-link-type "pdf" 'my-follow-pdf-link 'identity)<br />
(defun my-follow-pdf-link (link)<br />
"Follow links of the type path/to/file@line-no"<br />
(when (string-match "\\(.+\\)@\\([0-9]+\\)$" link)<br />
(start-process "*xpdf*" nil "xpdf"<br />
(match-string 1 link)<br />
(match-string 2 link))))<br />
</code></p>
<p>One additional feature that could be added is to use OCR to capture text regions in scanned documents, but I doubt that the resolution available in most such documents is sufficient. Anyway I would appreciate any suggestions for improvements and I would like to thank Shrutarshi Basu, whose <a href="http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/" target="_self">post</a> was the starting point of this idea.</p>
<p><span style="color:#800000;"><strong>Update 22 Oct 2009:</strong></span> It turns out that I had more scanned papers than I thought. As a result I added OCR-support in my script using Tesseract. I&#8217;ve actually tried it and it works pretty well so far. The new version can be downloaded from <a href="http://deltaimprovement.pastebin.com/f16a49e29" target="_self">here</a>. I also added a couple of options and fixed 1 or 2 things. If you have any comments, suggestions or corrections please let me know, especially if you have a patch ready&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimprovement.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimprovement.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimprovement.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimprovement.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimprovement.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimprovement.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimprovement.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimprovement.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimprovement.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimprovement.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimprovement.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimprovement.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimprovement.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimprovement.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dimprovement.wordpress.com&amp;blog=9947547&amp;post=27&amp;subd=dimprovement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dimprovement.wordpress.com/2009/10/18/from-xournal-to-org-mode-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d928d3dcf27b3b285e60a372123eec3c?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">dalai</media:title>
		</media:content>

		<media:content url="http://dimprovement.files.wordpress.com/2009/10/paper.png" medium="image">
			<media:title type="html">Sample paper annotated in Xournal</media:title>
		</media:content>

		<media:content url="http://dimprovement.files.wordpress.com/2009/10/notes.png" medium="image">
			<media:title type="html">Captured org-mode notes. </media:title>
		</media:content>
	</item>
		<item>
		<title>On Digital Note Taking</title>
		<link>http://dimprovement.wordpress.com/2009/10/15/on-digital-note-taking/</link>
		<comments>http://dimprovement.wordpress.com/2009/10/15/on-digital-note-taking/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:01:48 +0000</pubDate>
		<dc:creator>dalai</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[note-taking]]></category>

		<guid isPermaLink="false">http://dimprovement.wordpress.com/?p=3</guid>
		<description><![CDATA[I am starting yet another project that will require significant note taking and decided to try to have everything electronically this time. The advantages are obvious: easy to search and easy to incorporate in my work. So what does digital note taking involve? I think any note taking application in general follows (more or less) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dimprovement.wordpress.com&amp;blog=9947547&amp;post=3&amp;subd=dimprovement&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am starting yet another project that will require significant note taking and decided to try to have everything electronically this time. The advantages are obvious: easy to search and easy to incorporate in my work. So what does digital note taking involve? I think any note taking application in general follows (more or less) this workflow:</p>
<ol>
<li>Collect data</li>
<li>Capture information (excerpts from data, annotations)</li>
<li>Organize information for easy processing and retrieval</li>
</ol>
<p>Unfortunately there seem to exist different scenarios with different requirements and each application I came across was geared towards one of them.</p>
<p><strong><em>Scenario (A) Student taking notes in class:</em></strong> The data collected in this case are (or supposed to be) handwritten notes using a Tablet PC. No capture step is usually required since &#8211; with the possible exception of OCR &#8211; no post-processing is required to use the notes to study. Organization can be as simple as putting the files in the appropriate course folder and naming it using the date or keywords. In linux this niche is filled by <a title="Xournal" href="http://xournal.sourceforge.net/" target="_self">Xournal</a> and its variants.</p>
<p><em><strong>Scenario (B) Document review:</strong></em> In this case the &#8220;data&#8221; is the &#8220;information&#8221; and is captured inside the document itself so no additional organization is necessary. This corresponds to the &#8220;track changes&#8221; feature in Openoffice. For PDFs one can use <a title="Xournal" href="http://xournal.sourceforge.net/" target="_self">Xournal</a> again although it is not really streamlined for this job. Recent developments in poppler will (hopefully) soon allow full support of annotations in other pdf viewers as well. <a title="Okular" href="http://okular.kde.org/" target="_self">Okular</a> also features commenting but the last time I tried it, it was very crash-prone. There are a couple of online solutions as well (e.g. <a title="A.nnotate" href="http://a.nnotate.com/" target="_self">A.nnotate</a>)</p>
<p><em><strong>Scenario (C) General notes and GTD:</strong></em> This is a more general case that encompasses different applications. The information is entered directly into the application and is organized in groups/hierarchically (<a href="http://rasm.ods.org/keepnote/" target="_self">KeepNote</a>, <a href="http://www.gnome.org/projects/tomboy/">Tomboy</a>, <a href="http://basket.kde.org/" target="_self">Basket</a>) as a wiki (<a href="http://www.zim-wiki.org/" target="_self">Zim</a>, <a href="http://www.tiddlywiki.com/" target="_self">Tiddlywiki</a>) or as a mind map (<a href="http://freemind.sourceforge.net" target="_self">Freemind</a>, <a href="http://compendium.open.ac.uk/institute/" target="_self">Compendium</a>). A multitude of web-applications are available, some generic and others very specialized. Personally I started using the emacs <a title="Org-mode" href="http://orgmode.org" target="_self">org-mode</a> and I am not going back.</p>
<p>Naturally, I am not in any of the scenarios above. What I need is to review a large volume of mostly scientific literature, aggregate the information and write my stuff. This complicates things due to the following reasons:</p>
<ul>
<li>Almost all documents are in PDF format and the required information is in the form of  notes on specific sections, text excerpts and figures/graphs.</li>
<li>All documents come with citation information. As a result, the notes must interface with my current BibTeX database.</li>
<li><strong>N</strong><strong>otes are to be central, linking back to the original documents and citation information</strong> and not the other way around as in many reference management software I found (e.g. <a href="http://www.mendeley.com/" target="_self">Mendeley</a>, <a href="http://www.zotero.org/" target="_self">Zotero</a>).</li>
<li>The solution I will use must be compatible with LaTeX.</li>
<li>For my personal convenience (and in accordance with Unix tradition) I prefer to have as much as possible in simple text files, locally on my PC.</li>
</ul>
<p>To accommodate my needs, I decided to use multiple tools since I couldn&#8217;t find a single one that could do everything &#8211; maybe someone can prove me wrong. I&#8217;ve started preparing a solution based on Emacs&#8217; org-mode, Xournal and scripting. In my next post I plan to write on capturing org-mode notes using Xournal (as soon as I get it to work adequately).</p>
<p><strong><span style="color:#800000;">Update: </span></strong>The script is now ready, check this <a href="http://dimprovement.wordpress.com/2009/10/18/from-xournal-to-org-mode-notes/">post</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dimprovement.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dimprovement.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dimprovement.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dimprovement.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dimprovement.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dimprovement.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dimprovement.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dimprovement.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dimprovement.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dimprovement.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dimprovement.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dimprovement.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dimprovement.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dimprovement.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dimprovement.wordpress.com&amp;blog=9947547&amp;post=3&amp;subd=dimprovement&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dimprovement.wordpress.com/2009/10/15/on-digital-note-taking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d928d3dcf27b3b285e60a372123eec3c?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">dalai</media:title>
		</media:content>
	</item>
	</channel>
</rss>
