> > The one solution I've come up with so far is to just point > > the public to a directory of Apache::Registry scripts. Each > > script then fills pnotes with references to this/that/other > > and calls internal_redirect to a "mirror" template page. > > Why don't you just run the template, passing in your data? There's no need > to use Apache::Template if you already have a Registry script running.
The idea was to avoid yet another framework and just use Apache::Template. To "pass in my data" I need something else, which is the Registry script. Sort of a chicken or egg question. --rick
