On Sat Feb 12 11:29:21 2011, lespea wrote:
Show quoted text> It would be swell if we could specify multiple options. For instance,
> generate a plain-text and markdown version of README and place them in
> both locations.
You can already do this. The Documentation give an example of generating
two separate readme files. Here is what I think you are looking for:
[ReadmeAnyFromPod / DistPlain ]
type = text
filename = README
location = build
[ReadmeAnyFromPod / DistMD ]
type = markdown
filename = README.md
location = build
[ReadmeAnyFromPod / RootPlain ]
type = text
filename = README
location = root
[ReadmeAnyFromPod / RootMD ]
type = markdown
filename = README.md
location = root
If this is not what you described, please re-open this and add more details.