SimpleChat (Zope product)

by Morten W. Petersen last modified Jan 26, 2012 01:03 PM

SimpleChat is a clean, simple Zope 2 product for having conversations between multiple users.

Project Description

SimpleChat (Zope product)

Simple chat product, which enables users to chat and report users if necessary, and managers can ban/unban users.  Kind of an IRC light.

Anyone with a View permission can participate in the chat and report users, while users with the Manage permission can ban/unban.

Uses the CreateAppendGet product to store and retrieve chat content, so that a growing PersistentList or PersistentDict doesn't bloat the database too much.  Maybe CAG is wholly unecessary but it seemed like a good idea at the time.

Suitable for example in a pop-up window, as the format and style of the product is very simple.

Works with and without Javascript enabled in the users' browser, and made specificially to be accessible for users with visual impairments.

Ajax fetching and sending of chat lines is disabled for Internet Explorer.

Now available as an egg: http://pypi.python.org/pypi/Products.SimpleChat/

Created initially for the The Norwegian Association of the Blind and Partially Sighted - NABP (blindeforbundet.no/internett/english-info ).

Current Release
SimpleChat (Zope product) 1.0.4

Released Feb 28, 2012 — tested with Plone 4.1, Plone 4, Plone 3

Bumped version and eggified product. Moved to CreateAppendGet 1.0 and now importing it without Products namespace prefix. Fixed new KeyError when LANGUAGE is missing from REQUEST.
More about this release…

If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.0.4 Feb 28, 2012 Bumped version and eggified product. Moved to CreateAppendGet 1.0 and now importing it without Products namespace prefix. Fixed new KeyError when LANGUAGE is missing from REQUEST. More about this release…
Plone 4.1
Plone 4
Plone 3
GPL final
1.0.3 Jan 11, 2012 Removed print statement that cluttered Zope output. Fixed buggy "Send" button for Internet Explorer. More about this release…
Plone 4.1
Plone 4
Plone 3
GPL final
1.0.2 Jun 17, 2011 A release with complete functionality. Tested with different browsers. More about this release…
Plone 4
Plone 3
GPL final

Comments (0)