<?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>John McLearetherpad | John McLear</title>
	<atom:link href="http://mclear.co.uk/category/etherpad/feed/" rel="self" type="application/rss+xml" />
	<link>http://mclear.co.uk</link>
	<description>My mission: To encourage effective use of ICT in Schools. My main focus is on ages 3-11.</description>
	<lastBuildDate>Thu, 17 May 2012 21:14:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://primaryblogger.co.uk/?v=3.3.2</generator>
		<item>
		<title>Upgrade Etherpad Lite plugins</title>
		<link>http://mclear.co.uk/2012/04/23/upgrade-etherpad-lite-plugins/</link>
		<comments>http://mclear.co.uk/2012/04/23/upgrade-etherpad-lite-plugins/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 01:13:43 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4601</guid>
		<description><![CDATA[We haven&#8217;t finished working on the plugin framework update functionality yet so in the mean time to update Etherpad Lite plugins please do: Report This PostNo related posts.]]></description>
			<content:encoded><![CDATA[<p>We haven&#8217;t finished working on the plugin framework update functionality yet so in the mean time to update Etherpad Lite plugins please do:</p>
<pre class="brush: plain; title: ; notranslate">
npm install --upgrade ep_pluginname
</pre>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4601&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/04/23/upgrade-etherpad-lite-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable or disable plugins in Etherpad Lite</title>
		<link>http://mclear.co.uk/2012/04/05/how-to-enable-or-disable-plugins-in-etherpad-lite/</link>
		<comments>http://mclear.co.uk/2012/04/05/how-to-enable-or-disable-plugins-in-etherpad-lite/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 09:59:03 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4348</guid>
		<description><![CDATA[Etherpad Lite now offers a plugin framework that is accessible via the web browser at: The plugin system is currently(05/04/2012, if you see this post when it&#8217;s available on the master branch please remind me to remove this part..) only available on the development branch, to get this visit your etherpad lite folder and type: [...]]]></description>
			<content:encoded><![CDATA[<p>Etherpad Lite now offers a plugin framework that is accessible via the web browser at:</p>
<pre class="brush: plain; title: ; notranslate">

http://youretherpadserver.com/admin/plugins
</pre>
<p>The plugin system is currently(05/04/2012, if you see this post when it&#8217;s available on the master branch please remind me to remove this part..) <strong>only available on the development branch</strong>, to get this visit your etherpad lite folder and type:</p>
<pre class="brush: plain; title: ; notranslate">
git checkout develop
</pre>
<p>Edit your settings.json adding the lines:</p>
<pre class="brush: plain; title: ; notranslate">
 /* This setting is used if you need http basic auth */
  // &quot;httpAuth&quot; : &quot;user:pass&quot;,

  /* This setting is used for http basic auth for admin pages. If not set, the admin page won't be accessible from web*/
  &quot;adminHttpAuth&quot; : &quot;user:pass&quot;,
</pre>
<p><strong>Change the user and pass to something secure.</strong></p>
<p>Visit the available_plugins folder and get a plugin, this plugin for example disables the ability to modify the author name.</p>
<pre class="brush: plain; title: ; notranslate">
cd available_plugins
npm install ep_disable_change_author_name
</pre>
<p>NOTE:  You do NOT have to use the shell for installing plugins, the web interface also provides a search tool.  I just left this here for posterity and because you are already in the shell.</p>
<p>Visit the admin interface on http://yourserver.com/admin/plugins and make sure the plugin is installed <img src='http://mclear.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Enjoy!</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4348&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/04/05/how-to-enable-or-disable-plugins-in-etherpad-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>White Text on a black background in Etherpad</title>
		<link>http://mclear.co.uk/2012/02/23/white-text-on-a-black-background-in-etherpad/</link>
		<comments>http://mclear.co.uk/2012/02/23/white-text-on-a-black-background-in-etherpad/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 23:13:19 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4183</guid>
		<description><![CDATA[Open /static/custom/pad.css and add: Save, close, hit refresh.. Report This PostRelated posts: How to change the Welcome pad text on Etherpad Lite To change the welcome text in Etherpad Lite open up... Simple MagickWand Text Generator Just finishing up for the day and wanted to quickly... Supporting Kindle devices in WordPress You don&#8217;t need to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mclear.co.uk/2012/02/23/white-text-on-a-black-background-in-etherpad/whiteonblack/" rel="attachment wp-att-4186"><img src="http://mclear.co.uk/files/2012/02/whiteonblack-550x191.png" alt="" title="whiteonblack" width="550" height="191" class="aligncenter size-large wp-image-4186" /></a></p>
<p>Open /static/custom/pad.css and add:</p>
<pre class="brush: plain; title: ; notranslate">
#outerdocbody{
  background-color:#000;
}

#innerdocbody{
  color:#fff;
}
</pre>
<p>Save, close, hit refresh..</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4183&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2011/08/01/how-to-change-the-welcome-pad-text-on-etherpad-lite/' rel='bookmark' title='How to change the Welcome pad text on Etherpad Lite'>How to change the Welcome pad text on Etherpad Lite</a> <small>To change the welcome text in Etherpad Lite open up...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/01/08/simple-magickwand-text-generator/' rel='bookmark' title='Simple MagickWand Text Generator'>Simple MagickWand Text Generator</a> <small>Just finishing up for the day and wanted to quickly...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/10/08/supporting-kindle-devices-in-wordpress/' rel='bookmark' title='Supporting Kindle devices in WordPress'>Supporting Kindle devices in WordPress</a> <small>You don&#8217;t need to do any custom css or xlst...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/02/23/white-text-on-a-black-background-in-etherpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Etherpad on PHP on Apache</title>
		<link>http://mclear.co.uk/2012/02/20/running-etherpad-on-php-on-apache/</link>
		<comments>http://mclear.co.uk/2012/02/20/running-etherpad-on-php-on-apache/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 09:46:51 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4123</guid>
		<description><![CDATA[Etherpad does not use PHP or Apache. Etherpad uses Javascript in NodeJS. You should ask your web host if they support NodeJS and if they have a guide for you to get started deploying NodeJS apps to their hosting. Here are some services that can provide web/Node hosting for you to test/play with: Node as [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Etherpad does not use PHP or Apache.</strong></p>
<p>Etherpad uses Javascript in NodeJS.  You should ask your web host if they support NodeJS and if they have a guide for you to get started deploying NodeJS apps to their hosting.</p>
<p>Here are some services that can provide web/Node hosting for you to test/play with:</p>
<h2>Node as an Instance</h2>
<p><a rel="nofollow" href="http://nodester.com/">http://nodester.com/</a><br />
<a rel="nofollow" href="https://no.de/">https://no.de/</a><br />
<a rel="nofollow" href="http://prgmr.com">http://prgmr.com</a><br />
<a rel="nofollow" href="http://Slicehost.com">http://Slicehost.com</a><br />
<a rel="nofollow" href="http://Linode.com">http://Linode.com</a><br />
<a rel="nofollow" href="http://www.nodesocket.com/">http://www.nodesocket.com/</a></p>
<h2>Full hosting</h2>
<p><a rel="nofollow" href="http://CloudFoundry.com">http://CloudFoundry.com</a><br />
<a rel="nofollow" href="http://DreamHost.com">http://DreamHost.com</a><br />
<a rel="nofollow" href="http://aws.amazon.com/ec2/">http://aws.amazon.com/ec2/</a></p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4123&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/02/20/running-etherpad-on-php-on-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting your own Title name in Etherpad Lite</title>
		<link>http://mclear.co.uk/2012/02/18/setting-your-own-title-name-in-etherpad-lite/</link>
		<comments>http://mclear.co.uk/2012/02/18/setting-your-own-title-name-in-etherpad-lite/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 17:10:09 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4105</guid>
		<description><![CDATA[Replacing the title in Etherpad Lite with Your own title is just a little command. Open up custom/pad.js Edit customStart to read.. To change the title for the start page just do the same in index.js Report This PostRelated posts: Change default URL in webian Webian is a custom, leight weight build of chromium. I&#8217;m... [...]]]></description>
			<content:encoded><![CDATA[<p>Replacing the title in Etherpad Lite with Your own title is just a little command.</p>
<p>Open up custom/pad.js</p>
<p>Edit customStart to read..</p>
<pre class="brush: plain; title: ; notranslate">
customStart(){
  document.title= &quot;Your Title Here&quot;
}
</pre>
<p>To change the title for the start page just do the same in index.js</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4105&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2011/07/30/change-default-url-in-webian/' rel='bookmark' title='Change default URL in webian'>Change default URL in webian</a> <small>Webian is a custom, leight weight build of chromium. I&#8217;m...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2012/01/29/always-show-chat-in-etherpad-lite/' rel='bookmark' title='Always show chat in Etherpad Lite'>Always show chat in Etherpad Lite</a> <small>There is a new feature in Etherpad Lite that allows...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2011/11/22/etherpad-lite-doc-pdf-importexport/' rel='bookmark' title='Etherpad Lite .doc/.pdf import/export'>Etherpad Lite .doc/.pdf import/export</a> <small>So you have installed etherpad lite and you want to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/02/18/setting-your-own-title-name-in-etherpad-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always show chat in Etherpad Lite</title>
		<link>http://mclear.co.uk/2012/01/29/always-show-chat-in-etherpad-lite/</link>
		<comments>http://mclear.co.uk/2012/01/29/always-show-chat-in-etherpad-lite/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 00:43:03 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4069</guid>
		<description><![CDATA[There is a new feature in Etherpad Lite that allows the chat to always be set to the school. A user can change it by passing a parameter or you can set it at hte server level. To set it at the server level edit /static/custom/pad.js Add To the costumStart function. Job done Hit f5 [...]]]></description>
			<content:encoded><![CDATA[<p>There is a new feature in Etherpad Lite that allows the chat to always be set to the school.</p>
<p>A user can change it by passing a parameter or you can set it at hte server level.</p>
<p>To set it at the server level edit /static/custom/pad.js</p>
<p>Add</p>
<pre class="brush: plain; title: ; notranslate">
chat.stickToScreen(true);
</pre>
<p>To the costumStart function.</p>
<p>Job done <img src='http://mclear.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hit f5 and admire your awesomeness.</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4069&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2012/02/18/setting-your-own-title-name-in-etherpad-lite/' rel='bookmark' title='Setting your own Title name in Etherpad Lite'>Setting your own Title name in Etherpad Lite</a> <small>Replacing the title in Etherpad Lite with Your own title...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2011/01/31/getting-to-grips-with-channels-in-ajax-chat/' rel='bookmark' title='Getting to grips with Channels in Ajax Chat'>Getting to grips with Channels in Ajax Chat</a> <small>Channels in Ajax chat are really poorly documented so I...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/05/06/etherpad-emails-show-wrong-port-9000-when-sending-from-version-1-running-apache-and-mod_proxy/' rel='bookmark' title='Etherpad emails show wrong port (9000) when sending from version 1 running apache and mod_proxy'>Etherpad emails show wrong port (9000) when sending from version 1 running apache and mod_proxy</a> <small>Etherpad emails may show as port 9000 if you are...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/01/29/always-show-chat-in-etherpad-lite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Short video about Etherpad</title>
		<link>http://mclear.co.uk/2012/01/02/a-short-video-about-etherpad/</link>
		<comments>http://mclear.co.uk/2012/01/02/a-short-video-about-etherpad/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 15:40:33 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=4006</guid>
		<description><![CDATA[Report This PostNo related posts.]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="315" src="http://www.youtube.com/embed/O0iUfphD6UA" frameborder="0" allowfullscreen></iframe></p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=4006&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2012/01/02/a-short-video-about-etherpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iEtherpad.com Update</title>
		<link>http://mclear.co.uk/2011/12/05/ietherpad-com-update/</link>
		<comments>http://mclear.co.uk/2011/12/05/ietherpad-com-update/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 20:00:33 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>
		<category><![CDATA[primarypad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3967</guid>
		<description><![CDATA[So you may have noticed that iEtherpad.com has been down for a week+ and that there has been no update from the site owner. The owner of the site is called &#8220;Prasanna Sankaranarayanan&#8221; and is ignoring emails from myself, his users and the Etherpad foundation. Alarm bells rang over 6 months ago at the Etherpad [...]]]></description>
			<content:encoded><![CDATA[<p>So you may have noticed that iEtherpad.com has been down for a week+ and that there has been no update from the site owner.</p>
<p>The owner of the site is called &#8220;Prasanna Sankaranarayanan&#8221; and is ignoring emails from myself, his users and the Etherpad foundation.</p>
<p>Alarm bells rang over 6 months ago at the Etherpad foundation when Prasanna refused to contribute any of his source to the Etherpad project and did not place an SLA or any legal documentation on the website. Due to this iEtherpad.com was not included in the public sites section of Etherpad.org</p>
<p><strong>So who recommended iEtherpad.com?</strong><br />
A bunch of people, and I told them not to but I was obviously biased but mheh. What can I do if people don&#8217;t listen? Now I&#8217;m recieving emails from people saying they have lost their work.. Three things here:</p>
<ol>
<li>Your work was not covered by an SLA</li>
<li>You should have had your work backed up</li>
<li>If you want to an <a title="PrimaryPad" rel="nofollow" href="http://primarypad.com">SLA covered Etherpad service see PrimaryPad</a></li>
</ol>
<p><strong>So what&#8217;s going on with your data?</strong><br />
You have probably lost it, but go knock on Hawthorne Labs inbox. Hawthorne Labs is a company Prasanna founded and if they run that company the same way they have run iEtherpad.com then they are bound to have some sad customers and probably an inbox full of complaints and/or law suits.</p>
<p>Make a stand people also be aware that you should be saving local copies of your work and remember that if there is no SLA in place the company doesn&#8217;t have to help you.</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3967&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/12/05/ietherpad-com-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Abiword with Etherpad on Windows</title>
		<link>http://mclear.co.uk/2011/12/04/using-abiword-with-etherpad-on-windows/</link>
		<comments>http://mclear.co.uk/2011/12/04/using-abiword-with-etherpad-on-windows/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 20:18:11 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3974</guid>
		<description><![CDATA[Step 1. Download and install Abiword for Windows Step 2. Download and install Notepad++ Step 3. Download and extract Etherpad Step 4. Enter the Etherpad folder, right click settings.json &#8211; Edit the file in Notepad++ Step 5. Find the line Step 6. Change this line to: Step 7. Run Etherpad. Report This PostNo related posts.]]></description>
			<content:encoded><![CDATA[<p>Step 1. <a rel="nofollow" href="http://www.abisource.com/download/">Download and install Abiword for Windows</a></p>
<p>Step 2. <a rel="nofollow" href="http://notepad-plus-plus.org/download/">Download and install Notepad++</a></p>
<p>Step 3. <a rel="nofollow" href="http://etherpad.org/etherpad-lite-win.zip">Download and extract Etherpad</a></p>
<p>Step 4. Enter the Etherpad folder, right click settings.json &#8211; Edit the file in Notepad++</p>
<p>Step 5. Find the line</p>
<pre class="brush: plain; title: ; notranslate">
abiword : null
</pre>
<p>Step 6.  Change this line to:</p>
<pre class="brush: plain; title: ; notranslate">
&quot;abiword&quot; : &quot;C:\\Program Files (x86)\\AbiWord\\bin\\AbiWord.exe&quot;
</pre>
<p>Step 7.  Run Etherpad.</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3974&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/12/04/using-abiword-with-etherpad-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Etherpad Lite .doc/.pdf import/export</title>
		<link>http://mclear.co.uk/2011/11/22/etherpad-lite-doc-pdf-importexport/</link>
		<comments>http://mclear.co.uk/2011/11/22/etherpad-lite-doc-pdf-importexport/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 19:25:50 +0000</pubDate>
		<dc:creator>John McLear</dc:creator>
				<category><![CDATA[etherpad]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3955</guid>
		<description><![CDATA[So you have installed etherpad lite and you want to add support for importing and export pdf and .doc files?   It&#8217;s easy. Drop to shell and type Next open up your settings.json and change: to See this as a main reference document Report This PostNo related posts.]]></description>
			<content:encoded><![CDATA[<p>So you have installed etherpad lite and you want to add support for importing and export pdf and .doc files?   It&#8217;s easy.</p>
<p>Drop to shell and type</p>
<pre class="brush: plain; title: ; notranslate">apt-get install abiword</pre>
<p>Next open up your settings.json and change:</p>
<pre class="brush: plain; title: ; notranslate">&quot;abiword&quot; : null,</pre>
<p>to </p>
<pre class="brush: plain; title: ; notranslate">&quot;abiword&quot; : &quot;/usr/bin/abiword&quot;,</pre>
<p><a rel="nofollow" href="https://github.com/Pita/etherpad-lite/wiki/How-to-enable-importing-and-exporting-different-file-formats-in-Ubuntu-or-OpenSuse-or-SLES-with-AbiWord">See this as a main reference document</a></p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3955&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/11/22/etherpad-lite-doc-pdf-importexport/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

