- From: Karl Dubost <karld@opera.com>
- Date: Sun, 17 Jul 2011 10:25:54 -0400
Le 15 juil. 2011 ? 10:50, Jukka K. Korpela a ?crit : > Should it? Even when the book has no URL? If you expect urn:isbn:? to work anytime soon in any significant browser, you?re very optimistic. in QuoteLink, I do a trick, eventually I should enable the provider of your choice. But basically if (cite.startsWith("urn:isbn:")) { isbn = cite.substring(9).replace(/\-/g, ""); cite = "http://openlibrary.org/isbn/" + isbn; } You could replace the openlibrary provider, by wikipedia, olcl, etc. If we had a good model for describing authors, title, etc, we could even have a pre-populated form, giving the information for things which are not yet existent in Open Library. The first persons clicking on the link would have the opportunity to add the book. [1]: https://github.com/karlcow/QuoteLink [2]: https://addons.opera.com/addons/extensions/details/quotelink/ -- Karl Dubost - http://dev.opera.com/ Developer Relations & Tools, Opera Software
Received on Sunday, 17 July 2011 07:25:54 UTC