[Templates-cvs] cvs commit: TT3/examples custom.pl README scanner.pl

cvs@template-toolkit.org cvs@template-toolkit.org
Mon, 13 Dec 2004 13:36:16 +0000


cvs         04/12/13 13:36:15

  Modified:    examples README
  Added:       examples custom.pl
  Removed:     examples scanner.pl
  Log:
  * changed scanner.pl to custom.pl and tweaked it up a notch
  
  Revision  Changes    Path
  1.2       +1 -1      TT3/examples/README
  
  Index: README
  ===================================================================
  RCS file: /template-toolkit/TT3/examples/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	2004/12/11 13:57:37	1.1
  +++ README	2004/12/13 13:36:15	1.2
  @@ -4,4 +4,4 @@
     compiler.pl   # shows the Perl code generated by the compiler
     directive.pl  # writing a custom directive
     htmlt.pl      # proof-of-concept for HTML::Template-like language
  -  scanner.pl    # creating a custom template scanner
  \ No newline at end of file
  +  custom.pl     # creating a custom template scanner
  
  
  
  1.6       +151 -25   TT3/examples/custom.pl