KPAX 0.1

2008-07-09 Thread mdipierro
KPAX, the human CMS form another planet is out. version 0.1. One video says ore than many words: http://www.vimeo.com/1098656 Includes: wikis, blogs, news, rss feeds, relay chats, web pages, surveys, assignments, versioning, media player, music/video streaming server, group based memberships and

REMINDER: SciPy 2008 Early Registration ends in 2 days

2008-07-09 Thread Jarrod Millman
Hello, This is a reminder that early registration for SciPy 2008 ends in two days on Friday, July 11th. To register, please see: http://conference.scipy.org/to_register This year's conference has two days for tutorials, two days of presentations, and ends with a two day coding sprint. If you

web2py 1.38

2008-07-09 Thread mdipierro
web2py version 1.38 is out at http://www.web2py.com Full stack framework for agile development of secure database driven web based applications. Stable. Always backward compatible. No installation required. Do everything via the browser (or the shell). Main New features: - ORM has MSSQL support

Announce: Linux Desktop Testing Project (LDTP) 1.2.0 released

2008-07-09 Thread Nagappan A
Hello all, We are proud to announce the release of LDTP 1.2.0. This release features number of important breakthroughs in LDTP as well as in the field of Test Automation. This release note covers a brief introduction on LDTP followed by the list of new features and major bug fixes which makes thi

lxml 2.1 released

2008-07-09 Thread Stefan Behnel
Hi all, lxml 2.1 has been released to PyPI. This is the first official lxml release that builds and works on Python 2.3, 2.4, 2.5, 2.6 (beta) and 3.0 (beta). http://codespeak.net/lxml/dev/ http://pypi.python.org/pypi/lxml/2.1 Install with easy_install lxml==2.1 What is lxml? """ In short:

ANN: cssutils 0.9.5rc1

2008-07-09 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!) As there have been quite a few bugfixes and also some minor changes this is a release candidate and not the final release yet. main changes 0.9.5rc1 080709 - **AP