» tagged pages
» logout
Zope
Return to Zope

Planet Zope

(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:

Tags Applied to this Topic

1 person has tagged this page:

Zope related news

Tuesday, July 08, 2008

Preliminary sessions for Plone Conference 2008 announced!

Please enjoy the preliminary list of sessions included on the registration page, and please consider purchasing an early bird admission today. Your purchase will help the conference planning team move on to the next phase of planning with confidence. Thank you!

Monday, July 07, 2008

PloneArticle - A rich content type for Plone (4.0.5)

Zope.org Product Updates

Friday, July 04, 2008

Plone Conference 2008 Registration Open!

Early bird registration is now open for Plone Conference 2008, to be held October 6-12 in Washington, D.C. USA!

Thursday, July 03, 2008

Plone: major Argentinean University launches its new institutional portal.

The National University of Cordoba (UNC), Argentina, recently launched its new institutional website built on Plone 3, the open source content management system. This project results from a close collaboration between the University development team with the support and assistance from menttes, a local Zea network member business.

Wednesday, July 02, 2008

Introducing Content Mirror

---

Wednesday, July 02, 2008

PNG, Transparency, IE6, AlphaImageLoader, and SSL

In case you try to run one of the AlphaImageLoader fixes out there in order to teach Internet Explorer 6 to handle PNG images with transparent alpha channel information somehow gracefully... and in case you try to run this over SSL (https), you might...

Wednesday, July 02, 2008

Grok (and martian) rocks

Even if you're writing Plone code

Tuesday, July 01, 2008

Report from the New Orleans Plone Symposium 2008

---

Tuesday, July 01, 2008

Repozecast Number 2

second episode (mp3) is now up. It contains ramblings about Repoze and how it relates to:

Enjoy!

Monday, June 30, 2008

Setuptools distribution_links Considered Harmful

distribution_links foils repeatability

Friday, June 27, 2008

0.13

Feature release: improved directives, martian, grokcore.component. many other improvements and bugfixes

, ), their grokkers, as well as many of the basic directives have been factored out to a reusable

Ported directives to Martian's new directive implementation. As a result, many helper functions that were available from were removed. The functionality is mostly available from the directives themselves now. Refactored class grokkers to make use of Martian's new declarative way for retrieving directive data from classes, and Martian's new declarative way to write grokkers. See the (

Friday, June 27, 2008

Grok 0.13 is released!

The Grok team is happy to announce the release of Grok 0.13, a new feature release of Grok.

Friday, June 27, 2008

Mock testing with mocker and plone.mocktestcase

You must be having a laugh

Wednesday, June 25, 2008

site-packages is too implicit

Dear site-packages, I am breaking up with you. No, it's not you, it's me.

rm -rf PasteDeploy-1.3.1-py2.4.egg rm -rf Routes-1.7.3-py2.4.egg rm -rf WebHelpers-0.3.2-py2.4.egg rm -rf Beaker-0.9.5-py2.4.egg rm -rf FormEncode-0.7.1-py2.4.egg rm -rf decorator-2.2.0-py2.4.egg rm -rf nose-0.10.3-py2.4.egg rm -rf Mako-0.1.8-py2.4.egg rm -rf WebOb-0.9.2-py2.4.egg rm -rf simplejson-1.7.1-py2.4.egg rm -rf Babel-0.9.2-py2.4.egg rm -rf Pylons-0.9.6.2-py2.4.egg rm -rf Genshi-0.5-py2.4-macosx-10.5-i386.egg rm -rf SQLAlchemy-0.5.0beta1-py2.4.egg rm -rf ToscaWidgets-0.9.2-py2.4.egg rm -rf TurboGears2.egg-link rm -rf Paver-0.8.1-py2.4.egg

import sys sys.path[0:0] = [ '/Users/kteague/buildouts/shared/eggs/PasteDeploy-1.3.1-py2.4.egg', '/Users/kteague/buildouts/shared/eggs/Routes-1.7.3-py2.4.egg', ]

/Users/kteague/buildouts/shared/eggs/Routes-1.7.3-py2.4.egg /Users/kteague/buildouts/shared/eggs/Routes-1.9-py2.4.egg

Neither of these are active on your Python path, but you can pop them onto your sys.path and import the version you require as desired. This approach means that your application declares what versions of which packages it wants to use

import sys sys.require('PasteDeploy','1.3.1')

This is similar to the approach that Ruby Gems takes. I'm not sure if it's better than the buildout approach, since this approach embeds your library dependency information in the source code instead of having that information available in an easily parsed buildout.cfg or setup.py file.

Tuesday, June 24, 2008

Zope's entry into the commit count pissing match

Tuesday, June 24, 2008

Controlled semantic vocabularies tool

"Hence, there is a need for a simple vocabulary editor that allows domain experts to create a vocabulary without knowing the innards of semantic web technologies. I had a discussion with an IT-strategist from a large government authority today and we agreed that a tool like this would greatly benefit the use of controlled vocabularies in the public sector." is used to back vocabularies on , not MySQL. Uses a form to fill out content. PloneOntology is built on the Plone relations product, which is immensely good for this kind of work (relations lets you describe things like cardinality). I'm not sure it could be ported to a database easily; iirc it relied heavily on ZODB's object storage.

Tuesday, June 24, 2008

Plugin pros and cons

---
Page 1 | Next >>
Username:
Password:
(or Cancel)