The presence of /license/ in the URL of the CC0 chooser is confusing to some
users. We want to make it clearer that the tools under /license/ are not
licenses themselves, but tools. To that end we'll move /license/* to /choose/*.
Marking the world as nosy so that people are aware I'll be landing this
[somewhat big] change.
Necessary steps:
* Make Zope understand /choose/; this will require modifying the root object in
the ZODB
* [Probably] make Zope redirect /license/ to /choose/ as a backup catch
* Update Varnish to pass /choose to Zope instead of /license
* Add redirection in Apache to send /license* to /choose
Open questions:
* Are there partner interface calls that this will interfere with? Most should
be fine -- it's designed to be accessed from a browser which will follow
redirects. However we need to look at recent logs for calls to get-rdf and
get-html to inspect the user agent.
|