<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    That's only part of it.  It should also answer status 304, and set
    headers to tell the client not to even bother asking again any time
    soon.<br>
    <br>
    On 3/1/2011 4:45 AM, Jorge Gonzalez jorge.gonzalez-at-daikon.es
    |Catalyst/Allow to home| wrote:
    <blockquote cite="mid:4D6CCE5E.1040908@daikon.es" type="cite">
      <pre wrap="">So what you need then is a templating system which caches the generated content 
from the templates and then when asked for it again later, it checks if the 
template has been changed, and if it hasn't (so the content generated will be 
the same if executed), answer the browser with a "Content not changed" instead 
of sending the content.

Looks like you might need Template::Plugin::Cache:

<a class="moz-txt-link-freetext" href="http://search.cpan.org/~perrin/Template-Plugin-Cache-0.13/Cache.pm">http://search.cpan.org/~perrin/Template-Plugin-Cache-0.13/Cache.pm</a> 
<a class="moz-txt-link-rfc2396E" href="http://search.cpan.org/%7Eperrin/Template-Plugin-Cache-0.13/Cache.pm">&lt;http://search.cpan.org/%7Eperrin/Template-Plugin-Cache-0.13/Cache.pm&gt;</a>

Specially interesting the "Any gotchas..." section of the docs :-)

Regards
J.


        */Jorge González Villalonga/*
Director Técnico

*/DAIKON Integración y Desarrollo S.L./*
Telf: (+34) 91 188 08 28
Fax: (+34) 91 632 65 42
*www.daikon.es*


El 01/03/11 10:23, John M. Dlugosz escribió:
&gt;  Say I want to use TT in the .css, so (for example) I can name my colors and 
&gt; other repeated content easily.
&gt;
&gt; I'm assuming that I can define a Path of some kind on a rule to serve those.  
&gt; Any recipes to share?
&gt; More critically, I want the browser to know that it doesn't have to keep 
&gt; re-fetching it on every view of every page.  How would I manage that?
&gt;
&gt; _______________________________________________
&gt; List: <a class="moz-txt-link-abbreviated" href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a>
&gt; Listinfo: <a class="moz-txt-link-freetext" href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a>
&gt; Searchable archive: <a class="moz-txt-link-freetext" href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a>
&gt; Dev site: <a class="moz-txt-link-freetext" href="http://dev.catalyst.perl.org/">http://dev.catalyst.perl.org/</a>
</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
List: <a class="moz-txt-link-abbreviated" href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a>
Listinfo: <a class="moz-txt-link-freetext" href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a>
Searchable archive: <a class="moz-txt-link-freetext" href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a>
Dev site: <a class="moz-txt-link-freetext" href="http://dev.catalyst.perl.org/">http://dev.catalyst.perl.org/</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>