The tests need the ROTS (Ruby OpenID Test Server) running.
ROTS can be found at http://github.com/roman/rots
If ROTS is not running, there will be 4 failed test cases, but otherwise
things should work
Bail out straight away if the tag value is a URL rather than waiting
until we have parsed the key as we may change the value in the process
of parsing the key.
* Replace 'foo' alt text with a real alt text and add title="" text
too
* Don't display an "Or" between the two, it's obvious from context
that it's either-or
* Display a small OpenID logo next to the login form (from
http://openid.net/foundation/news/logos/)
* Fix some indenting / HTML errors in the login table
* Don't add border: 1px style to the OpenID provider logos. Prettier
this way and doesn't include inline CSS
Previously it said that you may distribute derived works "under the
same or similar license", now it just says "under the same".
The former form is derived from the cc-by-sa summary:
http://creativecommons.org/licenses/by-sa/2.0/
But the legal code itself says:
You may distribute, publicly display, publicly perform, or publicly
digitally perform a Derivative Work only under the terms of this
License, a later version of this License with the same License
Elements as this License, or a Creative Commons iCommons license that
contains the same License Elements as this
License (e.g. Attribution-ShareAlike 2.0 Japan)
The intent is obviously to refer to other creative commons
licenses. This makes sense in the context of the creative commons
website. but on our site the reader could infer that he's able to
distribute the map data under similar licenses, such as the GPL, GFDL,
Apache 2 and others.
The copyright page introduced in ecbd526 wasn't localize-able. Rectify
that with a page that:
* Displays a header in non-English languages indicating that the
version you're looking at isn't canonical.
* Links back to the local version from the English one in a
non-English locale.
Additionally I fixed a regression with the cc_button.png. It now has a
meaningful alt="" text again.
Use float to position the navigation controls and map on the right
rather than a table so that we get more consistent positioning and
avoid forcing the map of the right hand side of the viewport.