[Edu-sig] Simple Python database application for self-study and training

Kirby Urner urnerk@qwest.net
Thu, 15 May 2003 09:06:05 -0700


At 07:42 AM 5/14/2003 -0700, you wrote:
>At 08:03 AM 5/13/2003 -0700, Kirby Urner wrote:
>
>>I'm currently using PostgreSQL to manage a list of Python-related URLs,
>>categorized by key words (one or more).  Instead of wxPython, I'm currently
>>using Plone for a front end (making data management doable through a web
>>browser).
>
>Just to clarify, this Zope which people are exulting about is what
>Plone is using as well, Plone being a content management system on
>top of Zope.  http://www.plone.org  It has its own installers, which
>include Zope (which includes yet another copy of Python).
>
>Kirby

Just to further clarify, Plone is a content management system (CMS)
built using the content management *framework* provided the Zope folks
and known as the Zope CMF.

Plone folks work hard to incorporate the latest improvements to the CMF
e.g. at the recent sprint in Victoria, there was some attention given to
incorporating the lastest CMF 1.4beta -- Plone 1.2 will use CMF 1.4 as
its basis.

If you pop the Welcome page on a Plone site, you'll likely find the
following comment embedded in the HTML:

=============

<a href="http://python.org" title="Plone is built with Python. Click for
more information about Python.">Python</a>.

<!--

      Please keep the Plone Powered button (or a textual link to us) if you 
use
      Plone on your site. It's a nice token of gratitude, and we appreciate 
your
      help in promoting the Plone name.

      Plone is powered by the combined forces of Zope and CMF, two absolutely
      great systems made by Zope Corporation (http://zope.com) and they in turn
      are based on the best programming language in the world - Python
      (http://www.python.org). We owe these guys a lot, thanks for making Plone
      possible!

  -->
<br />

Plone is Copyright &copy; 2000-<span>2003</span>


by
<a href="http://limi.net">Alexander Limi</a>,
<a href="http://www.runyaga.com">Alan Runyan</a>,
<a href="http://blacktar.com">Vidar Andersen</a>.

=============
Kirby