richter 00/05/01 23:12:57 Modified: embperl Changes.pod.1.html Embperl.pod.14.html Embperl.pod.16.html Embperl.pod.3.html Embperl.pod.6.html index.html Log: Embperl Webpages - Changes Revision Changes Path 1.152 +1 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html =================================================================== RCS file: /home/cvs/modperl-site/embperl/Changes.pod.1.html,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- Changes.pod.1.html 2000/05/02 04:42:10 1.151 +++ Changes.pod.1.html 2000/05/02 06:12:56 1.152 @@ -18,7 +18,7 @@ <blockquote> [<a href="index.html">HOME</a>] [<a href="Changes.pod.cont.html">CONTENT</a>] [<a href="Changes.pod.cont.html">PREV (Revision History - Content)</a>] [<a href="Changes.pod.2.html">NEXT (1.3b3 (BETA) 25.04.2000)</a>] <br><hr> <P> -Last Update: Tue May 2 06:42:00 2000 (MET) +Last Update: Tue May 2 08:12:52 2000 (MET) <P> NOTE: This version is only available via <A HREF="CVS.pod.1.html#INTRO">"CVS"</A> 1.12 +3 -0 modperl-site/embperl/Embperl.pod.14.html Index: Embperl.pod.14.html =================================================================== RCS file: /home/cvs/modperl-site/embperl/Embperl.pod.14.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Embperl.pod.14.html 2000/04/16 12:14:46 1.11 +++ Embperl.pod.14.html 2000/05/02 06:12:56 1.12 @@ -59,8 +59,11 @@ <DL> <DT><STRONG>perl5.004_04</STRONG><DD> <DT><STRONG><A NAME="item_perl5">perl5.005</A></STRONG><DD> +<DT><STRONG>perl5.6.0</STRONG><DD> <DT><STRONG>apache_1.3.1</STRONG><DD> <DT><STRONG>apache_1.3.6</STRONG><DD> +<DT><STRONG>apache_1.3.9</STRONG><DD> +<DT><STRONG>apache_1.3.12</STRONG><DD> </DL> <P> <HR> 1.7 +7 -0 modperl-site/embperl/Embperl.pod.16.html Index: Embperl.pod.16.html =================================================================== RCS file: /home/cvs/modperl-site/embperl/Embperl.pod.16.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Embperl.pod.16.html 2000/04/16 12:14:47 1.6 +++ Embperl.pod.16.html 2000/05/02 06:12:56 1.7 @@ -48,6 +48,13 @@ Win NT/95/98 binarys Apache/perl/ mod_perl/Embperl <A HREF="ftp://theoryx5.uwinnipeg.ca/pub/other/">ftp://theoryx5.uwinnipeg.ca/pub/other/</A> + europe <A HREF="http://www.robert.cz/misc/">http://www.robert.cz/misc/</A> +</PRE> +<P> +<PRE> RPM + source <A HREF="ftp://ftp.akopia.com/pub/support/srpm/">ftp://ftp.akopia.com/pub/support/srpm/</A> + binary redhat 6.0 <A HREF="ftp://ftp.akopia.com/pub/support/6.0/">ftp://ftp.akopia.com/pub/support/6.0/</A> + binary redhat 6.1 <A HREF="ftp://ftp.akopia.com/pub/support/6.1/">ftp://ftp.akopia.com/pub/support/6.1/</A> </PRE> <P> <HR> 1.15 +2 -2 modperl-site/embperl/Embperl.pod.3.html Index: Embperl.pod.3.html =================================================================== RCS file: /home/cvs/modperl-site/embperl/Embperl.pod.3.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Embperl.pod.3.html 2000/04/16 12:14:47 1.14 +++ Embperl.pod.3.html 2000/05/02 06:12:56 1.15 @@ -87,8 +87,8 @@ <HR> <H2><img src="sq.gif" width="16" height="16" alt="-"> <A NAME="EMBPERL_PATH_1_3b1_and_above_">EMBPERL_PATH (1.3b1 and above)</A></H2> <P> -Can contain a colon separated file search path. When a file is processed -and the filename does not contain a path, <EM>Embperl</EM> searches all the specified directories for that file. +Can contain a semikolon (under Unix also colon) separated file search path. +When a file is processed and the filename does not contain a path, <EM>Embperl</EM> searches all the specified directories for that file. <P> <HR> 1.15 +13 -3 modperl-site/embperl/Embperl.pod.6.html Index: Embperl.pod.6.html =================================================================== RCS file: /home/cvs/modperl-site/embperl/Embperl.pod.6.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Embperl.pod.6.html 2000/04/14 12:28:24 1.14 +++ Embperl.pod.6.html 2000/05/02 06:12:56 1.15 @@ -232,19 +232,29 @@ <P> Turn HTML and URL escaping on and off. The default is on ($escmode = 3). +<P> +<STRONG>NOTE:</STRONG> Normaly you can disable escaping by preceeding the item that normaly is +escaped with a backslash. While this is a handy thing, it could be very +dangerous in situations, where content that is inserted by some user is +redisplayed, because they can enter arbitary HTML and preceed them with a +backslash to avoid correct esaping when their input is redisplayed again. +To avoid this problem, add 4 to the values below. This will cause Embperl +to ignore the backslash when it does output escaping at all. (only 1.3b4 +and above) + <DL> -<DT><STRONG><A NAME="item__escmode">$escmode = 3</A></STRONG><DD> +<DT><STRONG><A NAME="item__escmode">$escmode = 3 (or 7)</A></STRONG><DD> <P> The result of a Perl expression is HTML-escaped (e.g., `>' becomes `&gt;') in normal text and URL-escaped (e.g., `&' becomes `%26') within of <A href="Embperl.pod.4.html#item_A">A</A>, <CODE>EMBED</CODE>, <CODE>IMG</CODE>, <CODE>IFRAME</CODE>, <CODE>FRAME</CODE> and <CODE>LAYER</CODE> tags. -<DT><STRONG>$escmode = 2</STRONG><DD> +<DT><STRONG>$escmode = 2 (or 6)</STRONG><DD> <P> The result of a Perl expression is always URL-escaped (e.g., `&' becomes `%26'). -<DT><STRONG>$escmode = 1</STRONG><DD> +<DT><STRONG>$escmode = 1 (or 5)</STRONG><DD> <P> The result of a Perl expression is always HTML-escaped (e.g., `>' becomes `&gt;'). 1.103 +0 -0 modperl-site/embperl/index.html Index: index.html =================================================================== RCS file: /home/cvs/modperl-site/embperl/index.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- index.html 2000/05/02 04:42:19 1.102 +++ index.html 2000/05/02 06:12:56 1.103 @@ -282,7 +282,7 @@ <blockquote> <p><font color="#808080" size=1><hr> HTML::Embperl - Copyright (c) 1997-2000 Gerald Richter / ECOS <[EMAIL PROTECTED]> - Last Update $Id: index.html,v 1.102 2000/05/02 04:42:19 richter Exp $</font></p> + Last Update $Id: index.html,v 1.103 2000/05/02 06:12:56 richter Exp $</font></p> </blockquote> </td></tr><!--msnavigation--></table></body> </html>