mod_python is an Apache module that embeds the Python interpreter
within the server. With mod_python you can write web-based applications
in Python that will run many times faster than traditional CGI and
will have access to advanced features such as ability to retain
database connections and other data between hits and access to
Apache internals.
It also helps develop important keyboard and mouse skills. It is
intended for children ages two and up.
It is based on Larry's Learning Letters and Numbers.
This package also includes Colin Ligertwood's Wav Tools for sound
playback. (It can also be used for recording audio.)
Changes in 0.13:
----------------
* Fixed bug in the sub type checking code for messages (Mikael Hallendal)
* Fixed bug that hang the app when disconnected uncleanly (Mikael Hallendal)
* Fixed autoconf problems with gnutls (Mikhail Zabaluev)
* Disconnect cleanly (Mikhail Zabaluev)
* Fix sha implementation to work on Linux/PPC (Mikael Hallendal)
changes:
- Write documentation including what variables are used for template creation. ( Rod)
- Remove sgml.tmpl docbook output. Replace with xml.tmpl for docbook output. ( Rod)
- Add --statistics support for PostgreSQL 7.4. Requires pgstattuple from contrib to be installed ( Rod)
- Correct schema prefix to function names. ( Rod)
- Statistics based on PostgreSQL's pgstattuple contrib module ( Rod)
- Correct a number of issues with common table names in multiple schemas. (a.j and b.j) ( Rod)
- Other bug fixes ( Rod)
2003-06-19 jabberd 2.0.0-a5
* Build system overhaul [rob]
* Query-based storage layer [rob]
* PostgreSQL storage and authentication [rob]
* MySQL storage and authentication [rob]
* PAM authentication [rob]
* Incremental roster database updates [rob]
* c2s idle connection checks [rob]
* c2s keepalives [rob]
* c2s external password synchronisation [rob]
* Disco identity configuration [rob]
* Disco item publish [rob]
* XMPP-style errors [rob]
* XMPP-style session start [rob]
--
Support for mysql/postgresql and PAM was added, you can define any of those
options with these variables:
o JABBERD2_USES_PGSQL
o JABBERD2_USES_MYSQL
o JABBERD2_USES_PAM