Summary
サイト間の人の流れをGraphviz[2003-12-01-3]を用いて視覚化サイト内のソースに追加すべき記述
<a href="http://flowmap.jp/">
<script type="text/JavaScript">
document.write('<img src="http://www.flowmap.jp/fmap.cgi?n=mnghoqru&i=fmap01&r='+escape(document.referrer)+'&t='+escape(document.title)+'&u='+escape(document.URL)+'" alt="flowmap.jp" />');
</script>
</a>
以下の .js ファイルを置いても良いかも
var str = '';
str += '<img src="http://www.flowmap.jp/fmap.cgi?n=mnghoqru&i=fmap01&r=';
str += escape(document.referrer);
str += '&t='+escape(document.title);
str += '&u='+escape(document.URL)+'" border="0" alt="flowmap.jp" />');
document.write(str);
Reference
フローマップhttp://www.flowmap.jp/
via
www.textfile.org - 2005-09-03http://www.hyuki.com/t/200509.html#i20050903120132