<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Developing with Plone 3 &#8211; borg.localrole and borg.project</title>
	<atom:link href="http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/feed/" rel="self" type="application/rss+xml" />
	<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/</link>
	<description>Life - Plone - Music - Work</description>
	<lastBuildDate>Wed, 15 Apr 2009 13:56:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jaro</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-2673</link>
		<dc:creator>Jaro</dc:creator>
		<pubDate>Wed, 12 Nov 2008 15:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-2673</guid>
		<description>How about borg.project extendability? 

In the old b-org product there was a charity example how to reuse your code, extending schema etc.

I need a similar product like borg.project but I need the project&#039;s creator automaticaly  be the project&#039;s manager.
Also I need a posibility for self registration to the project, with manager approval.

How do I extend your product?</description>
		<content:encoded><![CDATA[<p>How about borg.project extendability? </p>
<p>In the old b-org product there was a charity example how to reuse your code, extending schema etc.</p>
<p>I need a similar product like borg.project but I need the project&#8217;s creator automaticaly  be the project&#8217;s manager.<br />
Also I need a posibility for self registration to the project, with manager approval.</p>
<p>How do I extend your product?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tres Seaver</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-2666</link>
		<dc:creator>Tres Seaver</dc:creator>
		<pubDate>Thu, 07 Feb 2008 23:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-2666</guid>
		<description>Adding borg.project to your buildout.cfg:

--- buildout.cfg        (revision 24)
+++ buildout.cfg        (working copy)
@@ -21,6 +21,7 @@
 eggs =
     elementtree
     PIL
+    borg.project
 
 # Reference any eggs you are developing here, one per line
 # e.g.: develop = src/my.package
@@ -72,6 +73,7 @@
 # e.g. zcml = my.package my.other.package
 zcml =
     Products.qi
+    borg.project
 
 products =
     ${productdistros:location}


This works, and I can add &#039;borg.project&#039; (and
dependencies) via QuickInstaller;  after adding
a &quot;project workspace&quot;, however, the &quot;Edit&quot; tab
policy settings seem borked:

 - The &quot;search&quot; and &quot;update&quot; buttons for managers
   and members are no-ops.

 - The &quot;addable types&quot; list gets saved, but not
   enforced.</description>
		<content:encoded><![CDATA[<p>Adding borg.project to your buildout.cfg:</p>
<p>&#8212; buildout.cfg        (revision 24)<br />
+++ buildout.cfg        (working copy)<br />
@@ -21,6 +21,7 @@<br />
 eggs =<br />
     elementtree<br />
     PIL<br />
+    borg.project</p>
<p> # Reference any eggs you are developing here, one per line<br />
 # e.g.: develop = src/my.package<br />
@@ -72,6 +73,7 @@<br />
 # e.g. zcml = my.package my.other.package<br />
 zcml =<br />
     Products.qi<br />
+    borg.project</p>
<p> products =<br />
     ${productdistros:location}</p>
<p>This works, and I can add &#8216;borg.project&#8217; (and<br />
dependencies) via QuickInstaller;  after adding<br />
a &#8220;project workspace&#8221;, however, the &#8220;Edit&#8221; tab<br />
policy settings seem borked:</p>
<p> &#8211; The &#8220;search&#8221; and &#8220;update&#8221; buttons for managers<br />
   and members are no-ops.</p>
<p> &#8211; The &#8220;addable types&#8221; list gets saved, but not<br />
   enforced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim B</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-705</link>
		<dc:creator>Jim B</dc:creator>
		<pubDate>Fri, 10 Aug 2007 00:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-705</guid>
		<description>Yep-all set. Thanks.</description>
		<content:encoded><![CDATA[<p>Yep-all set. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim B</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-703</link>
		<dc:creator>Jim B</dc:creator>
		<pubDate>Thu, 09 Aug 2007 13:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-703</guid>
		<description>I didn&#039;t. I&#039;ll give that a try - and pull out my Zope3 book for some more reading! Thanks for the help.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t. I&#8217;ll give that a try &#8211; and pull out my Zope3 book for some more reading! Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: optilude</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-700</link>
		<dc:creator>optilude</dc:creator>
		<pubDate>Thu, 09 Aug 2007 07:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-700</guid>
		<description>Jim - did you add a ZCML slug? In etc/package-includes in your Zope instance, add  in a file called configure-borg.project.zcml... or: if you have your own product managing a site policy, then add that line to its configure.zcml.</description>
		<content:encoded><![CDATA[<p>Jim &#8211; did you add a ZCML slug? In etc/package-includes in your Zope instance, add  in a file called configure-borg.project.zcml&#8230; or: if you have your own product managing a site policy, then add that line to its configure.zcml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim B</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-698</link>
		<dc:creator>Jim B</dc:creator>
		<pubDate>Thu, 09 Aug 2007 05:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-698</guid>
		<description>I&#039;ve installed both of these from source and eggs. I can&#039;t get project to show up in the Pl3 installer so I can install it. It&#039;s there OK in the Zope product folder. What am I doing wrong? Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed both of these from source and eggs. I can&#8217;t get project to show up in the Pl3 installer so I can install it. It&#8217;s there OK in the Zope product folder. What am I doing wrong? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Amici</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-197</link>
		<dc:creator>Alessandro Amici</dc:creator>
		<pubDate>Wed, 09 May 2007 06:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-197</guid>
		<description>The link to the collective should read:
http://dev.plone.org/collective/browser/borg/components</description>
		<content:encoded><![CDATA[<p>The link to the collective should read:<br />
<a href="http://dev.plone.org/collective/browser/borg/components" rel="nofollow">http://dev.plone.org/collective/browser/borg/components</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: optilude</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-194</link>
		<dc:creator>optilude</dc:creator>
		<pubDate>Tue, 08 May 2007 23:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-194</guid>
		<description>The Cheese Shop and the Collective are not similar. The Collective is a subversion repository, the Cheese Shop is a bit more like http://plone.org/products in that it lists projects and downloadables.

The advantage of a Cheese Shop release is that you can install things with easy_install or zc.buildout (really: with setuptools) more easily. Also, it&#039;s dead-simple to make such a release - one command on the command line. :)

I want to list this in http://plone.org/products as well eventually.</description>
		<content:encoded><![CDATA[<p>The Cheese Shop and the Collective are not similar. The Collective is a subversion repository, the Cheese Shop is a bit more like <a href="http://plone.org/products" rel="nofollow">http://plone.org/products</a> in that it lists projects and downloadables.</p>
<p>The advantage of a Cheese Shop release is that you can install things with easy_install or zc.buildout (really: with setuptools) more easily. Also, it&#8217;s dead-simple to make such a release &#8211; one command on the command line. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I want to list this in <a href="http://plone.org/products" rel="nofollow">http://plone.org/products</a> as well eventually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonstahl</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-193</link>
		<dc:creator>jonstahl</dc:creator>
		<pubDate>Tue, 08 May 2007 22:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-193</guid>
		<description>Never mind.  Commented before I read the last sentence. ;-)</description>
		<content:encoded><![CDATA[<p>Never mind.  Commented before I read the last sentence. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonstahl</title>
		<link>http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-192</link>
		<dc:creator>jonstahl</dc:creator>
		<pubDate>Tue, 08 May 2007 22:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://optilude.wordpress.com/2007/05/08/developing-with-plone-3-borglocalrole-and-borgproject/#comment-192</guid>
		<description>Why would you release plone add-on products to the cheeseshop rather than the Plone Collective?</description>
		<content:encoded><![CDATA[<p>Why would you release plone add-on products to the cheeseshop rather than the Plone Collective?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
