Submitted by Xavier Santolaria <xavier@santolaria.net>.
The Zope Book by Michel Pelletier and Amos Latteier.
This book is designed to introduce you to Zope and its uses.
--
Main changes:
* Monit now reloads configuration ONLY after it receives SIGHUP.
Automatic reload based on monit's control file timestamp is now
defunct.
* New monit command 'reload' is added. If used, it will reinitialize
a running monit daemon (send it the SIGHUP signal).
* A new monit option '-t' is added. If used, monit will run a syntax
check for the control file and exit with the status.
* The ssl version for TCPSSL tests can now explicitly be set if auto-
detection should fail. (Thanks to Mark Foster for
the bugreport)
* Added support for LDAPv2 and LDAPv3, and DWP.
* Restart method added to monit httpd cervlet
* Alert messages in passive mode fixed
* Console command "monit restart [service]" in daemon mode fixed
* Start/stop/restart race condition fixed.
Changelog: http://www.tildeslash.com/monit/changes.html
Patches OpenBSD specific submitted to authors.
FreeDroid is a clone of the classic game "Paradroid" for Commodore 64
with some improvements and extensions to the original version.
reviewed by wcobb/naddy. no objects on ports@ after ~10 days.
"Perhaps the most notable changes are bug fixes for broken "mbox"
functionality, for a crash when Taking to a Rule, for a crash when Sorting
on some IMAP servers, and for a problem when forwarding address book
entries and Taking them, which caused remote address book corruption.
There is some new support for reading news from more than one NNTP server,
a new tab-checks-recent feature to allow checking for new mail in a folder
without opening it, and a few other small improvements."
src/fe-gtk/Makefile.in was in patch-src_fe-text_Makefile_in,
also add a patch for the real src/fe-text/Makefile.in to add
in a missing -liconv so this will link properly on a.out systems.
--
Jcode.pm is a Perl module that handles various Japanese charsets. It has all
features available on jcode.pl-2.10 PLUS
- Object-oriented approach on Japanese text handling
- mime header handling
- Unicode feature (UCS2 and UTF8)
WWW: http://openlab.ring.gr.jp/Jcode/
--
This module converts strings from and to 2-byte Unicode UCS2 format. All
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding. To
transform these use Unicode::String.
For historical reasons this module coexists with Unicode::Map8. Please use
Unicode::Map8 unless you need to care for two byte character sets, e.g. chinese
GB2312. Anyway, if you stick to the basic functionality (see documentation)
you can use both modules equivalently.
Practically this module will disappear from earth sooner or later as Unicode
mapping support needs somehow to get into perl's core. If you like to work on
this field please don't hesitate contacting Gisle Aas!
This module can't deal directly with utf8. Use Unicode::String to convert utf8
to utf16 and vice versa.
Character mapping is according to the data of binary mapfiles in Unicode::Map
hierarchy. Binary mapfiles can also be created with this module, enabling you
to install own specific character sets. Refer to mkmapfile or file REGISTRY in
the Unicode::Map hierarchy.