richter 2005/08/13 13:06:30 Modified: . Features.pod FeaturesD.pod README Log: docs update Revision Changes Path 1.5 +5 -0 embperl/Features.pod Index: Features.pod =================================================================== RCS file: /home/cvs/embperl/Features.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Features.pod 16 Aug 2004 07:36:13 -0000 1.4 +++ Features.pod 13 Aug 2005 20:06:30 -0000 1.5 @@ -70,6 +70,11 @@ Embperl encompasses several features that ease the task of dynamic web-site content generation, including dynamic-tables, form-field-processing, escaping/unescaping, etc. +=item * + +Contains a module for easy form input validation, which is able to validate user input +at the server side and on the client side by one definition of rules. + =item * Handles per-user and per-module persistent session requiring only storage and retrieval of 1.4 +5 -0 embperl/FeaturesD.pod Index: FeaturesD.pod =================================================================== RCS file: /home/cvs/embperl/FeaturesD.pod,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- FeaturesD.pod 22 Oct 2002 05:29:04 -0000 1.3 +++ FeaturesD.pod 13 Aug 2005 20:06:30 -0000 1.4 @@ -76,6 +76,11 @@ Stellt verschiedenste Features für das Webumfeld zur Verfügung, wei z.B. dynamischen Tabellen, Formularfeldverarbeitung, HTML/URL-Kodierung etc. +=item * + +Enthält ein Modul zur Überprüfung von Benutzereingaben in Formularfeldern. +Damit kann mit der Defintion eines Regelsatz, sowohl die serverseitige +wie auch die Clientseitige Überprüfung veranlasst werden. =item * 1.42 +8 -5 embperl/README Index: README =================================================================== RCS file: /home/cvs/embperl/README,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- README 7 Aug 2005 15:59:08 -0000 1.41 +++ README 13 Aug 2005 20:06:30 -0000 1.42 @@ -25,7 +25,7 @@ a lot of other sources formats. Embperl has several features which are especially useful for creating -HTML, including dynamic tables, form field processing, URL +HTML, including dynamic tables, form field processing and validation, URL escaping/unescaping, session handling, and more. Embperl is a server-side tool, which means that it's browser-independent. @@ -106,6 +106,9 @@ * Embperl encompasses several features that ease the task of dynamic web-site content generation, including dynamic-tables, form-field-processing, escaping/unescaping, etc. +* Contains a module for easy form input validation, which is able to validate user input +at the server side and on the client side by one definition of rules. + * Handles per-user and per-module persistent session requiring only storage and retrieval of the session data from a special hash. @@ -132,7 +135,7 @@ perl5.005_01/02/03 perl5.6.1 perl5.8.x -apache_1.3.0 - apache_1.3.31, - apache 2.0.x +apache_1.3.x, apache 2.0.x apache + mod_ssl apache_ssl (Ben SSL) Stronghold 2.2 @@ -165,8 +168,8 @@ suggestions for things you would find useful, etc., are discussed on the Embperl mailing list. If you have a site that is using Embperl, I would love to mention it in the list of sites using Embperl -(http://perl.apache.org/embperl/Sites.pod.1.html). Please drop -me a mail with a short description, if your site uses Embperl. +(http://perl.apache.org/embperl/db/sites/sites.htm). Please go +to the Embperl website and add your site. The Embperl mailing list ([email protected]) is available for Embperl users
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
