Path: usenet.cise.ufl.edu!newsfeeds.nerdc.ufl.edu!newsfeeds.nerdc.ufl.edu!zombie.ncsc.mil!news.ultranet.com!newspump.monmouth.com!newspeer.monmouth.com!nntprelay.mathworks.com!news.mathworks.com!uunet!uunet!in1.uu.net!news.neta.com!not-for-mail
From: Jochen Wiedmann <joe@ispsoft.de>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: Announce: HTML::EP 0.1101
Followup-To: comp.lang.perl.modules
Date: 23 Sep 1998 00:06:28 GMT
Organization: Cybernet AG
Lines: 52
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <6u9e24$n9v$1@news.neta.com>
NNTP-Posting-Host: gadget.cscaper.com
X-Trace: news.neta.com 906509188 23871 206.67.186.3 (23 Sep 1998 00:06:28 GMT)
X-Complaints-To: abuse@neta.com
NNTP-Posting-Date: 23 Sep 1998 00:06:28 GMT
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:139 comp.lang.perl.modules:4306

Hello,

I'd like to announce the first public release of HTML::EP, a
modular, extensible system for Perl embedded HTML, similar to
HTML::EmbPerl or HTML::Mason.

HTML::EPīs features include:

  - Runs as a standalone CGI binary or with mod_perl.
  - Uses HTML syntax, thus well usable from within HTML editors
    and better understandable for Non-programmers. This is similar
    to MiniVend.
  - Extensible via modules, currently available modules include
  - Localization; one HTML file may appear in multiple languages,
    see

	http://www.heckerwerke.de/cgi/ep.cgi/mail/input.ep

    and

	http://www.heckerwerke.de/cgi/ep.cgi/mail/input.ep?language=en

    for running examples
  - Session management similar to Apache::Session
  - Support for connecting to SQL engines via DBI; this is much
    simpler than what DBIx::RecordSet offers, but hopefully also
    easier to handle.

For running examples, see the SNMP::Monitor package on

  http://www.zvw.de/snmpmon_public/

The package is available on any CPAN mirror, in particular

  ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/id/JWIED

On the TODO list are:

  - Speedup by moving the Parser to XS code
  - Example HTML files

Any feedback highly appreciated,

Jochen


-- 
Jochen Wiedmann						joe@ispsoft.de
The principle virtues of a programmer are		+49 7123 14887
laziness, impatience, and hubris. (Larry Wall)


