=head1 NAME Embperl::TOC - Embperl Documentation: Table of Contents =head1 DESCRIPTION Embperl can be used in many ways and it's documentation doesn't fit in one man pages. The following documentation is available within the distribution and the installed system using perldoc(1) or man(1): =head1 CONTENT Installation Documentation Embperl::Features Embperl::Intro Embperl::IntroEmbperl2 Embperl::Config Embperl Embperl::Object Embperl::Form Embperl::Form::Validate Embperl::Mail Embperl::Inline Embperl::Recipe Embperl::Syntax Embperl::Syntax::ASP Embperl::Syntax::Embperl Embperl::Syntax::EmbperlBlocks Embperl::Syntax::HTML Embperl::Syntax::EmbperlHTML Embperl::Syntax::Mail Embperl::Syntax::MsgIdExtract Embperl::Syntax::Perl Embperl::Syntax::POD Embperl::Syntax::RTF Embperl::Syntax::SSI Embperl::Syntax::Text Embperl::TipsAndTricks Sourcecode encryption Changes =head1 INSTALLATION DOCUMENTATION See perldoc L in the distribution archive. =head1 OVERVIEW DOCUMENTATION Introductionary texts =head1 L (perldoc Features.pod) List of the main features of Embperl 2.0 =head1 L (perldoc Intro.pod) Embperl basics: What is Embperl? How to embed perl code in HTML documents; Flow Control; Dynamic Tables; Form Processing; Maintaining persistent (session) data; Breaking up your code in components; Debugging; Database Access; Security; Escaping/Unescaping. =head1 L (perldoc IntroEmbperl2.pod) Introduction to the new features in Embperl 2 considering the Embperl homepage as example. =head1 L (perldoc IntroEmbperlObject.pod) Introduction to building object-oriented websites and web applications with Embperl =head1 FULL DOCUMENTATION Detailed references =head1 L (perldoc Config.pod) Using Embperl with mod_perl, CGI, FastCGI, offline or from Perl. Includes documentation for Embperl::Execute() and documentation for all Embperl internal objects and their methods. You also find here all of Embperl's Apache configuration directives. =head1 L Describes syntax, semantic, predefined variables, session handling, etc. =head1 L Building object-oriented websites and web applications with Embperl =head1 L =head1 L Automatically creating and verifying forms with Embperl =head1 L Sending mails generated with Embperl, e.g. results of submitted forms. =head1 L Using Embperl syntax in Perl modules. =head1 L Defining Embperl recipes and provider =head1 L Defining Embperl syntax. Modules derived from Embperl::Syntax and shipped with Embperl: =head2 L ASP syntax module (<% ... %>) =head2 L Embperl syntax module: provides the default syntax, includes Embperl::Syntax::EmbperlBlocks, Embperl::Syntax::EmbperlHTML and Embperl::Syntax::MsgIdExtract.. =head2 L Syntax module for Embperl blocks =head2 L =head2 L Syntax module for dynamic tables, forms, etc. =head2 L Taglib providing an HTML like syntax for sending mail =head2 L Syntax module for internationalisation via Embperl's [= =] blocks. =head2 L Perl syntax module, allowing Embperl to execute files with normal Perl syntax. =head2 L POD syntax module, converting Perl Plain Old Documentation files on the fly into XML. =head2 L Syntax module to define the syntax for Rich Text Format (RTF) files =head2 L Syntax module to emulate Apache's mod_include syntax with Embperl. =head2 L Syntax module to literally include any file without interpretation. =head1 TIPS, TRICKS AND EXAMPLES =head1 L (perldoc TipsAndTricks.pod) Alternative way to do global variables; Global variables via namespaces; Handling queries in DBI; Handling exits; Handling errors; Development and production websites. As an example how Embperl can be used, the sourcecode of the Embperl website (see https://perl.apache.org/embperl/) is contained in the directory eg/ of the Embperl distribution archive. Read L of the Embperl distribution archive for an overview. =head1 Sourcecode encryption See L of the Embperl distribution archive. =head1 CHANGES See perldoc L =head1 AUTHOR G. Richter (richter at embperl dot org), A. Beckert