I wondered once if it would be possible to produce a graphical map of use.perl friends or fans, centered at an arbitrary user, with a specified "radius". However I've no idea which tool to use to produce such a topological map. (and is there a more computer friendly version of the friends page [perl.org]?)
Actually, I wrote a while ago this kind of script, but it crashed my box every time I tried to launch it... If anyone is willing to give it a try, it's available here [briac.net].
As Matt said, so long as you can extract the data it's probably a job at which GraphViz would excel (especially using its nice Perl interface;).
There is no more computer friendly version of the friends page that I know of (except the db behind it of course) but there was talk a few months ago of adding SOAP support to the Zoo. It shouldn't be too hard for anyone that knows a little about Slash (and even someone that doesn't). I might do it if I have the time (which could be whenever...). That bein
That was produced by a perl layout engine I hacked up that I don't own the rights to, which uses GD (for truetype fonts), Graphics::Libplot (for bezier lines), and Image::Magick to glue the two together.
Back then, Libplot had troubles outputting.png, and GD had trouble reading them, so Image::Magick did a.gif ->.png conversion for me. What a hack. I offered to hire Thomas Boutell to put beziers into GD (was too time constrained myself at the time), but he wasn't interested.
Graphical fofofs maps (Score:2)
Re:Graphical fofofs maps (Score:2)
Re:Graphical fofofs maps (Score:1)
Actually, I wrote a while ago this kind of script, but it crashed my box every time I tried to launch it... If anyone is willing to give it a try, it's available here [briac.net].
-- briac
Re:Graphical fofofs maps (Score:2)
As Matt said, so long as you can extract the data it's probably a job at which GraphViz would excel (especially using its nice Perl interface ;).
There is no more computer friendly version of the friends page that I know of (except the db behind it of course) but there was talk a few months ago of adding SOAP support to the Zoo. It shouldn't be too hard for anyone that knows a little about Slash (and even someone that doesn't). I might do it if I have the time (which could be whenever...). That bein
-- Robin Berjon [berjon.com]
Re:Graphical fofofs maps (Score:1)
Re:Graphical fofofs maps (Score:2)
Re:Graphical fofofs maps (Score:1)
Back then, Libplot had troubles outputting .png, and GD had trouble reading them, so Image::Magick did a .gif -> .png conversion for me. What a hack. I offered to hire Thomas Boutell to put beziers into GD (was too time constrained myself at the time), but he wasn't interested.
GraphViz handles tree