The steps I made:

1. Put index.ptree in root directory, with it` template.html.p` and 
`styles.css`. Also `master.html.pm`.
2. Directory `analysis`, in there files `file1.html.pm` `file2.html.pm`.

Index.ptree:
◊master.html{
  analysis/file1.html
  analysis/file2.html
}

And it works, partially. However, when I call `(next here)` on order to do 
page navigation, the value for file1 is `analysis/file2.html`, but I'd need 
it to be only `file2.html`. Of course, I could just strip the `[...]/` part 
programatically, but that feels really hack-ish. Especially if there's a 
better way.

-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to