API's for getting author lists and author bios.
For the final versions, I suspect we'll want to build the PDFs from
the production system to capture any changes authors have made. That
way I also don't have to diddle URLs that point back to the source
respository, so that footnotes in the book say cnx.org instead of
confucius.cnx.rice.edu. All that cna be done of course, but then it
has to be ripped back out of the PDF generation code later when the
real solution comes along. But I'll be flexible, and if there are
serious considerations against putting the templates on production, I'll
work around it.
> >I'm using products I grabbed from a production
> >instance on 5/8/2007.
> >
> >Something like this for getting authors by collection ID:
> >
> >
Sounds good. Thanks!
> >and something like this for getting author profiles by userid:
> >
> >
So I would do one call to get bios for all contributors to a collection? Sure, as long as the resulting format (a) makes sense, (b) is well-formed XML in UTF-8, and (c) consistent. Something like this (modulo the whitespace), perhaps:
Or not, just as long as I can parse it and make sense of it.
