I have modified solve_disambiguation.py in order it leaves a notice on user&#39;s talk page if a subpage of his/hers has been edited by the disambiguation robot. Main idea was that on subpages there are very often articles under construction, and correcting the links in them should be in accordance with the author&#39;s purpose. I never edit the userpage itself, only subpages, if this seems to be the owner&#39;s purpose.<br>
<br>Is anybody interested in publication of such a code? This stands after modifying refPage:<br><br><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if refPage.namespace()==2:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; UserSubPage=refPage.titleWithoutNamespace()</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"></span><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; UserPage=UserSubPage[:UserSubPage.index(&#39;/&#39;)]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; except ValueError:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; UserPage=UserSubPage</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; UserTalkPage=&#39;User vita:&#39;+UserPage</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; wikipedia.output(UserTalkPage)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; EditComment = u&quot;Figyelmeztetés felhasználói allap változtatására&quot;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; WarnText=u&#39;\n==Egyértelműsítés felhasználói allapon==\n&#39;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; WarnText+=u&#39;A(z) [[%s]] lapon módosítottam egy (vagy több) hivatkozást, amely a(z) [[%s]] egyértelműsítő lapra mutatott. [[User:BinBot#Egyértelműsítési irányelvek|Szívből remélem]], hogy ez megfelelt a szándékaidnak. Ha nem, akkor [[user vita:Bináris|a gazdám nevében]] elnézést kérek. ~~~~&#39; % (refPage.title() , disambPage.title())</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"></span><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; site=wikipedia.getSite()</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; page = wikipedia.Page(site, UserTalkPage)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; page.put(page.get()+WarnText, EditComment, minorEdit=False)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #TODO:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # - to put the notification into a try/except</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # - to translate </span>the texts and internationalizing them if there is any attention to make this utility public<br>
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"></span>I am not familiar with Sourceforge methods, that&#39;s why I tell you here. I need help in publication, but I don&#39;t mind if nobody is interested in doing that, becuse I wrote it for myself.<br style="font-family: courier new,monospace;" clear="all">
<br style="font-family: courier new,monospace;">-- <br>Bináris