このページは大阪弁化フィルタによって翻訳生成されたんですわ。

翻訳前ページへ


Embperl
The Wayback Machine - http://web.archive.org/web/20120319134304/http://perl.apache.org:80/embperl/
Google Web perl.apache.org

 
Home
 
Features
 
Introduction
 
Documentation
 
Installation
 
Download
 
Support
 
Changes
 
Wiki
 
More infos
 
Add info about Embperl
 
Login

    Stable 2.2.0
Support the development of Embperl! More...

Embperl is a framework for building websites with Perl.

For the beginner it's an easy to setup and use way of embedding Perl code in HTML pages. It delivers several features that ease the task of creating a websites, including dynamic tables, formfield-processing, escaping/unescaping, session handling, caching and more.

If your demands grow it gives you the power to make your Website object-oriented and build it out of small reusable components. If you don't like the idea of mixing up all your layout and code then Embperl also supports separating it in different objects (e.g. creating an MVC application). Of course Embperl doesn't tie you to HTML - it allows components to be from different source formats (e.g. HTML, WML, XML, POD, ...) and if necessary transforms them (for example via XSLT) to other output formats. This is achieved by dividing the output generation into small steps, where each is processed by a plugable provider. Advanced users can create their own syntax definitions (for example tag libraries) and extend Embperl by writing their own providers and much more...

Embperl is a server-side tool, which means that it's browser-independent. It can run in various ways: under mod_perl, as a CGI script, or offline.

Read on with the feature list or take a look the introductions to different parts and possibilites of Embperl.

Embperl can be used under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.

 
  04/08/2006
Embperl 2.2.0 released. Beside some small fixes, this release adds support for Apache 2.2 and a dump meta command which simplifies debugging.
  11/15/2005
Embperl 2.1.0 released with enhanced UTF-8 support and Embperl::Inline for embedding Embperl code in other Perl modules.
  10/27/2005
Embperl has been moved from CVS to SVN as version control system. See SVN.
  10/03/2005
Embperl 2.0.1 released
  08/14/2005
I am very happy to announce the the release of Embperl 2.0.0
  08/12/2005
Embperl 2.0rc5 released. Contains last changes before the final 2.0 release.
  06/22/2005
Embperl 2.0rc4 release. Contains mainly the adaption to the new mod_perl 2.0 namespace. (News for rc2&rc3; are missing here, both release contains several bugfixes and enhancements)
  08/24/2004
Embperl 2.0 Release Candidate 1 released
 more news...
 add news...

© 1997-2005 Gerald Richter / ecos gmbh