Show
Ignore:
Timestamp:
04/24/07 19:48:58 (3 years ago)
Author:
eevee
Message:

Implemented fairly simple page caching for the Pokedex.
As a side effect that I ended up not using but which should have been done, changed the META title var to page_title.
Created a tmp directory to hold compiled templates and caches.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/View/TT.pm

    r109 r116  
    1616    CONTEXT         => undef, 
    1717    COMPILE_EXT     => 'c',  # .ttc 
    18     COMPILE_DIR     => tempdir( CLEANUP => 1 ), 
     18    COMPILE_DIR     => Vee->path_to(qw/ tmp compiled_templates /), 
    1919    INCLUDE_PATH    => Vee->path_to( 'templates' ), 
    2020    WRAPPER         => 'wrapper.tt',