Skip to content. | Skip to navigation

Personal tools

Navigation

Software

by admin published Jun 16, 2007 12:17 AM

zope.sqlalchemy

by Laurence Rowe published May 15, 2008 02:11 PM
Minimal Zope/SQLAlchemy transaction integration

The link address is: http://pypi.python.org/pypi/zope.sqlalchemy

SQL content types for Plone

by Laurence Rowe published Nov 07, 2007 10:00 PM
Current project. Too early for a release yet, though it has started to settle down a bit now. I shall hopefully get around to writing a tutorial on this at some point.

The link address is: http://dev.plone.org/collective/browser/collective.tin/trunk/README.txt

ZODB reference mapping

by Laurence Rowe published Dec 05, 2006 04:44 PM
Utility methods to explore a ZODB

The link address is: http://www.zopelabs.com/cookbook/1114086617

Experimental ZODB S3 storage

by Laurence Rowe published Dec 05, 2006 04:44 PM
ZODB Storage backend using Amazon web services

The link address is: http://code.google.com/p/s3storage/

PloneJUpload

by Laurence Rowe published Dec 05, 2006 04:46 PM
Horrible multiple file upload to plone

The link address is: http://plone.org/products/plonejupload

ZopeEditManager.zip

by Laurence Rowe published Apr 05, 2006 04:17 PM
Zope Edit Manager built with python 2.4 ppc bundle. Works with intel macs.

ZIP archive icon ZopeEditManager.zip — ZIP archive, 2494 kB (2553939 bytes)

Xen setup

by Laurence Rowe published Jun 15, 2007 09:01 PM

sudo debootstrap edgy /data/edgy
sudo cp /etc/apt/sources.list /data/edgy/etc/apt/sources.list
sudo chroot /data/edgy
locale-gen en_GB.UTF-8
apt-get update
apt-get install dialog xen-image-xen0-2.6.17-6-generic-xen0 libc6-xen openssh-server
groupadd admin
useradd -m default -Gusers,admin
passwd default

EC2 setup

by Laurence Rowe published Jun 15, 2007 09:01 PM
Using the AWS EC2 VMs

yum install emacs, gcc, python-devel libevent-devel