<?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>Wolfgang Reutz&#039;s Blog &#187; plone</title>
	<atom:link href="http://wolfgang.reutz.at/tag/plone/feed/" rel="self" type="application/rss+xml" />
	<link>http://wolfgang.reutz.at</link>
	<description></description>
	<lastBuildDate>Thu, 20 Oct 2011 13:50:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>get kaa.metadata (mmpython) running on OS X</title>
		<link>http://wolfgang.reutz.at/2006/04/04/get-kaametadata-mmpython-running-on-os-x/</link>
		<comments>http://wolfgang.reutz.at/2006/04/04/get-kaametadata-mmpython-running-on-os-x/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 16:05:02 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Webdev]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/archives/9</guid>
		<description><![CDATA[<p>
go into kaa/base and edit setup.py by changing (line 36) this extensions.append( Extension('shmmodule', ['src/extensions/shmmodule.c']) ) to this #extensions.append( Extension('shmmodule', ['src/extensions/shmmodule.c']) ) or use this diff: 36c36 &#60; extensions.append( Extension('shmmodule', ['src/extensions/shmmodule.c']) ) --- &#62; #extensions.append( Extension('shmmodule', ['src/extensions/shmmodule.c']) ) until now the support for cdrom drives only works on Linux, so i disabled it on OS X.  now go to kaa/metadata and edit setup.py: change this ext_modules = [ cdrom, ifoparser ] to #ext_modules = [ cdrom, ifoparser ] ext_modules = [ ifoparser ] and change this ext_modules = [ cdrom ] to #ext_modules = [ cdrom ] ext_modules = [ ] or use this diff: 58c58,59 &#60; ext_modules = [ cdrom, ifoparser ] --- &#62; #ext_modules = [ cdrom, ifoparser ] &#62; ext_modules = [ ifoparser ] 61c62,63 &#60; ext_modules = [ cdrom ] --- &#62; #ext_modules = [ cdrom ] &#62; ext_modules = [ ] now go back to kaa/base and install the kaa.base package: $ sudo python setup.py install now go to kaa/metadata and install the kaa.metadata package: $ sudo python setup.py install you may use a different python instance, like /opt/python24/bin/python or something else if you don't wanna install kaa into the default python on OS X.
</p>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2006/04/04/get-kaametadata-mmpython-running-on-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>kupu resize images</title>
		<link>http://wolfgang.reutz.at/2006/04/02/kupu-resize-images/</link>
		<comments>http://wolfgang.reutz.at/2006/04/02/kupu-resize-images/#comments</comments>
		<pubDate>Sun, 02 Apr 2006 00:24:40 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Webdev]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/archives/7</guid>
		<description><![CDATA[<p>
I always had the problem, that i could resize (drag with my mouse) images inside kupu, but when i save the document the image has its original size :-( Today i found the solution to this problem here To enable kupu to keep the resize information upon save you have to add width and height to the style whitelist in the kupu preferences in your site preferences.
</p>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2006/04/02/kupu-resize-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  wolfgang.reutz.at/tag/plone/feed/ ) in 0.49091 seconds, on Feb 6th, 2012 at 7:00 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 6th, 2012 at 8:00 am UTC -->
