* Client changes
- Don't send "width=n" to the /preload/ endpoint, because it doesn't
do anything.
- Send the reader configuration given on the command line to the
/recalculate/ endpoint.
- Get rid of root_url as a client parameter, because nobody used it
and it didn't actually work.
* Server changes
- API endpoints will now return an error when you give them unexpected
arguments. /preload/ accepts some arguments for backward compatibility.