Tim Williams wrote:
On 8/26/05, Ross Gardler <[EMAIL PROTECTED]> wrote:

Kevin wrote:

I like the resume plugin and it's collation of skillsets from
a team. Is there a simple way of presenting one resume without
using the team directory structure?

In 0.7 I am afraid not. However, in 0.8-dev, it is possible to change
the directory structure used (although it is a bit of a hack at present).

If you need to work with 0.7 then you can hack a solution by editing
"input.xmap" in the resume plugin and changing the name of the directory
being used for the resumes. However, all resumes must appear in the same
directory because we use the directoryGenerator to bring together all
the documents.


I don't know anything about the resume plugin but the directory
generator decends directories nicely, so if there's a limitation for
all resumes to appear in the same directory, why is it because of the
directoryGenerator?

Because ir returns *all* files ot just ones that are Resumes. This could cause unpredictable results.

Ross