» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Zope + linux

Zope.org - Zope Object Database 3.3

The Zope Object Database provides an object-oriented database for Python that provides a high-degree of transparency. Applications can take advantage of object database features with few, if any, changes to application logic. ZODB includes features such a

opensource: del.icio.us tag/opensource

Pale Purple

Pale Purple is a web applications company that provide solutions and training based on the LAMP (Linux, Apache, MySQL, PHP) stack and related technologies. We specialise in producing data management applications for internal or public facing web sites, an

opensource: del.icio.us tag/opensource

note - Ringkee.com

Valuable study note about open source software and development.

opensource: del.icio.us tag/opensource

EuroPython 2006 slides : A Lucene-based cataloging solution for Zope-3 and CPS-3.4

I am just back from where I did a presentation about and the Platform integration, yesterday the 4th here

Zope: Planet Zope

Nautilus + ps2pdf script

Recently i was producing many bench results. Firefox lets you easily create files in PostScript format by printing page to file. I wanted easy way to convert produced ps files to pdf from Nautilus without going to terminal. Thanks to Nautilus, it supports custom scripts(more info ), that after putting to directory, appear in popup context menu.

#!/bin/bash cd $NAUTILUS_SCRIPT_CURRENT_URI for arg in $@ do     ps2pdf $arg done

After saving that in ps2pdf.sh and making script executable you can convert one or multiple selected ps files to pdf by right clicking on selected file(s) -> Scripts -> ps2pdf Very nice :)

Zope: Planet Zope