<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel>
    <title>vsbabu.org : zope</title>
    <link>http://vsbabu.org/mt/archives/categories/zope/</link>
    <description>Gluing passing thoughts to foregone conclusions</description>
    <dc:language>en-us</dc:language>
    <dc:creator>vsbabu@gmail.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2004-01-17T19:27:31+05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />
    <admin:errorReportsTo rdf:resource="mailto:vsbabu@gmail.com"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

    <item>
      <title>Interview with Ploners</title>
      <link>http://vsbabu.org/mt/archives/2004/01/17/interview_with_ploners.html</link>
      <description>OSDir.com interviews Limi and Runyan.</description>
      <guid isPermaLink="false">976@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://osdir.com/Article199.phtml">OSDir.com Interview</a>: <q> In October O'Reilly Network and OSDir held a contest where our readers could vote from a number of open source projects to send six to Comdex as representatives of the open source community. Surprisingly one of the least known came out on top of the list over other popular projects like Eclipse, OpenOffice, KDE and Gnome. At least it was a surprise to us. I've followed up with Alexander Limi and Alan Runyan of the Plone project to find out a bit more about this darkhorse, and why it was so popular.</q></p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2004-01-17T19:27:31+05:00</dc:date>
    </item>
    <item>
      <title>Formulator makes life easy</title>
      <link>http://vsbabu.org/mt/archives/2003/07/17/formulator_makes_life_easy.html</link>
      <description>It also makes for very quick solutions. Thank you Martijn Faassen.</description>
      <guid isPermaLink="false">835@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>I had made various notes to self to look into <a href="http://www.zope.org/Members/faassen/Formulator">Formulator</a> for Zope, over the last year.  Never got around to it till now.</p>

<p>According to the author <q>Formulator is an extensible framework that eases the creation and validation of web forms</q>.</p>

<p>Very nice. With two small Python scripts and a PageTemplate, I could make a system for making web databases - ok, think of it like a spreadsheet, or a database with just one table. I can see enormous uses for this, mainly for making quickly sharable datasets on the web.</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2003-07-17T18:57:26+05:00</dc:date>
    </item>
    <item>
      <title>Server side python</title>
      <link>http://vsbabu.org/mt/archives/2003/07/09/server_side_python.html</link>
      <description>Reposting comment I made on Russ&apos; notebook here.</description>
      <guid isPermaLink="false">828@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>Russell Beattie has a <a href="http://www.russellbeattie.com/notebook/20030709.html#161214">post about the subject</a>. I made a comment on his weblog about that.</p>

<p>For future reference, I&#39;m posting my comment as an entry here too.</p>

<p>Point to ponder: I feel kind of silly posting my comment there as a post here. Feels like duplication (well, it is) and some kind of copyright issue. Zzzz&#8230;</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2003-07-09T11:17:18+05:00</dc:date>
    </item>
    <item>
      <title>Resetting Zope&apos;s session timeout</title>
      <link>http://vsbabu.org/mt/archives/2003/05/16/resetting_zopes_session_timeout.html</link>
      <description>A hacked python script to reset Zope&apos;s transient object persistence timeout.</description>
      <guid isPermaLink="false">792@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Zope's transient object session timeout defaults to 20 minutes. To set
the timeout, go to <tt>/temp_folder/session_data</tt> and change the
timeout there. When the timeout is changed, all objects in the session
are cleared - so better not do this while people are on-line.
</p>

<p>
Unfortunately, this value gets reset to 20 minutes, every time Zope is
restarted. My Zope servers are restarted every morning at 6:30am. I hacked
in a reset script that is called at 7:10am every day. This script sets
the timeout to 3 hours. It can be called using XML-RPC or through simple
<tt>wget</tt>.
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2003-05-16T09:49:11+05:00</dc:date>
    </item>
    <item>
      <title>Getting undo history</title>
      <link>http://vsbabu.org/mt/archives/2003/03/25/getting_undo_history.html</link>
      <description>Printing out transaction log in Zope.</description>
      <guid isPermaLink="false">746@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Something funny was going on with a Zope installation I am interested in. I wanted to eliminate the "human error" factor :-) Like everything in Zope, it is
pretty easy if you are brave enough to look at the source.
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2003-03-25T18:15:16+05:00</dc:date>
    </item>
    <item>
      <title>Plone roles on</title>
      <link>http://vsbabu.org/mt/archives/2003/03/24/plone_roles_on.html</link>
      <description>Plone is getting more polished by the day.</description>
      <guid isPermaLink="false">742@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I've not been tracking <a href="http://www.plone.org/">Plone</a>
development for a while - an year to be exact. Recently, I got a mail
from Plone team that demo accounts can be had at <a href="http://demo.plone.org/">demo.plone.org</a>. I registered
myself and checked out some of the installed products.
</p>

<p>
It rocks!
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2003-03-24T18:02:57+05:00</dc:date>
    </item>
    <item>
      <title>zxref</title>
      <link>http://vsbabu.org/mt/archives/2003/01/27/zxref.html</link>
      <description>A simple cross-referencer for Zope</description>
      <guid isPermaLink="false">700@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I'm working on a Zope project that has quite a few code and HTML objects,
in one folder. For programming documentation, and for quick reference,
I wanted to print out a report that shows a list of all the objects in
the folder and other objects in the same folder that calls this.
</p>

<p>
Here is a simple Python Script to do that.
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2003-01-27T11:17:10+05:00</dc:date>
    </item>
    <item>
      <title>Confidential Python?</title>
      <link>http://vsbabu.org/mt/archives/2003/01/21/confidential_python.html</link>
      <description>This time, Python got me stumped.</description>
      <guid isPermaLink="false">694@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I love <a href="http://www.python.org/">Python</a> mainly because
of the elegance with which it helps in solving problems. Those strengths
are now causing a problem :-)
</p>

<p>
Here is the deal. I've an upcoming requirement - it is not yet finalized,
but I've a strong feeling this will be there as an afterthought - where
there needs to be <em>confidential validations</em> on <em>confidential data</em>
</p>]]></content:encoded>
      <dc:subject>python</dc:subject>
      <dc:date>2003-01-21T17:39:55+05:00</dc:date>
    </item>
    <item>
      <title>&quot;Getting&quot; Zope!</title>
      <link>http://vsbabu.org/mt/archives/2003/01/07/getting_zope.html</link>
      <description>Good discussion on ZopeZen about making people understand Zope.</description>
      <guid isPermaLink="false">676@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Huima has <a href="http://www.zopezen.org/Members/huima/News_Item.2003-01-03.2843">some excellent points</a> on what makes it difficult to make people understand and support Zope. Readers have some excellent comments too. Personally,
I believe, Zope Corporation needs to have a dedicated marketing team that
can map solutions based on Zope to common customer needs. Not everyone
gets the idea that it solves 80% of *almost any* problem right-away and 20% is for
you to solve, very easily.
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2003-01-07T06:36:40+05:00</dc:date>
    </item>
    <item>
      <title>Zope and TCPA</title>
      <link>http://vsbabu.org/mt/archives/2003/01/06/zope_and_tcpa.html</link>
      <description>Slightly longer thread from Zope mailing list.</description>
      <guid isPermaLink="false">674@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
An interesting thread from the Zope mailing list: <a href="http://lists.zope.org/pipermail/zope/2003-January/thread.html#128759">Zope killed by TCPA</a>?
</p>
]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2003-01-06T14:57:49+05:00</dc:date>
    </item>
    <item>
      <title>Why Zope?</title>
      <link>http://vsbabu.org/mt/archives/2002/12/17/why_zope.html</link>
      <description>Two on-going discussions on the Zope mailing list.</description>
      <guid isPermaLink="false">656@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
The perennial question again came up in Zope mailing list. <a href="http://aspn.activestate.com/ASPN/Mail/Message/zope-List/1473818">Considerations
for using Zope</a>. It is an interesting thread to read.
</p>

<p>
Another thread is about <a href="http://aspn.activestate.com/ASPN/Mail/Message/zope-List/1475188">opinions from ex-PHP developers</a>. I wanted to write about it, but
<a href="http://aspn.activestate.com/ASPN/Mail/Message/zope-List/1475271">Wankyu Choi explained it very nicely</a> and then <a href="http://aspn.activestate.com/ASPN/Mail/Message/zope-List/1475775">a bit more</a>.
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2002-12-17T19:07:40+05:00</dc:date>
    </item>
    <item>
      <title>Running a Tidy XML-RPC service using Zope</title>
      <link>http://vsbabu.org/mt/archives/2002/12/16/running_a_tidy_xmlrpc_service_using_zope.html</link>
      <description>Thinking web services? Here&apos;s a practical example for easily enabling a script via XML-RPC and Zope.</description>
      <guid isPermaLink="false">651@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Zope can expose every object via XML-RPC. For more information on Zope's
XML-RPC capability, read the <a href="http://www.xml.com/pub/a/2000/01/xmlrpc/">excellent How-To</a> by Amos Latteier.
</p>

<p>
I use a simple Python script to clean up HTML using Tidy. Here's the code for that. Just put it under Zope and you can run your own Tidy XML-RPC service
easily!
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2002-12-16T09:57:30+05:00</dc:date>
    </item>
    <item>
      <title>CMFCollectorNG</title>
      <link>http://vsbabu.org/mt/archives/2002/12/04/cmfcollectorng.html</link>
      <description>An older issue tracker gets rewritten. Just how many tracker software are out there?</description>
      <guid isPermaLink="false">638@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Andreas Jung released the next generation issue tracker tool that can be used
within CMF. <a href="http://www.zope.org/Members/ajung/CMFCollectorNG/Wiki/FrontPage">CMFCollectorNG</a>.
In my opinion, here are the best features:
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2002-12-04T09:44:21+05:00</dc:date>
    </item>
    <item>
      <title>Zope on Mandrake</title>
      <link>http://vsbabu.org/mt/archives/2002/11/18/zope_on_mandrake.html</link>
      <description>Easy way to install Zope on Mandrake Linux.</description>
      <guid isPermaLink="false">619@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Nexedi maintains <a href="http://www.nexedi.org/software/zope-mdk/FrontPage">RPM packages of Zope, compiled for Mandrake</a>. Very easy to install using <tt>urpmi</tt>. Check out the link above to see their wiki on using it.
</p>

<p>
As of this writing, they provide 2.5.1 RPMS, not Zope 2.6.
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2002-11-18T11:29:54+05:00</dc:date>
    </item>
    <item>
      <title>ZPT Basics</title>
      <link>http://vsbabu.org/mt/archives/2002/11/01/zpt_basics.html</link>
      <description>Nice articles on a great concept.</description>
      <guid isPermaLink="false">597@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
DevShed.com <a href="http://www.devshed.com/Server_Side/Zope/ZPTBasics/ZPTBasics4">concludes</a> its four part series on Zope Page Templates. I liked the
presentation of this article a bit more than their usual articles. In my opinion, Page Templates are as close as you can get to the holy grail of <em>content-logic separation</em>.
</p>]]></content:encoded>
      <dc:subject>zope</dc:subject>
      <dc:date>2002-11-01T10:20:16+05:00</dc:date>
    </item>


  </channel>
</rss>

