The implementation we have in WikiTrust is that when you click on a word of a version, you are sent to the diff where the word originates. <br><br>We have two demos up, and we are adding other Wikipedias to these demos as our servers permit... <br>

<br>To see the demos, go to <a href="https://addons.mozilla.org/en-US/firefox/addon/11087">https://addons.mozilla.org/en-US/firefox/addon/11087</a> and install the WikiTrust add-on.  Then, you can browse the Italian or Portuguese Wikipedia, and it should work (<a href="http://it.wikimedia.org">it.wikimedia.org</a> and <a href="http://pt.wikimedia.org">pt.wikimedia.org</a>). <br>

<br>Some notes on this demo: <br><br>It is slow, because there is some back-and-forth between UCSC and Wikimedia Foundation servers.  If this were running at the WMF, it would be way faster. <br><br>Again, as it is not running at the Foundation, we are not notified of new edits.  So sometimes, we don&#39;t have an analysis for the revision you request.  In that case, we fetch what we need and we analyze the revision.  You should be able to see the results of the analysis after ten seconds or so. <br>

<br>Luca<br><br><div class="gmail_quote">On Sat, Oct 17, 2009 at 12:50 PM, Brian J Mingus <span dir="ltr">&lt;<a href="mailto:Brian.Mingus@colorado.edu">Brian.Mingus@colorado.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><br><div class="gmail_quote"><div class="im">On Sat, Oct 17, 2009 at 12:40 PM, <a href="mailto:jamesmikedupont@googlemail.com" target="_blank">jamesmikedupont@googlemail.com</a> <span dir="ltr">&lt;<a href="mailto:jamesmikedupont@googlemail.com" target="_blank">jamesmikedupont@googlemail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I was not able to find any examples.<br>
I think that such a blame and trust tool belongs in git, not in<br>
wikipedia because there are many other usages for it.<br>
mike<br>
<br>
On Sat, Oct 17, 2009 at 8:33 PM, John Erling Blad<br>
&lt;<a href="mailto:john.erling.blad@jeb.no" target="_blank">john.erling.blad@jeb.no</a>&gt; wrote:<br>
&gt; There is a student at UiO looking into alternate trust coloring schemes.<br>
&gt; John Erling /jeblad<br>
<div><div></div><div>&gt;<br>
&gt; <a href="mailto:jamesmikedupont@googlemail.com" target="_blank">jamesmikedupont@googlemail.com</a> wrote:<br>
&gt;&gt; On Sat, Oct 17, 2009 at 7:39 PM, Platonides &lt;<a href="mailto:platonides@gmail.com" target="_blank">platonides@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; <a href="mailto:jamesmikedupont@googlemail.com" target="_blank">jamesmikedupont@googlemail.com</a> wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; FYI,<br>
&gt;&gt;&gt;&gt; I am working on a blame tool for wikipedia<br>
&gt;&gt;&gt;&gt; <a href="http://fmtyewtk.blogspot.com/2009/10/mediawiki-git-word-level-blaming-one.html" target="_blank">http://fmtyewtk.blogspot.com/2009/10/mediawiki-git-word-level-blaming-one.html</a><br>
&gt;&gt;&gt;&gt; thanks,<br>
&gt;&gt;&gt;&gt; mike<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; Importing an article history into git for using git blame doesn&#39;t seem<br>
&gt;&gt;&gt; like a good method...<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Well importing it just for blame is bad. I agree. I read about the wikiblame.<br>
&gt;&gt;<br>
&gt;&gt; my purpose is to port the wikipedia over to git...<br>
&gt;&gt;<br>
&gt;&gt; mike</div></div></blockquote></div><div><br><br>So far all of the implementations of blame tools for the full  history dump of a wiki do not have the features of an ideal blame tool. <br><br>Given an arbitrary string of text an ideal blame tool can scan Wikipedia&#39;s entire history - and ideally the history of all WMF wikis - and tell you the authors of that text. <br>



<br>The design of such a system is essentially a search engine where each revision is a page with an associated author. The engine works iteratively, first finding all page blobs (where a page blob contains all text across all revisions for an article) that contain all of the words being searched for, and then iteratively working forwards in time on the revisions of that article in an effort to find the earliest authors. This isn&#39;t a complete spec, but it gives the general idea. <br>



</div></div><br>
<br>_______________________________________________<br>
Wikiquality-l mailing list<br>
<a href="mailto:Wikiquality-l@lists.wikimedia.org">Wikiquality-l@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/wikiquality-l" target="_blank">https://lists.wikimedia.org/mailman/listinfo/wikiquality-l</a><br>
<br></blockquote></div><br>