<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>transcyberia.info - plone</title>
    <link>http://transcyberia.info/</link>
    <description>open .:. technology .:. economics</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>customizing navigation in Plone3</title>
    <link>http://transcyberia.info/archives/39-customizing-navigation-in-Plone3.html</link>
            <category>plone</category>
    
    <comments>http://transcyberia.info/archives/39-customizing-navigation-in-Plone3.html#comments</comments>
    <wfw:comment>http://transcyberia.info/wfwcomment.php?cid=39</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://transcyberia.info/rss.php?version=2.0&amp;type=comments&amp;cid=39</wfw:commentRss>
    

    <author>nospam@example.com (Guido Stevens)</author>
    <content:encoded>
    &lt;p&gt;
Once upon a time customization of the Plone navigation portlet was easy. 
You just dropped a customized portlet_navigation.pt into a skins layer and presto.
&lt;/p&gt;&lt;p&gt;
In Plone3, customizing the navigation is still very easy. But it requires a bit more understanding
of the component architecture.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://transcyberia.info/archives/39-customizing-navigation-in-Plone3.html#extended&quot;&gt;Continue reading &quot;customizing navigation in Plone3&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 05 Aug 2008 13:17:00 +0200</pubDate>
    <guid isPermaLink="false">http://transcyberia.info/archives/39-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><category>navigation</category>
<category>plone</category>
<category>programming</category>
<category>python</category>
<category>web</category>
<category>zope3</category>

</item>
<item>
    <title>howto sync mailman from plone</title>
    <link>http://transcyberia.info/archives/23-howto-sync-mailman-from-plone.html</link>
            <category>plone</category>
    
    <comments>http://transcyberia.info/archives/23-howto-sync-mailman-from-plone.html#comments</comments>
    <wfw:comment>http://transcyberia.info/wfwcomment.php?cid=23</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://transcyberia.info/rss.php?version=2.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    

    <author>nospam@example.com (Guido Stevens)</author>
    <content:encoded>
    &lt;p&gt;
Mailman is our mailing list software of choice. Even when using &lt;a href=&quot;http://plone.org/products/plonegazette&quot;&gt;PloneGazette&lt;/a&gt; to format mailings, we prefer to use &lt;a href=&quot;http://www.gnu.org/software/mailman/index.html&quot;&gt;Mailman&lt;/a&gt; as
the actual mail sender: it&#039;s faster, it has superior bounce handling, and it runs on our dedicated list server, outside our Plone environment.
&lt;/p&gt;
&lt;p&gt;
Managing subscriptions for simple publication sites can be as easy as creating a &lt;a href=&quot;http://plone.org/products/mailmansubform&quot;&gt;MailManSubForm&lt;/a&gt;. However, if you have
a full-fledged Member site you&#039;ll want to integrate mailing list subscription/unsubscription options as part of the member
profile personalization experience in Plone.
&lt;/p&gt;
&lt;p&gt;
We need to use the Plone Member database as master for the mailman database, in other words.
This turns out to be quite easy.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://transcyberia.info/archives/23-howto-sync-mailman-from-plone.html#extended&quot;&gt;Continue reading &quot;howto sync mailman from plone&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 11 Mar 2008 18:09:00 +0100</pubDate>
    <guid isPermaLink="false">http://transcyberia.info/archives/23-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><category>mailman</category>
<category>plone</category>
<category>python</category>
<category>zope</category>

</item>
<item>
    <title>chroot plone buildouts</title>
    <link>http://transcyberia.info/archives/12-chroot-plone-buildouts.html</link>
            <category>plone</category>
    
    <comments>http://transcyberia.info/archives/12-chroot-plone-buildouts.html#comments</comments>
    <wfw:comment>http://transcyberia.info/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://transcyberia.info/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (Guido Stevens)</author>
    <content:encoded>
    &lt;p&gt;
Following Martin Aspeli&#039;s excellent &lt;a href=&quot;http://plone.org/documentation/tutorial/buildout/&quot;&gt;buildout tutorial&lt;/a&gt;,
in a clean chroot setup,
has helped me rediscover the joys of programming.
Because, let&#039;s face it: if Python is The Beauty,
Zope2 surely is The Beast. 
&lt;/p&gt;
&lt;p&gt;
Zope3 is a much more gentile creature. It&#039;s availability
within the bowels of modern Zope2 releases is a godsend, 
as any developer working with Plone3 will &lt;a href=&quot;http://vanrees.org/weblog/archive/2008/01/28/plone-and-revolution-a-response&quot;&gt;testify&lt;/a&gt;. 
Meanwhile, the Python community
at large has rallied around the &lt;a href=&quot;http://pypi.python.org/pypi&quot;&gt;Python Package index&lt;/a&gt; and
easy_install eggs as the primary channel for distributing code.
&lt;/p&gt;
&lt;p&gt;
To leverage these new development practices,
you need to be able to control your python environment.
Read on to find out, why this is a problem, and what you can do about it.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://transcyberia.info/archives/12-chroot-plone-buildouts.html#extended&quot;&gt;Continue reading &quot;chroot plone buildouts&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 10 Feb 2008 16:18:00 +0100</pubDate>
    <guid isPermaLink="false">http://transcyberia.info/archives/12-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><category>buildout</category>
<category>chroot</category>
<category>easy_install</category>
<category>plone</category>
<category>python</category>
<category>technology</category>
<category>web</category>
<category>zope</category>
<category>zope3</category>

</item>

</channel>
</rss>