plonewars.com

August 21st, 2007

Plone 3.0 has just been released!

Plone 3.0 has just been released! 21 08 2007 Finally! [ :-) ] … Plone What’s New in 3.0? Tags: plone, opensource, cms, release, python, zope, mrtopf

Plone 3.0 has just been released!

Originally from [Technorati] Tag results for plone


from Yoda http://plonewars.com/2007/08/21/plone-30-has-just-been-released/







August 21st, 2007

Plone 3 ist raus!

Plone 3 ist raus! Heute wurde die neue und stark verbesserte 3.0 Version des Content-Management Systems Plone veröffentlicht. Plone setzt auf dem Python … Sicherheit und Performance. Plone 3 zählt so insgesamt 20 neue Features im Gegensatz zu seiner

Plone 3 ist raus!

Originally from [Technorati] Tag results for plone


from Yoda http://plonewars.com/2007/08/21/plone-3-ist-raus/







August 21st, 2007

Digg – Plone 3.0 released

Digg – Plone 3.0 released

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


from Yoda http://plonewars.com/2007/08/21/digg-plone-30-released/







August 21st, 2007

Scott Paley: Plone Web CMS Just Got A Whole Lot Better

Today, the Plone Foundation announced the release of version 3.0 of the Plone content management system. We use Plone at the CMS for many of the projects we do, and for good reason. It works well. Really well. And for lots of different types of sites.

While Plone was already considered an outstanding CMS by those in-the-know, version 3.0 has some big advances. The new features I’m most excited about personally are:

  • Version control – this one is HUGE. Plone will automatically save every version of a web page, and you can easily revert to an older version. You can also edit a “checked-out” version of a page while the original stays live (something you couldn’t easily do in Plone 2). This is the feature that I get asked about most frequently, and it’s really important that this now exists.
  • Ability to insert Flash and other embeddable video right in the content editor.
  • Link integrity – this makes sure that when you move or delete content, you don’t break any links that point to that content.
  • Inline AJAX editing – this is just cool. Basically, the process of entering and editing content just got more efficient and faster. It feels more like a desktop application. No more waiting for the entire page to reload just to edit something.

There are many other improvements as well, and my understanding is that it is faster than previous versions. Jon Stahl recently wrote up the 8 things he finds most interesting about Plone 3.0.

I also like that our client, Discover Magazine (a Plone user), was quoted in the Plone 3.0 press release.

Scott Paley: Plone Web CMS Just Got A Whole Lot Better

Originally from Planet Plone by Scott Paley


from Yoda http://plonewars.com/2007/08/21/scott-paley-plone-web-cms-just-got-a-whole-lot-better/







August 21st, 2007

Press Release: Plone Foundation announces Plone 3.0 — Plone CMS: Open Source Content Management

Press Release: Plone Foundation announces Plone 3.0 — Plone CMS: Open Source Content Management

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


from Yoda http://plonewars.com/2007/08/21/press-release-plone-foundation-announces-plone-30-%e2%80%94-plone-cms-open-source-content-management/







August 21st, 2007

Groninger Studieblogs

Groninger Studieblogs

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


from Yoda http://plonewars.com/2007/08/21/groninger-studieblogs/







August 21st, 2007

Deliverance – deliverance

Deliverance – deliverance

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


from Yoda http://plonewars.com/2007/08/21/deliverance-deliverance/







August 21st, 2007

Plone 3.0

Plone 3.0 is released today. Built-in versioning, slick ajax interface, and more … . I’ve already been testing our code against the Plone trunk since the start of this year and things … Plone.

Plone 3.0

Originally from [Technorati] Tag results for plone


from Yoda http://plonewars.com/2007/08/21/plone-30-5/







August 21st, 2007

The Plone Blog: Plone 3 Released

At midnight PDT on August 21st, the Plone Team released Plone 3.0, capping off a huge year of work.  This is a big day in the history of Plone.

My congratulations and deepest thanks to all the folks who made it happen.  I’m really looking forward to using it.

The Plone Blog: Plone 3 Released

Originally from Planet Plone by Jon Stahl


from Yoda http://plonewars.com/2007/08/21/the-plone-blog-plone-3-released/







August 21st, 2007

Jordan Baker: WebDAV, cadaver and metadata

Recently I wanted to automate some document management processes against a Plone site and was trying to figure out how to do set the Title property on the newly created objects via WebDAV, using the cadaver command line client.<br /><br />This led me to look a little more closely at how WebDAV does properties. In fact it is not like a simple Python dictionary, rather there is a nested structure like a dictionary of dictionaries. Each application can have its own namespace.<br /><br />By default cadaver will set properties in its own custom namespace. So you need to use the <span style=”font-style: italic;”>set namespace</span> command to use the Zope namespace identified by its namespace: http://www.zope.org/propsets/default<code><br /></code><br />The following example uses cadaver and creates a collection (folder) and sets the title property:<br /><code></code><pre><br />mkcol just_a_folder<br />set namespace http://www.zope.org/propsets/default<br />propset just_a_folder title “A long title”<br /></pre>

Jordan Baker: WebDAV, cadaver and metadata

Originally from Planet Plone by hexsprite


from Yoda http://plonewars.com/2007/08/21/jordan-baker-webdav-cadaver-and-metadata/