collective.dewplayer: display video content in Plone

I have released a simple package using Dewplayer for video content in Plone. ...

21 décembre 2009 · 1 min · Sylvain Boureliou

Grok 1.0 released !

L’équipe de développement “Grok” vient tout juste de publier Grok 1.0 ! Grok 1.0 est l’aboutissement de 3 années de travail depuis le démarrage du projet fin 2006. Grok offre une plateforme de développement stable et puissante permettant de développer toutes sortes d’applications web en mettant l’accent sur l’extensibilité et la réutilisabilité. ...

8 octobre 2009 · 2 min · Sylvain Boureliou

chameleon.zpt versus standard Zope page templates

Chameleon.zpt is a fast Zope Page Template implementation based on the Chameleon template compiler. It’s largely compatible with zope.pagetemplate. Some benchmarks says Chameleon is 16x faster ! Chameleon page templates differ from standard Zope page templates in a few simple aspects which I propose to discover. ...

30 septembre 2009 · 2 min · Sylvain Boureliou

Installez Google Chrome sur Ubuntu, ça rocks !

Google Chrome ouvre les pages Web et les applications à une vitesse fulgurante, et il est Open Source !!! Essayez le sur votre Ubuntu, il est disponible sur Launchpad en tant que “daily build”. ...

23 septembre 2009 · 1 min · Sylvain Boureliou

Python Agility: be careful ;)

Python is a very powerful dynamic programming langage. Python is fun, yes!, but be careful it allows to do hair-raising thinks !!! ...

14 septembre 2009 · 1 min · Sylvain Boureliou

Create an archetype content type with Paster and ZopeSkel

ZopeSkel provides a collection of skeletons for quickstarting Zope and Plone projects. These skeletons are available as PasteScript templates and can be used via the “paster” command line tool. This how-to describes how-to create a plone egg with an archetype content type in a fiew command lines. ...

29 juillet 2009 · 2 min · Sylvain Boureliou

Using timezones in your Python scripts

pytz allows accurate and cross platform timezone calculations using Python. Here is a small example on how to display date and time for differents timezones using a Zope Utility. ...

9 juillet 2009 · 2 min · Sylvain Boureliou