<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>MobileRead Forums</title>
		<link>http://www.mobileread.com/forums/</link>
		<description>MobileRead - the resource for mobile geeks seeking information and advice for keeping their gadgets happy.</description>
		<language>en</language>
		<lastBuildDate>Thu, 20 Jun 2013 10:13:56 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>30</ttl>
		<image>
			<url>http://s.mobileread.com/i/mr/misc/logo.gif</url>
			<title>MobileRead Forums</title>
			<link>http://www.mobileread.com/forums/</link>
		</image>
		<item>
			<title>Pocketbook SurfPad 2 in Europa verfügbar!</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216209&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 09:59:40 GMT</pubDate>
			<description>
Pocketbook SurfPad 2 in Europa verfügbar!
http://www.pocketbook-int.com/de/product…tbook-surfpad-2


Ab sofort in unserem Shop, aber bald auch bei unseren Partner!
http://www.pocketbook-readers.de/product…?products_id=68
http://www.pocketbook-readers.de/product…?products_id=63</description>
			<content:encoded><![CDATA[<div><span class="resize_6"><br />
Pocketbook SurfPad 2 in Europa verfügbar!</span><br />
<a href="http://www.pocketbook-int.com/de/product…tbook-surfpad-2">http://www.pocketbook-int.com/de/pro...book-surfpad-2</a><br />
<br />
<br />
Ab sofort in unserem Shop, aber bald auch bei unseren Partner!<br />
<a href="http://www.pocketbook-readers.de/product…?products_id=68">http://www.pocketbook-readers.de/pro...products_id=68</a><br />
<a href="http://www.pocketbook-readers.de/product…?products_id=63">http://www.pocketbook-readers.de/pro...products_id=63</a></div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=212">PocketBook</category>
			<dc:creator>Forkosigan</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216209</guid>
		</item>
		<item>
			<title>Messed up my library</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216208&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 08:32:15 GMT</pubDate>
			<description>When I opened Calibre yesterday it showed nil books, authors etc. I therefore did a restore and all my books appeared in the library. Great. The problem is that I had previously added a column to allow me to mark the books I had read. After restoring this column is no longer there. I know I can add a new column but is there a way to retrieve the information of the books I read or is this data lost in the restore? 

Thanks in advance</description>
			<content:encoded><![CDATA[<div>When I opened Calibre yesterday it showed nil books, authors etc. I therefore did a restore and all my books appeared in the library. Great. The problem is that I had previously added a column to allow me to mark the books I had read. After restoring this column is no longer there. I know I can add a new column but is there a way to retrieve the information of the books I read or is this data lost in the restore? <br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=236">Library Management</category>
			<dc:creator>pollybel</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216208</guid>
		</item>
		<item>
			<title>Search and replace question (regular expression)</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216207&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 07:54:07 GMT</pubDate>
			<description>Does the Search and replace function of Edit metadata allow one to conditionally insert text based on whether a capture group actually captured any text?

e.g. If I use the following regular expression in the Search for field

*(January)|(February)|(March)|(April)|(May)|(June)|(July)|(August)|(September)|(October)|(November)|(December)*

Can I insert the numeric value of the month by doing a conditional check to see which capture group actually captured text?

I have the TextMate editor and this can be done there by using the following Replace with string:

*(?1:01)(?2:02)(?3:03)(?4:04)(?5:05)(?6:06)(?7:07)(?8:08)(?9:09)(?10:10)(?11:11)(?12:12)*

The (?#:XXXX) construct means if group # matched, insert XXXX.


Right now, I am having to do 12 separate searches to perform this task. Since I have to perform this particular search and replace on a recurring basis, it would be much easier to create a saved search and replace that performs all 12 replacements at once rather than having to do 12 separate replacements.

Any help woud be greatly appreciated.</description>
			<content:encoded><![CDATA[<div>Does the Search and replace function of Edit metadata allow one to conditionally insert text based on whether a capture group actually captured any text?<br />
<br />
e.g. If I use the following regular expression in the Search for field<br />
<br />
<b>(January)|(February)|(March)|(April)|(May)|(June)|  (July)|(August)|(September)|(October)|(November)|(  December)</b><br />
<br />
Can I insert the numeric value of the month by doing a conditional check to see which capture group actually captured text?<br />
<br />
I have the TextMate editor and this can be done there by using the following Replace with string:<br />
<br />
<b>(?1:01)(?2:02)(?3:03)(?4:04)(?5:05)(?6:06)(?7:07)(  ?8:08)(?9:09)(?10:10)(?11:11)(?12:12)</b><br />
<br />
The (?#:XXXX) construct means if group # matched, insert XXXX.<br />
<br />
<br />
Right now, I am having to do 12 separate searches to perform this task. Since I have to perform this particular search and replace on a recurring basis, it would be much easier to create a saved search and replace that performs all 12 replacements at once rather than having to do 12 separate replacements.<br />
<br />
Any help woud be greatly appreciated.</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=236">Library Management</category>
			<dc:creator>Funslinger</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216207</guid>
		</item>
		<item>
			<title>Hello from Melpomene.</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216206&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 07:31:55 GMT</pubDate>
			<description><![CDATA[Hello all. I'm Melpomene, a philosophy major and Kindle owner. I've had my beloved Kindle Keyboard since August 2011, and I'm yet to purchase a book for it - I've kept myself quite happy with the public domain. This Kindle really has paid for itself.]]></description>
			<content:encoded><![CDATA[<div>Hello all. I'm Melpomene, a philosophy major and Kindle owner. I've had my beloved Kindle Keyboard since August 2011, and I'm yet to purchase a book for it - I've kept myself quite happy with the public domain. This Kindle really has paid for itself.</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=49">Introduce Yourself</category>
			<dc:creator>Melpomene</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216206</guid>
		</item>
		<item>
			<title>Table formatting</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216204&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 05:42:17 GMT</pubDate>
			<description><![CDATA[First-time user!

I'm having trouble with the formatting of the tables.  The rows are too high, leaving a lot of blank space between rows.

Everything else has been nice and easy, converting my document to epub using calibre, and then tuning it in Sigil.  But the tables are driving me crazy.  I've read the user guides, tried a few things on my own in "code view", but I'm stuck - nothing seems to change the table formatting. At all.

The tables look great prior to the conversion. They look great in HTML.  But in ePub they have all that wide space between rows, almost like an extra row in between each row.

Can anyone point me to some documents or threads or discussions that can help me figure out how to get the tables formatting properly?]]></description>
			<content:encoded><![CDATA[<div>First-time user!<br />
<br />
I'm having trouble with the formatting of the tables.  The rows are too high, leaving a lot of blank space between rows.<br />
<br />
Everything else has been nice and easy, converting my document to epub using calibre, and then tuning it in Sigil.  But the tables are driving me crazy.  I've read the user guides, tried a few things on my own in &quot;code view&quot;, but I'm stuck - nothing seems to change the table formatting. At all.<br />
<br />
The tables look great prior to the conversion. They look great in HTML.  But in ePub they have all that wide space between rows, almost like an extra row in between each row.<br />
<br />
Can anyone point me to some documents or threads or discussions that can help me figure out how to get the tables formatting properly?</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=203">Sigil</category>
			<dc:creator>Rob Vollman</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216204</guid>
		</item>
		<item>
			<title>Putting pictures onto the gallery of the kobo vox</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216203&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 04:56:31 GMT</pubDate>
			<description><![CDATA[Hello 

I have recently been trying to put pictures onto my Kobo Vox's gallery. The pictures are Jpeg. They are all to do with certain events so I have loaded them into septerate folders and put them onto the device. However once I put them into the gallery the pictures are no longer in order despite renaming them several times. Its annoying because if I am trying to show someone the pictures of an activity that were taken at a certain date they are all mixed up. I tried contacting customer support but they have failed to respond to me despite two emails.

I currently do not have acess to wireless internet for my vox so I would like to find a way to fix this if possible without having to download any apps.

If anyone can help I would greatly appreciate it.]]></description>
			<content:encoded><![CDATA[<div>Hello <br />
<br />
I have recently been trying to put pictures onto my Kobo Vox's gallery. The pictures are Jpeg. They are all to do with certain events so I have loaded them into septerate folders and put them onto the device. However once I put them into the gallery the pictures are no longer in order despite renaming them several times. Its annoying because if I am trying to show someone the pictures of an activity that were taken at a certain date they are all mixed up. I tried contacting customer support but they have failed to respond to me despite two emails.<br />
<br />
I currently do not have acess to wireless internet for my vox so I would like to find a way to fix this if possible without having to download any apps.<br />
<br />
If anyone can help I would greatly appreciate it.</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=246">Kobo Tablets</category>
			<dc:creator>VoxQuestion</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216203</guid>
		</item>
		<item>
			<title>Nook Touch freezes when wi-fi is on</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216202&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 04:20:52 GMT</pubDate>
			<description><![CDATA[For the past few months or so I've been having problems with my Nook Touch whenever the wi-fi is on. At first the problem was minimal - it would lock up for a few seconds every few page turns. But now it's at the point where if I leave the wi-fi on for more than a couple of minutes, the reader has to be restarted. Nothing about my internet connection has changed, so I figure it has to be the device itself. Could it be the related to the amount of books I have on the Nook? The memory is almost entirely full.

Does anyone else have this problem? Anyone know of a way to fix it? It's at the point now where buying a book from a different store and manually transferring it is less hassle than buying the book from B&N, which is just silly.]]></description>
			<content:encoded><![CDATA[<div>For the past few months or so I've been having problems with my Nook Touch whenever the wi-fi is on. At first the problem was minimal - it would lock up for a few seconds every few page turns. But now it's at the point where if I leave the wi-fi on for more than a couple of minutes, the reader has to be restarted. Nothing about my internet connection has changed, so I figure it has to be the device itself. Could it be the related to the amount of books I have on the Nook? The memory is almost entirely full.<br />
<br />
Does anyone else have this problem? Anyone know of a way to fix it? It's at the point now where buying a book from a different store and manually transferring it is less hassle than buying the book from B&amp;N, which is just silly.</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=209"><![CDATA[Barnes & Noble NOOK]]></category>
			<dc:creator>Enraptured</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216202</guid>
		</item>
		<item>
			<title>Help with downloading from Box.com</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216200&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 02:07:48 GMT</pubDate>
			<description><![CDATA[:help: In another post I was asking for help deciding between my Kindle Keyboard and my Sony PRS-600. I've finally decided to go with the Kindle Keyboard, but AnemicOak said that I should be able to download books from my box.com account: 


---Quote (Originally by AnemicOak)---
I assume the Kindle's browser will work with Box in a similar way to it working with DropBox. Being able to download books from my DropBox is one thing I really like about readers with a web browser. Note it usually works best to try the mobile site so for Box go to https://m.box.com/ instead of the regular box.com
---End Quote---
Actually, on box.com, even on the m.box.com website, it does not work.

I get a 'Web Browser could not open this link because opening multiple windows is not supported' error message.

Any help would be great to get this to work. The files I am attempting to direct download are in .mobi format. 

Thank you. :thanks:

Chris
aka Naloomi]]></description>
			<content:encoded><![CDATA[<div>:help: In another post I was asking for help deciding between my Kindle Keyboard and my Sony PRS-600. I've finally decided to go with the Kindle Keyboard, but AnemicOak said that I should be able to download books from my box.com account: <br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0">
	<tr>
		<td class="alt2">
			<hr />
			
				<div>
					Originally Posted by <strong>AnemicOak</strong>
					(Post 2541325)
				</div>
				<div style="font-style:italic">I assume the Kindle's browser will work with Box in a similar way to it working with DropBox. Being able to download books from my DropBox is one thing I really like about readers with a web browser. Note it usually works best to try the mobile site so for Box go to <a href="https://m.box.com/">https://m.box.com/</a> instead of the regular box.com</div>
			
			<hr />
		</td>
	</tr>
	</table>
</div>Actually, on box.com, even on the m.box.com website, it does not work.<br />
<br />
I get a 'Web Browser could not open this link because opening multiple windows is not supported' error message.<br />
<br />
Any help would be great to get this to work. The files I am attempting to direct download are in .mobi format. <br />
<br />
Thank you. :thanks:<br />
<br />
Chris<br />
aka Naloomi</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=140">Amazon Kindle</category>
			<dc:creator>Naloomi</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216200</guid>
		</item>
		<item>
			<title>New DRM to edit your book for you...</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216199&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 01:59:46 GMT</pubDate>
			<description>OK... So I get it, some people think DRM is a good idea, and they are entitled to that opinion. BUT a DRM that changes the words and punctuation in the book???? Why would any one want that???

Some details:
http://www.wired.com/gadgetlab/2013/06/new-ebook-drm/</description>
			<content:encoded><![CDATA[<div>OK... So I get it, some people think DRM is a good idea, and they are entitled to that opinion. BUT a DRM that changes the words and punctuation in the book???? Why would any one want that???<br />
<br />
Some details:<br />
<a href="http://www.wired.com/gadgetlab/2013/06/new-ebook-drm/">http://www.wired.com/gadgetlab/2013/06/new-ebook-drm/</a></div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=75"><![CDATA[Writers' Corner]]></category>
			<dc:creator>VydorScope</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216199</guid>
		</item>
		<item>
			<title>Calibre with Modded Kindle Fire</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216198&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 01:56:47 GMT</pubDate>
			<description><![CDATA[I am running a lightly modified version of Android Jelly Bean on a first gen Kindle Fire.  What is the best way to use Calibre with it? When I plug it in, it auto detects it as a Kindle Fire, but this will not allow me to send my epubs over because it says it can't find a suitable format.  Is there anyway to force Calibre to see it as a generic Android device instead of a Fire?]]></description>
			<content:encoded><![CDATA[<div>I am running a lightly modified version of Android Jelly Bean on a first gen Kindle Fire.  What is the best way to use Calibre with it? When I plug it in, it auto detects it as a Kindle Fire, but this will not allow me to send my epubs over because it says it can't find a suitable format.  Is there anyway to force Calibre to see it as a generic Android device instead of a Fire?</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=234">Devices</category>
			<dc:creator>phimath</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216198</guid>
		</item>
		<item>
			<title>Free Contemporary Romance</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216196&amp;goto=newpost</link>
			<pubDate>Thu, 20 Jun 2013 00:35:00 GMT</pubDate>
			<description><![CDATA[*Free Contemporary Romance short story:* 

All she wants is to spend the day with her beloved husband. Instead she's going to spend it at the office, another day sacrificed to the toxic reign of The Bastard. A tongue-in-cheek short story examining the ruinous effects of work-life imbalance.  


Image: http://ecimages.kobobooks.com/Image.ashx?imageID=VYJ47uhOOkS7DEGwdjhLuw&Type=Full 

Includes an excerpt from my novel Nothing Ventured.

Find it on *Smashwords* (https://www.smashwords.com/books/view/325413) and *Kobo* (http://www.kobobooks.com/ebook/A-Day-Office-The-Bastard/book-sUGEP1gWOk-qBlyT6oO_jA/page1.html?s=Fl8AS4l49kaWQiwP0rTrUw&r=3)]]></description>
			<content:encoded><![CDATA[<div><b>Free Contemporary Romance short story:</b> <br />
<br />
<i>All she wants is to spend the day with her beloved husband. Instead she's going to spend it at the office, another day sacrificed to the toxic reign of The Bastard. A tongue-in-cheek short story examining the ruinous effects of work-life imbalance. </i> <br />
<br />
<br />
<img src="http://ecimages.kobobooks.com/Image.ashx?imageID=VYJ47uhOOkS7DEGwdjhLuw&amp;Type=Full" border="0" alt="" /><br />
<br />
<i>Includes an excerpt from my novel Nothing Ventured.</i><br />
<br />
Find it on <a href="https://www.smashwords.com/books/view/325413"><b>Smashwords</b></a> and <a href="http://www.kobobooks.com/ebook/A-Day-Office-The-Bastard/book-sUGEP1gWOk-qBlyT6oO_jA/page1.html?s=Fl8AS4l49kaWQiwP0rTrUw&amp;r=3"><b>Kobo</b></a></div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=226">Author Self-Promotions</category>
			<dc:creator>Jane Oldaker</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216196</guid>
		</item>
		<item>
			<title>Kindle Keyboard collections</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216193&amp;goto=newpost</link>
			<pubDate>Wed, 19 Jun 2013 23:14:51 GMT</pubDate>
			<description><![CDATA[OK,  I am trying to help someone with a Kindle Keyboard.

This individual wants his Shakespeare's Plays in a collection by that name.  Is it possible, using calibre, to simultaneously move multiple documents into a collection (i.e., on the device, from a computer), or must they be moved one by one?

I have searched this forum, and tried a Google search, without success.  I tried the calibre user manual, but did not find the answer.

Can anyone answer this question?]]></description>
			<content:encoded><![CDATA[<div>OK,  I am trying to help someone with a Kindle Keyboard.<br />
<br />
This individual wants his Shakespeare's Plays in a collection by that name.  Is it possible, using calibre, to simultaneously move multiple documents into a collection (i.e., on the device, from a computer), or must they be moved one by one?<br />
<br />
I have searched this forum, and tried a Google search, without success.  I tried the calibre user manual, but did not find the answer.<br />
<br />
Can anyone answer this question?</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=140">Amazon Kindle</category>
			<dc:creator>twriterext</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216193</guid>
		</item>
		<item>
			<title>Mini Sync Problems on 3 different Kobo Minis (related to software update?)</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216192&amp;goto=newpost</link>
			<pubDate>Wed, 19 Jun 2013 23:09:36 GMT</pubDate>
			<description><![CDATA[There are 4 Kobo Minis in my family (myself, my daughter, and both my parents have one). Of the 3 of us who bought new books this week (and got the latest software update), all 3 of our Kobos have stopped syncing properly. They say they are syncing, "Loading Content", etc... but the newly downloaded books do not show up. We tried this over wi-fi and using the Desktop app.

We found a workaround where we can browse to the bookstore and find the book we just purchased, and download it that way. It is much less convenient than the sync, though.

If 3/4 of us in our family are experiencing this problem, I would guess that it is widespread. It will probably be 4/4 next time my mother tries to sync!

Thanks for any help.
jpottle]]></description>
			<content:encoded><![CDATA[<div>There are 4 Kobo Minis in my family (myself, my daughter, and both my parents have one). Of the 3 of us who bought new books this week (and got the latest software update), all 3 of our Kobos have stopped syncing properly. They say they are syncing, &quot;Loading Content&quot;, etc... but the newly downloaded books do not show up. We tried this over wi-fi and using the Desktop app.<br />
<br />
We found a workaround where we can browse to the bookstore and find the book we just purchased, and download it that way. It is much less convenient than the sync, though.<br />
<br />
If 3/4 of us in our family are experiencing this problem, I would guess that it is widespread. It will probably be 4/4 next time my mother tries to sync!<br />
<br />
Thanks for any help.<br />
jpottle</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=223">Kobo Reader</category>
			<dc:creator>jpottle</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216192</guid>
		</item>
		<item>
			<title>How to use dictionary in fb reader android</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216191&amp;goto=newpost</link>
			<pubDate>Wed, 19 Jun 2013 22:23:49 GMT</pubDate>
			<description><![CDATA[For the love of god. There's no help file in the app. The documentation on the net is ridiculous, containing 2 obscure topics and that's it. http://fbreader.org/content/documentation/android . The author should be downright ashamed of himself. 

I can get a word selected. Not as easily as CR (double - tap), but I can get it selected. Then what?]]></description>
			<content:encoded><![CDATA[<div>For the love of god. There's no help file in the app. The documentation on the net is ridiculous, containing 2 obscure topics and that's it. <a href="http://fbreader.org/content/documentation/android">http://fbreader.org/content/documentation/android</a> . The author should be downright ashamed of himself. <br />
<br />
I can get a word selected. Not as easily as CR (double - tap), but I can get it selected. Then what?</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=225">Android Devices</category>
			<dc:creator>damian5000</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216191</guid>
		</item>
		<item>
			<title>50% off Kobo Mini</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=216187&amp;goto=newpost</link>
			<pubDate>Wed, 19 Jun 2013 21:20:12 GMT</pubDate>
			<description>The Kobo Mini has been temporarily reduced to $40 in the Kobo webstore.</description>
			<content:encoded><![CDATA[<div>The Kobo Mini has been temporarily reduced to $40 in the Kobo webstore.</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=26">Deals, Freebies, and Resources (No Self-Promotion)</category>
			<dc:creator>MR. Pockets</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=216187</guid>
		</item>
	</channel>
</rss>
