You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2001/11/16 15:06:12 UTC

cvs commit: embperl Changes.pod Embperl.pm

richter     01/11/16 06:06:12

  Modified:    .        Tag: Embperl2c Changes.pod Embperl.pm
  Log:
  Embperl 2 - docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.129.4.35 +9 -4      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.129.4.34
  retrieving revision 1.129.4.35
  diff -u -r1.129.4.34 -r1.129.4.35
  --- Changes.pod	2001/11/02 11:34:25	1.129.4.34
  +++ Changes.pod	2001/11/16 14:06:11	1.129.4.35
  @@ -12,11 +12,16 @@
      - Enhanced Makefile.PL to support plugins for linking of extra libraries.
      - Added support for libxslt
      - Added support for Xalan-C XSLT
  +   - Added the concept of recipes which allows to dynamicly tell Embperl
  +     how to process a request. A recipe is basicly a tree structure
  +     with put different providers together. Every provider can act 
  +     upon the output of the preceeding providers. See README.v2
  +     and perldoc HTML::Embperl::Recipe for more details.
      - Added new configuration directive EMBPERL_RECIPE/Execute parameter 
  -     recipe, which tells Embperl how a file should be processed. Later
  -     versions of Embperl will have the possibility to create custome
  -     recipes to put together a set of processing steps. For now we
  -     only support XSLT. See README.v2 for details.
  +     recipe, which tells Embperl how a file should be processed. 
  +   - Added recipes for XSLT transformation.
  +   - Rebuild cache management to work together with recipes. Now every
  +     intermediate step could be cached.
      - Add new debug flags dbgOutput, dbgRun, dbgCache, dbgCompile, dbgXML,
        dbgXSLT, dbgCheckpoint, dbgDOM to have a more fine control what's
        going into the log file
  
  
  
  1.118.4.61 +2 -2      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.118.4.60
  retrieving revision 1.118.4.61
  diff -u -r1.118.4.60 -r1.118.4.61
  --- Embperl.pm	2001/11/16 11:29:02	1.118.4.60
  +++ Embperl.pm	2001/11/16 14:06:11	1.118.4.61
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: Embperl.pm,v 1.118.4.60 2001/11/16 11:29:02 richter Exp $
  +#   $Id: Embperl.pm,v 1.118.4.61 2001/11/16 14:06:11 richter Exp $
   #
   ###################################################################################
   
  @@ -69,7 +69,7 @@
   
   
   ##ep2##
  -$VERSION = '2.0b4_dev-5' ;
  +$VERSION = '2.0b4_dev-6' ;
   ##/ep2##
   ##ep1##$VERSION = '1.3.4_dev';
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org