Commons talk:VIAF inter project linking/Tools

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Tests

[edit]

Feedback

[edit]

The greasemonkey script has the line:

 // @include        *

This is very dangerous from a security point of view. Stuartyeates (talk) 20:47, 30 September 2011 (UTC)[reply]

Can be dangerous in general, not when using this specific script. I already mentioned this and made links to the source. Before downloading users should inspect the integrity of the code. --Wikinaut (talk) 07:23, 1 October 2011 (UTC)[reply]
I added further text to the download info/warning. "The script runs on every web page, which potentially is a risk with Greasemonkey scripts. Please use the script with care. You can consider to disable it after use." --Wikinaut (talk) 07:26, 1 October 2011 (UTC)[reply]

Going the wrong way?

[edit]

As I understand it, this script looks for the VIAF identifier already in the page and find makes links based on that identifier. That's a job it seems to do pretty well. As I understand it, what we actually need, is a script that takes personal names and looks them up on VIAF sites to try and find VIAF identifiers for them and represents that to the user for the user to check. That way we can get more VIAF identifiers into the wiki. Stuartyeates (talk) 21:35, 30 September 2011 (UTC)[reply]

You are correct in your observation — please consider the current script as a starting point. Such a script requires careful development, and also collaboration with the Toolserver staff, which need to write further scripts for the API calls (in this case, fetching names for numbers). Everyone is invited to further improve the script, that's one of the reasons why the script is in the MediaWiki subversion (SVN) repository. --Wikinaut (talk) 07:29, 1 October 2011 (UTC)[reply]