* douggorley at shaw.ca [2003-03-07 15:29]: > I looked through the plugins for something like this, but didn't find > anything. Does anyone have suggestions on the simplest way to go > about this? Should I consider writing a plugin?
Template::Provider has been meaning to support this for a while: # TODO: # * optional provider prefix (e.g. 'http:') Should be pretty straightforward to implement the fetching part; the tough part would be caching (specifically, timing out the cache). If you were to implement this, I think you'd need to override the _load and _fetch_path methods in Template::Provider. Hint, hint. ;) (darren) -- All is fear in love and war. _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
