Not in the Apache::* list, but designed to use mod_perl.  It's a 
module, and it's rare.

The best way to describe this is as a module trying to do in mod_perl
with HTML what the Cacoon project is trying to do with XML in Java
( http://xml.apache.org/cocoon/index.html ).

The module is designed to work trivially with scripts written with
CGI.pm by replacing the `use CGI qw(:standard);' line with
`use CGI::WeT qw(:standard);' and one additional line of code
at the end of the script: `CGI::WeT->show_page if $CGI::WeT::VERSION;'
to actually render the page.  I haven't figured out yet how to make
it any easier...  Any suggestions would be appreciated.

The name comes from '_We_b _T_hem{ing,es}'.

The module design should allow easy modification to work with XML
as Cacoon does.  If anyone is interested, let me know.

The Authen::Ticket package (also available on CPAN) is designed
to work with either CGI.pm or CGI::WeT, whichever is available.

N.B.: Please direct communication regarding this package to
<[EMAIL PROTECTED]>.
--
James Smith <[EMAIL PROTECTED]>, 409-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to