<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,7 +28,7 @@ end
 
 
 def stripdot(txt)
-  CGI::unescape(txt).gsub(/[^A-Za-z0-9_]/, '_')
+  CGI::unescape(txt).gsub('&quot;', &quot;''&quot;)
 end
 
 
@@ -39,10 +39,10 @@ class WikiLoggerHandler &lt; Mongrel::HttpHandler
       vars = Mongrel::HttpRequest.query_parse(request.params['QUERY_STRING'])
 
       if vars['single']
-        Line.new(:line =&gt; &quot;#{stripdot vars['single']};&quot;).save
+        Line.new(:line =&gt; &quot;\&quot;#{stripdot vars['single']}\&quot;;&quot;).save
       else
         Line.new(
-          :line =&gt; &quot;#{stripdot vars['from']} -&gt; #{stripdot vars['to']};&quot;).save
+          :line =&gt; &quot;\&quot;#{stripdot vars['from']}\&quot; -&gt; \&quot;#{stripdot vars['to']}\&quot;;&quot;).save
       end
     end
   end</diff>
      <filename>wiki_log.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 // ==UserScript==
 // @name	WikiMapper
-// @namespace	http://ben.pixelmachine.org
+// @namespace	http://code.pixelmachine.org
 // @description	makes a graph of your Wikipedia Use
-// @include http://en.wikipedia.org/*
+// @include http://en.wikipedia.org/wiki/*
 // ==/UserScript==
 
 var title_re = /http:\/\/en.wikipedia.org\/wiki\/(.*)$/</diff>
      <filename>wiki_mapper.user.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4e71043f2c606704e13f3e3435e8a87d15e3ea86</id>
    </parent>
  </parents>
  <author>
    <name>Ben Hughes</name>
    <email>ben@pixelmachine.org</email>
  </author>
  <url>http://github.com/schleyfox/wikimapper/commit/6bfce10d771e8705a2b294076abd30315c9dee55</url>
  <id>6bfce10d771e8705a2b294076abd30315c9dee55</id>
  <committed-date>2008-04-25T16:57:42-07:00</committed-date>
  <authored-date>2008-04-25T16:57:42-07:00</authored-date>
  <message>So apparently you can just quote nodes in .dot and handle many more char types</message>
  <tree>5110c5b5405a34af58bf44f3a82be15d229f375d</tree>
  <committer>
    <name>Ben Hughes</name>
    <email>ben@pixelmachine.org</email>
  </committer>
</commit>
