<?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>SpereVerde</title>
	<atom:link href="http://blog.associatie.kuleuven.be/kimpaulissen/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.associatie.kuleuven.be/kimpaulissen</link>
	<description>Kim Paulissen</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:28:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Group blog created for our KU Leuven Plone team</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/group-blog-created-for-our-ku-leuven-plone-team/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/group-blog-created-for-our-ku-leuven-plone-team/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:23:28 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[plone]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/?p=68</guid>
		<description><![CDATA[Our group blog is now available at http://blog.associatie.kuleuven.be/plonetales/ It will be a place to document various issues  and information we stumble upon while working with Plone related technologies at KU Leuven ICTS Looking forward to writing many posts&#8230;]]></description>
			<content:encoded><![CDATA[<p>Our group blog is now available at <a title="Plone Tales" href="http://blog.associatie.kuleuven.be/plonetales/" target="_blank">http://blog.associatie.kuleuven.be/plonetales/ </a></p>
<p>It will be a place to document various issues  and information we stumble upon while working with Plone related technologies at <a title="University of Leuven" href="http://www.kuleuven.be" target="_blank">KU Leuven</a> <a title="The K.U.Leuven IT service center" href="https://admin.kuleuven.be/icts/english" target="_blank">ICTS</a></p>
<p>Looking forward to writing many posts&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/group-blog-created-for-our-ku-leuven-plone-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>plone.app.changeownership</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/plone-app-changeownership/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/plone-app-changeownership/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:39:03 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/?p=38</guid>
		<description><![CDATA[Mustapha Benali (Headnet), in collaboration with Matt Hamilton (Netsight) and Roel Bruggink (Four digits), made a nice plone package called plone.app.changeownership. Since we are using plone  &#8216;as a service&#8217;  at our university for a lot of different sites with a lot of different users, this was something we were waiting for&#8230; so time for a [...]]]></description>
			<content:encoded><![CDATA[<p>Mustapha Benali (Headnet), in collaboration with Matt Hamilton (Netsight) and Roel Bruggink (Four digits), made a nice plone package called plone.app.changeownership. Since we are using plone  &#8216;as a service&#8217;  at our university for a lot of different sites with a lot of different users, this was something we were waiting for&#8230; so time for a small test&#8230;</p>
<p>What happens to content created (owned) by a certain user on a plone site when he/she leaves the organisation? Will they be able to still access the content when they are gone? even when we&#8217;ve taken away all their plone rights? Unfortunately our test showed us the answer is yes! In plone a lot of permissions are given to you because you are the <strong>owner</strong> of a piece of content. When you create a piece of contents that automatically sets you as the owner of this object. We had the situation where we had almost a whole site created by someone who then left after a year of the site being live, so we decided to just go to the plone_control_panel and <strong>take away all the rights</strong> that this user had (contributor, editor, member, reader, reviewer). To our surprise this didn&#8217;t help a bit, when that users who has no rights what so ever in the plone site, he/she <strong>can still change everything</strong>. Since we use ldap and shibboleth for authentication and authorisation it doesn&#8217;t pose a big problem when a person really leaves, since they just can&#8217;t log in anymore. But of course, when a person changes position within the organisation, the user account is still active so then it could become a serious problem.</p>
<p>In general, being an owner means having more permissions than the assigned roles indicate. This &#8220;priviledged&#8221; dealing with ownership is confusing and even sometimes dangerous for testing other functionalities.</p>
<p>So we needed a solution that would make it possible to change the ownership of all (or part of the) content on a plone site with just the click of a button basically. And from what I&#8217;ve seen plone.app.changeownership does just that.</p>
<p><strong>ZMI options:</strong></p>
<p>Note1: There is an option in the ZMI, tab Ownership which allows you to &#8216;Take ownership&#8217; for an object and optionally all its sub-objects. The problem with this option for us is that no one (besides a couple of people from the development team) is allowed in the zmi, so we can only give ownership to the zope-admin. Also we would have to do this manually <em>for each item</em> of the plone site which is just way too time consuming in our setup.</p>
<p>Note2: Along with the &#8216;Take ownership&#8217; option in zmi there is a possibility to replace the owner via Security tab -&gt; Local roles. The major insufficiency of both options though is that they work on one object only. There is no way to change ownership recursively or in batch on a site. (Thanks Yulia)</p>
<p><strong>What plone.app.ownership does?</strong></p>
<ul>
<li>It adds an option to the Control Panel called &#8216;Change Ownership&#8217;:</li>
</ul>
<p><img src="https://blog.associatie.kuleuven.be/kimpaulissen/files/2010/02/controlpanelbutton-150x106.png" alt="controlpanelbutton" width="150" height="106" /></p>
<ul>
<li>It automically shows you all available users in your site and allows you to limit your changes to a given path.</li>
<li>You can do a dry run of the change in ownership which shows you what items will be adjusted:</li>
</ul>
<p><img class="alignnone size-medium wp-image-49" src="https://blog.associatie.kuleuven.be/kimpaulissen/files/2010/02/dryrun1-199x300.png" alt="dryrun" width="199" height="300" /></p>
<ul>
<li>The results are easily visible when you use the Standard View in your site/folders.</li>
</ul>
<p>before:</p>
<p><img src="https://blog.associatie.kuleuven.be/kimpaulissen/files/2010/02/before-150x150.png" alt="before" width="150" height="150" /></p>
<p>after:</p>
<p><img src="https://blog.associatie.kuleuven.be/kimpaulissen/files/2010/02/after-150x150.png" alt="after" width="150" height="150" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/plone-app-changeownership/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding mailheaders to a PloneFormGen form</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/adding-mailheaders-to-a-ploneformgen-form/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/adding-mailheaders-to-a-ploneformgen-form/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 12:16:59 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[Zonder categorie]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/adding-mailheaders-to-a-ploneformgen-form/</guid>
		<description><![CDATA[related to PloneFormGen &#8211; changing the form action post The PloneFormGen package has an option to add mailheaders to your form mailer action. This is available only to Managers. When you go to the Contents of your Form Folder, you will see your Mailer (default e-mail action). Click on the mail action and then Edit. [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>related to P<a href="http://blog.associatie.kuleuven.be/kimpaulissen/changing-the-form-action-in-ploneformgen/">loneFormGen &#8211; changing the form action </a>post</li>
</ul>
<p>The <a href="http://plone.org/products/ploneformgen">PloneFormGen</a> package has an option to add mailheaders to your form mailer action. This is available only to <em>Managers</em>.</p>
<ul>
<li>When you go to the <em>Contents</em> of your Form Folder, you will see your <em>Mailer</em> (default e-mail action).</li>
<li>Click on the mail action and then <em>Edit</em>.</li>
<li>In the tab <em>Template</em> you will find the field for  <em>Additional headers</em>.</li>
<li>Here you can fill in (RFC822 compliant) additional headers.</li>
</ul>
<p><a href="http://blog.associatie.kuleuven.be/kimpaulissen/adding-mailheaders-to-a-ploneformgen-form/37/" rel="attachment wp-att-37" title="mailheader.png"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/mailheader.thumbnail.png" alt="mailheader.png" /></a></p>
<p>This can be used to insert mail-headers so for example contactform mails go into in the correct queue if the organisation has its own helpdesksystem.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/adding-mailheaders-to-a-ploneformgen-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>collective.uploadify</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/collectiveuploadify/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/collectiveuploadify/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 14:07:47 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/collectiveuploadify/</guid>
		<description><![CDATA[http://pypi.python.org/pypi/collective.uploadify/0.7 related to PloneFlashUpload post  Installation add collective.uploadify to your eggs and zcml section in buildout run buildout  What it does After install, go to http://your-plone-site/@@upload This gives you a place where you can browse for files, select files on your computer and upload them to your plone site. Screenshots: Notes Doesn&#8217;t contain a Generic [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://pypi.python.org/pypi/collective.uploadify/0.7">http://pypi.python.org/pypi/collective.uploadify/0.7</a></li>
<li>related to <a href="http://blog.associatie.kuleuven.be/kimpaulissen/ploneflashupload/">PloneFlashUpload</a> post</li>
</ul>
<h3> Installation</h3>
<ul>
<li>add <em>collective.uploadify</em> to your eggs and zcml section in buildout</li>
<li>run buildout</li>
</ul>
<h3> What it does</h3>
<p>After install, go to <a href="http://your-plone-site/@@upload">http://your-plone-site/@@upload</a></p>
<p>This gives you a place where you can browse for files, select files on your computer and upload them to your plone site.</p>
<p>Screenshots:</p>
<table>
<tr valign="top">
<td><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-browse.png" title="uploadify-browse.png"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-browse.thumbnail.png" alt="uploadify-browse.png" /></a></td>
<td><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-upload.png" title="uploadify-upload.png"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-upload.thumbnail.png" alt="uploadify-upload.png" /></a></td>
<td><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-uploading.png" title="uploadify-uploading.png"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-uploading.thumbnail.png" alt="uploadify-uploading.png" /></a></td>
<td><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-result.png" title="uploadify-result.png"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-result.thumbnail.png" alt="uploadify-result.png" /></a></td>
</tr>
</table>
<h3>Notes</h3>
<p>Doesn&#8217;t contain a Generic Setup profile, but is easily addable in any policy package or just addable in the ZMI.</p>
<p>See more info on pypi page:</p>
<pre>If you want to smoothly integrate the upload funtionality to your site, consider to add the following lines</pre>
<pre>to your policy product in the profiles/default/actions.xml:</pre>
<pre>or simply go to the Zope Management Interface -&gt; portal_actions -&gt; object and add a new CMF Action Category</pre>
<pre>from the dropdown and configure it with the following lines:</pre>
<p>The pypi page also mentions that you can set site_properties, you have to manually add site properties in the ZMI (<em>yoursite/portal_properties/site_properties</em>) or in your policy package.</p>
<p><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-siteprops.png" title="uploadify-siteprops.png"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/uploadify-siteprops.thumbnail.png" alt="uploadify-siteprops.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/collectiveuploadify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the form action in PloneFormGen</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/changing-the-form-action-in-ploneformgen/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/changing-the-form-action-in-ploneformgen/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:25:29 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/changing-the-form-action-in-ploneformgen/</guid>
		<description><![CDATA[Last week I came across a use case for someone wanting to use our Plone based service to make a form go to a different url, in this case just posting your name to an online testing service (UsolveIt) for a specific test. Not having tested much with PloneFormGen, we thought this could be interesting, [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I came across a use case for someone wanting to use our Plone based service to make a form go to a different url, in this case just posting your name to an online testing service (UsolveIt) for a specific test.</p>
<p>Not having tested much with PloneFormGen, we thought this could be interesting, so we gave it a shot. We already knew it was a great package, but I&#8217;d still like to say thanks to the brilliant people at OneNorthWest for providing yet another solution for our use case without us having to ask for it or start programming. The PloneFormGen package has not just one, but several ways to override a form action.</p>
<p>Here I&#8217;ll just write out our specific use case, but more info on the great possibilities of this package can be found at:</p>
<ul>
<li><a href="http://plone.org/products/ploneformgen">http://plone.org/products/ploneformgen</a></li>
<li><a href="http://onenw.org/support/plone-form-gen/plone-form-gen" title="OneNorthWest - PloenFormGen">http://onenw.org/support/plone-form-gen/plone-form-gen<br />
</a></li>
<li><a href="http://plone.org/products/ploneformgen/documentation">http://plone.org/products/ploneformgen/documentation </a></li>
<li><a href="http://learnplone.org/documentation/phc_search?SearchableText=ploneformgen&amp;phc_selection=all">http://learnplone.org/documentation/phc_search?SearchableText=ploneformgen&amp;phc_selection=all<br />
</a></li>
</ul>
<p>First step is to make a form with only one field. Makes ure you have full (Plone) manager rights before you start.</p>
<ul>
<li>Add a form folder and remove all fiels but the subject.</li>
<li>Rename the subject to something like <em>Name</em></li>
<li>Our form then looks like this:</li>
</ul>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/result.png" alt="result.png" /></p>
<ul>
<li>Make sure you have the usolveit test already set up and have the url, including test-id ready</li>
<li>Edit the form folder and go to the tab <em>Overrides </em></li>
</ul>
<p><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/customaction.png" title="customaction.png"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/customaction.thumbnail.png" alt="customaction.png" /></a></p>
<ul>
<li>The full succes action should look something like:</li>
</ul>
<pre>redirect_to:python:'http://www.usolvit.be/servlet/toets.servlets.PdfRegistratie?</pre>
<pre>domein=WISK&amp;toets=A000000A0000&amp;naamStudent='+request.form['naam']</pre>
<ul>
<li>When the form is finished, you can click the <em>Start test</em> button and the browser will open a new tab with the test:</li>
</ul>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/urlusolvit.png" alt="urlusolvit.png" /></p>
<p><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/usolvitview.png" title="usolvitview.png"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/08/usolvitview.thumbnail.png" alt="usolvitview.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/changing-the-form-action-in-ploneformgen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>plonetheme.cleantheme</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/plonethemecleantheme/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/plonethemecleantheme/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:16:27 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/plonethemecleantheme/</guid>
		<description><![CDATA[Just thought is might be handy to see a screenshot for some themes that get posted on pypi. So here&#8217;s a first: This looks very clean, for me it would have been even nicer if you were able to add more than two line of actual content before you run out of screen space. Usability [...]]]></description>
			<content:encoded><![CDATA[<p>Just thought is might be handy to see a screenshot for some themes that get posted on pypi.</p>
<p>So here&#8217;s a first:</p>
<p><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/cleantheme1.png" title="cleantheme"><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/cleantheme1.png" alt="cleantheme" width="400" /></a></p>
<p>This looks very <em>clean</em>, for me it would have been even nicer if you were able to add more than two line of actual content before you run out of screen space. Usability wise it&#8217;s not a good idea to have to go scrolling just to read the contents of your site. But I have to say that the big header thing is apparently popular, since I&#8217;ve been seeing them popup everywhere the last year or so. Some examples: <a href="http://plone.org" target="_blank">Plone.org</a> itself and <a href="http://www;deredactie.be"><em>De Redactie</em></a> (newssite from Belgium). And while I&#8217;m typing this I suddenly realize that even this blog has a big header, but unfortunately I can&#8217;t easily change that either <img src='http://blog.associatie.kuleuven.be/kimpaulissen/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/plonethemecleantheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>link_redirect_view</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/link_redirect_view/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/link_redirect_view/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:31:22 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/link_redirect_view/</guid>
		<description><![CDATA[In Plone 3.3 there&#8217;s finally a solution for redirects, or at least there is for most of our use cases There&#8217;s an extra option available in your Site Setup &#8211; Types (/@@types-controlpanel) where you can say that when you add a Link to your site,  this will automatically redirect instead of just showing the link [...]]]></description>
			<content:encoded><![CDATA[<p>In Plone 3.3 there&#8217;s finally a solution for redirects, or at least there is for most of our use cases <img src='http://blog.associatie.kuleuven.be/kimpaulissen/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>There&#8217;s an extra option available in your Site Setup &#8211; Types (/@@types-controlpanel) where you can say that when you add a <em>Link</em> to your site,  this will automatically redirect instead of just showing the link address.</p>
<p><a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/p3_linkoption.png" title="p3_redirectlink"></a><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/p3_linkoption.png" alt="p3_redirectlink" /></p>
<p>This is also visible in the ZMI/portal_types where the default view for a link is then set to <em>link_redirect_view</em> instead of <em>link_view</em>.</p>
<p>If you set this option, the short name of your link can then function as a redirect.</p>
<p>So, for our usecase: site/index_en.php should redirect to site/english/, we just add a link named index_en.php and as a url we add the full path to the english folder. When people than surf to yoursite/index_en.php, they will automatically get redirected to the english part of the site.</p>
<p><strong>Note</strong>: Remember that this only works when you are logged out. If you have rights to edit the link, of course you have to see it first so you can click Edit to change the address if needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/link_redirect_view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plone redirects</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/plone-redirects/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/plone-redirects/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 11:44:18 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/plone-redirects/</guid>
		<description><![CDATA[ Use case: an old url (index_en.php) should automatically get redirected to the new plone_site/english/index. Since this is in a folder you can&#8217;t use the short name, also not a link with a short name because a standard plone link doesn&#8217;t automatically redirect (only in navigation). Redirection tool http://plone.org/products/redirectiontool/releases/1.2 http://pypi.python.org/pypi/Products.RedirectionTool/1.2.1 Installation: add Products.RedirectionTool to your eggs [...]]]></description>
			<content:encoded><![CDATA[<p> Use case: an old url (index_en.php) should automatically get redirected to the new plone_site/english/index. Since this is in a folder you can&#8217;t use the short name, also not a link with a short name because a standard plone link doesn&#8217;t automatically redirect (only in navigation).</p>
<h4>Redirection tool</h4>
<ul>
<li><a href="http://plone.org/products/redirectiontool/releases/1.2">http://plone.org/products/redirectiontool/releases/1.2</a></li>
<li><a href="http://pypi.python.org/pypi/Products.RedirectionTool/1.2.1">http://pypi.python.org/pypi/Products.RedirectionTool/1.2.1 </a></li>
</ul>
<p><strong>Installation:</strong></p>
<ul>
<li>add <em>Products.RedirectionTool</em> to your eggs and zcml section in buildout</li>
<li>run buildout</li>
<li>add a Plone site in the ZMI with the <em>Products.RedirectionTool</em> profile selected</li>
</ul>
<p><strong>What it does</strong></p>
<p>This tool adds a tab to your global toolbar where you can add an <strong>alias</strong> for every object <strong>inside your Plone site</strong>.For example, you can make sure this way that your old <em>index.php</em> and <em>index.html</em> links keep working although your page in Plone is now named (short name) <em>welcome</em>.</p>
<p>After installation you see a tab <em>Aliases</em>:</p>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/rt_aliasestab.png" alt="rt_aliasestab.png" /></p>
<p>In this tab you can add aliases you want to have for the object you are on (context):</p>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/rt_add.png" alt="rt_add.png" /><br />
<a href="http://pypi.python.org/pypi/collective.redirect"></a></p>
<h4>collective.redirect</h4>
<p><a href="http://pypi.python.org/pypi/collective.redirect">http://pypi.python.org/pypi/collective.redirect</a></p>
<p><strong>Installation:</strong></p>
<ul>
<li>add collective.redirect to your eggs and zcml section in buildout</li>
<li>run buildout</li>
<li>add a Plone site in the ZMI with the <em>Install collective.redirect</em> profile selected</li>
</ul>
<p><strong>What it does</strong></p>
<p>This package adds a content type called <em>Redirect</em>.</p>
<p>You can name (short name) this link anything you want but <strong>not</strong> the starting point of your redirection (e.g. if you want index_en.php to get redirected to your english folder, don&#8217;t use index_en.php as a short name for this redirect.)</p>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/cr_add.png" alt="cr_add.png" /></p>
<p>The value in <em>Local path</em> will get redirected to what you put in <em>URL</em>. In our case we want to make index_en.php to go to the english folder in our plone site (rtcr)/english). Make sure you add the name of the plone site if it&#8217;s an internal link.</p>
<ul>
<li><strong>from </strong>Local Path</li>
<li><strong>To:</strong> URL</li>
</ul>
<p>You can also redirect to <strong>external</strong> url&#8217;s. E.g. if you want <em>yoursite/kuleuven</em> to automatically send you to <em>http://www.kuleuven.be. </em>This option makes it possible to arrange some of your apache url rewrites for you.</p>
<h4>plone.app.redirector</h4>
<p><a href="http://pypi.python.org/pypi/plone.app.redirector">http://pypi.python.org/pypi/plone.app.redirector </a></p>
<p>not tested yet, will come later on&#8230;</p>
<h4><strong>Plone 3.3  &#8211; new link view</strong></h4>
<p>In Plone 3.3 they will add a new link view: <em>link_redirect_view</em>. You will be able to select your desired link view in the site setup. You can see what view is being used in ZMI/portal_types/link. Still need to test this to see if it is useful for us.</p>
<p>More info in the next post: <a href="http://blog.associatie.kuleuven.be/kimpaulissen/link_redirect_view/">link_redirect_view</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/plone-redirects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PloneFlashUpload</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/ploneflashupload/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/ploneflashupload/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:28:20 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[plone]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[ploneflashupload]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/ploneflashupload/</guid>
		<description><![CDATA[I&#8217;ve been testing some packages in Plone (3.2 and/or 3.3rc&#8217;s) and thought it migth be handy to put the results into my blog so our team and the rest of the world can review this. Here&#8217;s a first attempt&#8230; PloneFlashUpload http://www.plone4artists.org/products/ploneflashupload http://pypi.python.org/pypi/Products.PloneFlashUpload/1.2rc http://svn.plone.org/svn/collective/PloneFlashUpload/trunk/src/Products/PloneFlashUpload/ related to collective.uploadify post This package makes it possible for your users [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]&amp;gt;     Normal   0               false   false   false      EN-US   X-NONE   X-NONE                                                                                                        &amp;lt;![endif]--><!--[if gte mso 9]&amp;gt;                                                                                                                                                                                                                                                                                                                                                                                                                                &amp;lt;![endif]--> <!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:"Arial Unicode MS"; 	panose-1:2 11 6 4 2 2 2 2 2 4; 	mso-font-charset:128; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-134238209 -371195905 63 0 4129279 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"\@Arial Unicode MS"; 	panose-1:2 11 6 4 2 2 2 2 2 4; 	mso-font-charset:128; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-134238209 -371195905 63 0 4129279 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink 	{mso-style-priority:99; 	color:blue; 	mso-themecolor:hyperlink; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText 	{mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-link:"Tekst zonder opmaak Char"; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:9.0pt; 	mso-bidi-font-size:10.5pt; 	font-family:"Arial Unicode MS","sans-serif"; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} span.TekstzonderopmaakChar 	{mso-style-name:"Tekst zonder opmaak Char"; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-unhide:no; 	mso-style-locked:yes; 	mso-style-link:"Tekst zonder opmaak"; 	mso-ansi-font-size:9.0pt; 	mso-bidi-font-size:10.5pt; 	font-family:"Arial Unicode MS","sans-serif"; 	mso-ascii-font-family:"Arial Unicode MS"; 	mso-fareast-font-family:"Arial Unicode MS"; 	mso-hansi-font-family:"Arial Unicode MS";} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 72.0pt 72.0pt 72.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --> <!--[if gte mso 10]&amp;gt;   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:Standaardtabel; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;}  &amp;lt;![endif]--></p>
<p>I&#8217;ve been testing some packages in Plone (3.2 and/or 3.3rc&#8217;s) and thought it migth be handy to put the results into my blog so our team and the rest of the world can review this. Here&#8217;s a first attempt&#8230;</p>
<h4><strong>PloneFlashUpload</strong></h4>
<ul>
<li><a href="http://www.plone4artists.org/products/ploneflashupload">http://www.plone4artists.org/products/ploneflashupload</a></li>
<li><a href="http://pypi.python.org/pypi/Products.PloneFlashUpload/1.2rc">http://pypi.python.org/pypi/Products.PloneFlashUpload/1.2rc</a></li>
<li><a href="http://svn.plone.org/svn/collective/PloneFlashUpload/trunk/src/Products/PloneFlashUpload/">http://svn.plone.org/svn/collective/PloneFlashUpload/trunk/src/Products/PloneFlashUpload/</a></li>
<li>related to <a href="http://blog.associatie.kuleuven.be/kimpaulissen/collectiveuploadify/">collective.uploadify</a> post</li>
</ul>
<p>This package makes it possible for your users to upload multiple files (documents and images) at once from their computer into the plone site.</p>
<p><strong>Installation:</strong></p>
<ul>
<li>add <em>Products.PloneFlashUpload</em> to your eggs and zcml section in buildout</li>
<li>run buildout</li>
<li>add a Plone site in the ZMI with the <em>PloneFlashUpload</em> profile selected</li>
</ul>
<p><strong>What it does?</strong></p>
<p>After installation you can see a tab <em>Upload</em> in the toolbar of your plone site.</p>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/upload-tab.png" alt="upload-tab.png" /></p>
<p>In that screen you can browse your computer using the <img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/select-files-knop.png" alt="select-files-knop.png" /> button</p>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/upload-screen.png" alt="upload-screen.png" /></p>
<p>Then select several files you want to upload and click <em>Open:</em></p>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/select-files-browse.png" alt="select-files-browse.png" height="390" width="544" /></p>
<p>You can see the files being uploaded:</p>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/upload-progress.png" alt="upload-progress.png" /></p>
<p>The result: All uploaded files are added to your website.</p>
<p><img src="http://blog.associatie.kuleuven.be/kimpaulissen/files/2009/07/upload-result.png" alt="upload-result.png" height="337" width="457" /></p>
<p><strong>Notes</strong></p>
<ul>
<li>Tested on: Plone  3.2.2, IE7 and FF3.0.11</li>
<li>Uploaded following file formats without problems: jpg, png, pdf, doc, ppt, mp3, inc, css, php.</li>
<li>Uploading an html-file appears to work (upload completed) but doesn&#8217;t show up anywhere in the contents of your site. This package is meant for images and documents, not for webrelated files (html, php, asp,&#8230;).</li>
<li>There is a maximum size to files that you upload, you can change these settings in zope.conf (cgi-maxlen 0).For more information see <a href="http://markmail.org/search/?q=buildout+cgi-maxlen#query:buildout%20cgi-maxlen+page:1+mid:xy5yn3vj3gv57gqe+state:results">this formpost on markmail.</a>One of my files was over 9MB so that should be more than enough&#8230;</li>
<li>There&#8217;s also a section on FlashUpload in your Site Setup which lets you add content types that are available for upload. Adding <em>Document</em> to this list makes it possible to upload html-files for example, but they only show the source code so it&#8217;s not usable as an import-tool</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/ploneflashupload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uPerform</title>
		<link>http://blog.associatie.kuleuven.be/kimpaulissen/uperform/</link>
		<comments>http://blog.associatie.kuleuven.be/kimpaulissen/uperform/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 16:03:36 +0000</pubDate>
		<dc:creator>Kim Paulissen</dc:creator>
				<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://blog.associatie.kuleuven.be/kimpaulissen/uperform/</guid>
		<description><![CDATA[In the ongoing search for a decent documentation tool we&#8217;re testing several products. The first one I tested was RWD uPerform ( http://www.rwd.com/products/rwduperform/) The company RWD has an alliance with SAP Education and is therefore very suited for creating documentation for SAP applications.  Unfortunately when using the tool with Mozilla Firefox or other &#8216;exotic&#8217; (the [...]]]></description>
			<content:encoded><![CDATA[<p>In the ongoing search for a decent documentation tool we&#8217;re testing several products.</p>
<p>The first one I tested was RWD uPerform ( <a href="http://www.rwd.com/products/rwduperform" title="RWD uPerform" target="_blank">http://www.rwd.com/products/rwduperform/</a>)</p>
<p>The company RWD has an alliance with SAP Education and is therefore very suited for creating documentation for SAP applications.  Unfortunately when using the tool with Mozilla Firefox or other &#8216;exotic&#8217; (the quotes are meant to be ironic)it doesn&#8217;t recognise any labels and your resulting document is filled with very strangeterms.</p>
<p>In short, it creates a written manual (documentation) that describes all the actions for a particular use case, every step accompanied by a screenshot (full screen or label).The document is a .udc file (uPerform document) but can be &#8216;published&#8217; (not exported) as a Word document, Powerpoint file, PDF, XML and some other formats.</p>
<p>As an example I tried to create a short document that explains how you add a page to a Plone site. Plone is an open source web content management system (<a href="http://plone.org" title="Plone" target="_blank">http://plone.org</a>) that we&#8217;re currently setting up and adapting for the K.U.Leuven. You can see the result in the attachment <a href="http://blog.associatie.kuleuven.be/kimpaulissen/files/2008/12/index.pdf" title="uPerform Work Instruction">uPerform Work Instruction</a></p>
<p>Testing steps:</p>
<ul>
<li>Click Start -  All Programs &#8211; RWD uPerform &#8211; RWD uPerform Express</li>
<li>Click New &#8211; Recording (upperleft red button)</li>
<li>Press the &#8216;Record&#8217; button on the small window</li>
<li>After recording the action you want documented click the &#8216;Stop&#8217; button (right next to the record button)</li>
<li>You will be redirected to the &#8216;Simulation&#8217; tab, at the bottom of the application scree, change this to the tab &#8216;Document&#8217;</li>
<li>There you will see several parts (Purpose, Configuration information, Test information, ASAP BPP, Exercise/Data Sheet, Screen flow and Procedure)</li>
<li>For the manual you&#8217;ll probably only need the Procedure part. I tried deleting the content I didn&#8217;t need, but it&#8217;s easier just to select the right block when publishing and then deleting the content in another application like Word (at least if you&#8217;re unfamiliar with the program lika I am).</li>
<li>To get this .udc file into another format, click File &#8211; Publish filename.udc</li>
<li>Then you get a list of every block and it&#8217;s format (export) options. Select &#8216;Work Instruction&#8217; , this will give you just the purpose, screenflow, procedure and result blocks.</li>
<li>Select the destination and click &#8216;Publish&#8217;.</li>
</ul>
<p>It should also be possible to publish a simulation (like a short film of what you did) but for some reason the export to Flash didn&#8217;t work on my computer. I might report on this later on.</p>
<p>Overall I didn&#8217;t think it was very &#8216;user-friendly&#8217;, I had to click around a lot to find even the simplest thing. When you finally find out the right workflow it does what it needs to do (and also a lot of stuff it doesn&#8217;t but those are called features <img src='http://blog.associatie.kuleuven.be/kimpaulissen/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>If you&#8217;re starting documentation on something web-based in Internet Explorer it might be usefull to save you some time in creating all those screenshots needed for manuals, but for me that was about the only thing I needed it do, so there&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.associatie.kuleuven.be/kimpaulissen/uperform/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
