plonewars.com

September 30th, 2007

Quick installer snippets — Plone CMS: Open Source Content Management

usefule plone scripts

Quick installer snippets — Plone CMS: Open Source Content Management

Originally from del.icio.us/tag/plone by cwiesner


from Yoda http://plonewars.com/2007/09/30/quick-installer-snippets-%e2%80%94-plone-cms-open-source-content-management-2/







September 30th, 2007

La Fundación Plone anuncia el lanzamiento de Plone 3.0 — Plone CMS: Open Source Content Management

La Fundación Plone anuncia el lanzamiento de Plone 3.0 — Plone CMS: Open Source Content Management

Originally from del.icio.us/tag/plone by fettx


from Yoda http://plonewars.com/2007/09/30/la-fundacion-plone-anuncia-el-lanzamiento-de-plone-30-%e2%80%94-plone-cms-open-source-content-management-2/







September 30th, 2007

8 cosas verdaderamente geniales de Plone 3 — LabMenttes

8 cosas verdaderamente geniales de Plone 3 — LabMenttes

Originally from del.icio.us/tag/plone by fettx


from Yoda http://plonewars.com/2007/09/30/8-cosas-verdaderamente-geniales-de-plone-3-%e2%80%94-labmenttes/







September 30th, 2007

Plone Hosting

Plone Hosting

Originally from del.icio.us/tag/plone by bluetouff


from Yoda http://plonewars.com/2007/09/30/plone-hosting-3/







September 30th, 2007

Daniel Nouri: infrae.subversion: a recipe against disaster

After finding out about plone.recipe.bundlecheckout yesterday, I
thought I’d mention infrae.subversion, a similar recipe for
zc.buildout. These are the key differences:

  • p.r.bundlecheckout allows you to specify one URL per part,
    whereas with infrae.subversion you can specify a list of URLs.
    Why does this matter? Because it helps you keep the exact URLs
    and therefore versions of the components that you use in your
    buildout configuration, which is better than keeping them in a
    svn:externals property.

  • infrae.subversion takes care not to wipe any changes that you
    might have done in the checkout. That is, you can safely use its
    checkouts for development.

    Why not instead make a separate products directory and use
    svn:externals for development? Because again, we want to keep
    all dependencies in the buildout configuration. And it’s good to
    keep the development buildout as close as possible to the
    deployment one, to minimize the chance of error. With
    infrae.subversion, you also have the advantage of being able to
    run bin/buildout and have all dependencies updated, instead of
    having to run svn up in some directory manually, which is a
    source of confusion.

  • p.r.bundlecheckout works with both SVN and CVS, while
    infrae.subversion only works with SVN.

The Silva buildout is an example of a buildout that uses
infrae.subversion.

plone.recipe.command

This is another buildout recipe that I should quickly mention. It can
be used to run arbitrary shell commands at install or update time.
Here is an example that uses the beforementioned infrae.subversion
recipe to install the latest Plone’s FCKeditor Product from SVN.
The reason for using plone.recipe.command here is that we need to
call the base2zope.py script to bootstrap the Product after doing
a checkout:

[my-products]
recipe = infrae.subversion
urls =
  https://svn.plone.org/svn/collective/FCKeditor/trunk FCKeditor
  ...
[prep-fckeditor]
recipe = plone.recipe.command
command =
    ${buildout:executable} ${buildout:directory}/parts/my-products/FCKeditor/utils/base2zope.py
update-command = ${prep-fckeditor:command}

You can find more buildout recipes in PyPI.

Daniel Nouri: infrae.subversion: a recipe against disaster

Originally from Planet Plone


from Yoda http://plonewars.com/2007/09/30/daniel-nouri-infraesubversion-a-recipe-against-disaster/







September 30th, 2007

Daniel Nouri’s Blog : /devel/zope/infrae-subversion.html

Daniel Nouri’s Blog : /devel/zope/infrae-subversion.html

Originally from del.icio.us/tag/plone by ericsteele


from Yoda http://plonewars.com/2007/09/30/daniel-nouris-blog-develzopeinfrae-subversionhtml/







September 30th, 2007

A co-server for Zope

Zasync A few years ago, when we hit with CPS on some big customers intranet scalability … independantly opens the ZODB to read the BTree and find the task to perform. It acts like another Zope thread … that gives Zope code the ability to perform background tasks is good. Having a co-server that gives any

A co-server for Zope

Originally from [Technorati] Tag results for plone


from Yoda http://plonewars.com/2007/09/30/a-co-server-for-zope/







September 30th, 2007

Professional Plone Development

Martin Aspeli’s new Plone book on Amazon!

Professional Plone Development

Originally from del.icio.us/tag/plone by jonstahl


from Yoda http://plonewars.com/2007/09/30/professional-plone-development-3/







September 30th, 2007

Copenhagen Performance Sprint 2007 — Plone CMS: Open Source Content Management

Copenhagen Performance Sprint 2007 — Plone CMS: Open Source Content Management

Originally from del.icio.us/tag/plone by tarek.ziade


from Yoda http://plonewars.com/2007/09/30/copenhagen-performance-sprint-2007-%e2%80%94-plone-cms-open-source-content-management/







September 30th, 2007

Plone Web Design & Web Development – TAKA DESIGNS

Plone Web Design & Web Development – TAKA DESIGNS

Originally from del.icio.us/tag/plone by peterkay


from Yoda http://plonewars.com/2007/09/30/plone-web-design-web-development-taka-designs/