Google Code apparently got this I don't know how long ago.
Example:
http://code.google.com/p/android-scripting/source/list
At the left margin of the commit messages.
WIBNI fossil had the same ...
Implementation:
Looking at the HTML I see a
<div id="graph"></div>
element, and
<script type="text/javascript"
src="http://www.gstatic.com/codesite/ph/6511647668219412860/js/graph_scripts.js"></script>
<script type="text/javascript">
var vertices = [0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0];
var edges =
[[[0,0]],[[0,0]],[[0,0]],[[0,0]],[[0,0]],[[0,0]],[[0,0]],[[0,0]],[[0,0],[0,1]],[[0,0],[0,1],[1,2]],[[0,0],[1,1],[2,2]],[[0,0],[1,1],[2,2]],[[0,0],[1,0],[2,1]],[[0,0],[1,1]],[[0,0],[1,1]],[[0,0],[1,1]],[[0,0],[1,1]],[[0,0],[1,1]],[[0,0],[1,1]],[[0,0],[1,1]],[[0,0],[1,1]],[[0,0],[1,0]],[[0,0]],[[0,0],[0,1]],[[0,0],[1,1]]];
if (GR_waitForContentLoaded) {
document.addEventListener(
'DOMContentLoaded',
setTimeout(function() {
GR_renderForSourceList(vertices, edges, 20); }, 100),
false);
} else {
GR_renderForSourceList(vertices, edges, 20);
}
</script>
Haven't dug deeper.
--
Sincerely,
Andreas Kupries <[email protected]>
Developer @ <http://www.activestate.com/>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users