Support missing parameters
Created by: slifty
This PR fixes an issues where the python renderer would fail to generate books unless all possible form parameters were provided. This was specifically causing issues where the username / password was not being sent; many wikis allow access without credentials, and book rendering should support that use case.
Resolves #50 (closed)