zope
Zeo client on FreeBSD: Working around: gaierror: [Errno 9] servname not supported for ai_socktype While starting zeo client
I've recently encountered this error while starting Zeo client on FreeBSD 7.0 after having installed Plone with Unified installer for version 4.2.1 (Python 2.7 and Zope 2.13.16)
Understanding Zope Database Adaptaters
Understanding Zope Database Adaptaters
This document tries to explain how Zope Database adaptaters are working.
Recently I have worked on two Zope database adaptaters: One for PostgreSQL (ZPsycoPGDA) and the other for Oracle (ZcxOracleDA).
A quel prix devient-on vraiment pluggable ?
Cet article fait suite au mail de Chris McDonough http://groups.google.com/group/pylons-discuss/msg/b19df600ddb8be3f
Zope, Plone, ZcxOracleDA et les retours chariots Windows...
Les erreurs remontées par Oracle
DatabaseError: ORA-06550, ce qui signifie qu'il y a une erreur de compilation côté Oracle, or d'après de nombreuses vérifications, tous les packages, triggers, etc. sont bien compilés dans la base de données.
Toulibre et Makina Corpus présentent Plomino le 16 mars 2011
Toulibre est un repère de libristes où il fait bon traîner, pour les toulousains. Cette association de promotion des Logiciels Libres
Plone Unified Installer and ZcxOracleDA
Steps required
- Oracle installation
- cx_Oracle installation in the python used by Zope/Plone. Don't forget to test your connectivity with the Oracle database:
Nantes-developpement.com a new Plone website by Makina-Corpus
I’m proud to announce it, the new web site of “The greater Nantes economic agency” is now available here: http://www.nantes-developpement.com . This web site use Plone with some community add-ons (available on pypi).
How to add a random time between two emails sent from zope.sendmail
I’m using collective.dancing for a mass mailing: +8000 emails to send. One of the question is how to not be blacklisted ? A first thing I have done today is to add a random time between two sent. To achieve this I have read the code of zope.sendmail.
Grok 1.0 released !
[Ce post est une traduction partielle et adaptée de l'annonce officielle de la publication de Grok 1.0]
More on Static file redirector
So On a previous blog entry http://www.makina-corpus.org/blog/use-rewritemap-prevent-proxying-some-s... I presented the base for a rewriteRule settings to serve some targeted plone static files directly from apache and without proxying to Plone. No let's make this solution even better.