--
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.
--
Provides an adapter layer between core routines for converting to and
from UTF8 and other encodings. In essence, a way to give multiple
existing Unicode modules a single common interface so you don't have to
know the underlaying implementations to do simple UTF8 to-from other
character set encoding conversions. As such, it wraps the
Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a
standardized and simple API.
This also provides general character set conversion operation based on
UTF8 - it is possible to convert between any two compatible and
supported character sets via a simple two step chaining of conversions.
As with most things Perlish - if you give it a few big chunks of text to
chew on instead of lots of small ones it will handle many more
characters per second.
By design, it can be easily extended to encompass any new charset
encoding conversion modules that arrive on the scene.
--
The "Embedding Perl in HTML with Mason" book documents the HTML::Mason
framework in detail, including chapters on component syntax, Mason
object APIs, a sample site walk-through, recipes, and details on
Mason's advanced features and how to use them.
Submitted by Xavier Santolaria <xavier@santolaria.net>.
The Logger Product adds the <dtml-log> tag, so that DTML code may
send messages directly to Zope's logging subsystem.
One use of this tag is to help debug complex DTML and ZSQL methods.
Submitted by Xavier Santolaria <xavier@santolaria.net>.
mod_text2html is an Apache module. It is written in C and was
designed to replace Apache's internal text/plain handler.
From Chris Kuethe <ckuethe@ualberta.ca> with fixes from me
--
The DBD::CSV module is yet another driver for the DBI (Database
independent interface for Perl). This one is based on the SQL
"engine" SQL::Statement and the abstract DBI driver DBD::File and
implements access to so-called CSV files (Comma separated values).
Such files are mostly used for exporting MS Access and MS Excel
data.
from Chris Kuethe <ckuethe@ualberta.ca>
--
Text::CSV_XS provides facilities for the composition and decomposition
of comma-separated values. An instance of the Text::CSV_XS class
can combine fields into a CSV string and parse a CSV string into
fields.
time" award from mozilla and gcc3
From Don Stewart <dons@cse.unsw.edu.au> with tweaks from me
(i386 only for the moment)
--
The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98.
GHC compiles Haskell to either native code or C. It implements
numerous experimental language extensions to Haskell, including
concurrency, a foreign language interface, several type-system
extensions, exceptions, and so on. GHC comes with a generational
garbage collector, a space and time profiler, and a comprehensive
set of libraries.
The Hewlett-Packard Co. Linux Inkjet Driver Project is an add-on to the
GNU Ghostscript application. This driver is based on the Hewlett Packard
Appliance APDK for deskjet printers.
WWW: http://hpinkjet.sourceforge.net/
from Benjamin Lerman <benjamin.lerman@ambre.net>
Apsfilter is the number one magic filter for printing under Unix
environment. Its highly configurable and most flexible by global
and printer dependend config files and allowing users to choose
between different print options with lpr on the commandline to get
easy control over layout, speed and quality of the printing process.
Apsfilter supports PS (Postscript) printer and non-PS capable printer
by using Ghostscript as PS emulator. Printing on locally connected
(serial, parallel, USB) and on network printer like Unix-, Windows-,
Novell and AppleTalk remote printer is supported.
WWW: http://www.apsfilter.org/
from Benjamin Lerman <benjamin.lerman@ambre.net>
--
Pod::Simple is a Perl library for parsing text in the Pod ("plain
old documentation") markup language that is typically used for
writing documentation for Perl and for Perl modules. The Pod format
is explained in the perlpod man page; the most common formatter is
called "perldoc".
--
freedt is a reimplementation of Dan Bernstein's daemontools under the GNU GPL,
sharing no code with the original implementation.
It currently includes feature-equivalent replacements for argv0, envdir,
envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, svstat
and recordio. It also includes dumblog (a simple multilog replacement),
mkservice (a script for automatically creating service directories), anonidentd
(an anonimising identd implementation) and ratelimit (a bandwidth-limiting
filter along the lines of recordio). All the tools include usage messages; for
instance, do "ratelimit -h" for a brief rundown of the options.
Please note that this package is not a drop-in replacement for daemontools; the
internal state files in service directories are different, and the error
messages (and a few of the options) aren't quite the same.
WWW: http://azz.us-lot.org/code/freedt.html
--
DocBook: The Definitive Guide, written by Norman Walsh and Leonard
Muellner and published by O'Reilly & Associates, Inc., is the
official documentation for the DocBook technical documentation
framework.
--
CVS (Concurrent Versions System) is free software for version control
and networked collaboration. This book assumes no previous knowledge
of CVS, but a working knowledge of Unix and software development
will help.