<?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: Lightroom to Gallery Export Plugin (Update 4)</title>
	<atom:link href="http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin</link>
	<description>The Art of Light</description>
	<lastBuildDate>Mon, 22 Feb 2010 21:46:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lightroom: Plugins (updated) &#183; blog.klein-gedruckt.de</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-1125</link>
		<dc:creator>Lightroom: Plugins (updated) &#183; blog.klein-gedruckt.de</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-1125</guid>
		<description>[...] Lightroom to Gallery Export Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] Lightroom to Gallery Export Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-1124</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Sun, 21 Feb 2010 16:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-1124</guid>
		<description>I was able to get the plugin to work only after rebooting my computer. Like the plugin. Thanks</description>
		<content:encoded><![CDATA[<p>I was able to get the plugin to work only after rebooting my computer. Like the plugin. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-1123</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Sun, 21 Feb 2010 02:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-1123</guid>
		<description>I am not having much success with the LR plugin. I do not see the export to Gallery availability anywhere. I am running LR 2.6. I do see the plugin under the Plugin Manager. I just can&#039;t get it to run. Any thoughts or suggestions?</description>
		<content:encoded><![CDATA[<p>I am not having much success with the LR plugin. I do not see the export to Gallery availability anywhere. I am running LR 2.6. I do see the plugin under the Plugin Manager. I just can&#8217;t get it to run. Any thoughts or suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-1117</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Thu, 04 Feb 2010 03:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-1117</guid>
		<description>You plugin works wonderfully with Gallery 2 and Lightroom 2.  Thank you so much!!!</description>
		<content:encoded><![CDATA[<p>You plugin works wonderfully with Gallery 2 and Lightroom 2.  Thank you so much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz Post</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-1085</link>
		<dc:creator>Moritz Post</dc:creator>
		<pubDate>Sat, 31 Oct 2009 14:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-1085</guid>
		<description>That is a good hint. https support should be added in future versions. I am looking forward to the new publishing features in lightroom3 that should also add some more flexibility. Maybe in conjunction with gallery3? Does anybody know how external tools are supposed to access the g3?</description>
		<content:encoded><![CDATA[<p>That is a good hint. https support should be added in future versions. I am looking forward to the new publishing features in lightroom3 that should also add some more flexibility. Maybe in conjunction with gallery3? Does anybody know how external tools are supposed to access the g3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gernot Fuchs</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-1080</link>
		<dc:creator>Gernot Fuchs</dc:creator>
		<pubDate>Tue, 27 Oct 2009 19:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-1080</guid>
		<description>Great Plug-In! If you want to use it with https, you just need to change line 73 in GalleryREmoteProtocol.lua (v0.1.3) from:

if string.sub(server, 1, 7) ~= &#039;http://&#039; then

to

if (string.sub(server, 1, 7) ~= &#039;http://&#039;) and (string.sub(server, 1, 8) ~= &#039;https://&#039;) then

From there, refer to your secure gallery site with https URL, where http remains default if protocol is omitted.</description>
		<content:encoded><![CDATA[<p>Great Plug-In! If you want to use it with https, you just need to change line 73 in GalleryREmoteProtocol.lua (v0.1.3) from:</p>
<p>if string.sub(server, 1, 7) ~= &#8216;http://&#8217; then</p>
<p>to</p>
<p>if (string.sub(server, 1, 7) ~= &#8216;http://&#8217;) and (string.sub(server, 1, <img src='http://moritzpost.de/photography/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> ~= &#8216;https://&#8217;) then</p>
<p>From there, refer to your secure gallery site with https URL, where http remains default if protocol is omitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz Post</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-552</link>
		<dc:creator>Moritz Post</dc:creator>
		<pubDate>Tue, 14 Jul 2009 14:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-552</guid>
		<description>Hi Patrick. Thanks for pointing this out. We will try to find a solution here.</description>
		<content:encoded><![CDATA[<p>Hi Patrick. Thanks for pointing this out. We will try to find a solution here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-526</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 13 Jul 2009 21:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-526</guid>
		<description>I have problems with accented characters, which seems to be in ISO in one place and UTF8 in the other.. 
A text in Lightroom 2.4  like this:
&quot;Peter och Elliot! (undras om Peter också har blöjan på)&quot;
will be inserted in Gallery2 like this:
&quot;Peter och Elliot!â¨(undras om Peter ocksÃ¥ har blÃ¶jan pÃ¥)&quot;

This goes for any text, regardless if it&#039;s keywords, descriiption or other..</description>
		<content:encoded><![CDATA[<p>I have problems with accented characters, which seems to be in ISO in one place and UTF8 in the other..<br />
A text in Lightroom 2.4  like this:<br />
&#8220;Peter och Elliot! (undras om Peter också har blöjan på)&#8221;<br />
will be inserted in Gallery2 like this:<br />
&#8220;Peter och Elliot!â¨(undras om Peter ocksÃ¥ har blÃ¶jan pÃ¥)&#8221;</p>
<p>This goes for any text, regardless if it&#8217;s keywords, descriiption or other..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klein-gedruckt.de &#187; Lightroom: Plugins (updated)</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-381</link>
		<dc:creator>klein-gedruckt.de &#187; Lightroom: Plugins (updated)</dc:creator>
		<pubDate>Sun, 11 Jan 2009 20:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-381</guid>
		<description>[...] Lightroom to Gallery Export Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] Lightroom to Gallery Export Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz Post</title>
		<link>http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/comment-page-2#comment-315</link>
		<dc:creator>Moritz Post</dc:creator>
		<pubDate>Sun, 23 Nov 2008 15:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://moritzpost.de/photography/2007/11/23/lightroom-to-gallery-export-plugin/#comment-315</guid>
		<description>Hi Nick
glad your problems were solved. In fact i think the problem originates from the max upload size allowed by php. you should check your php.ini what the max_upload_size (not sure if that is the correct var name) is set to.</description>
		<content:encoded><![CDATA[<p>Hi Nick<br />
glad your problems were solved. In fact i think the problem originates from the max upload size allowed by php. you should check your php.ini what the max_upload_size (not sure if that is the correct var name) is set to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
