Hi there,
just saw you update the module and this site, just wanted to note that I have ported graphviz_fiter to D6, it works fine here but because my ISP does not have graphviz installed globally I needed some tweaks.. i also sent a tiny patch to graphviz to make it fully relocatable, it already went in, just waiting for updated debian packages to put on my server... here locally the attached patch works fine but you can see there's a lot of debugging stuff in there, I just wanted to inform you it has already been done (easily, almost no changes needed..)..
Also I applied for this year's SoC with a GraphMapping tools for rendering interlinked nodes, taxonomy hierarchies and user relationships..: http://groups.drupal.org/node/10379, feel invited to voice your support for my proposal ;-)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 731a8f7257a75e3e9bb71f578425e992_1.png | 110.12 KB | infojunkie |
| graphviz_filter_5-to-6_WIP.patch | 6.22 KB | eMPee584 |
Comments
Comment #1
infojunkieWoohoo! Thanks I'll try your patch.
Now concerning your GraphMapping module, it so happens that I've been writing a module that uses graphviz_filter to display a (pseudo) UML class diagram of the CCK data model created in the installation. Attached is a snapshot of what I have, and notice that both the content types and the taxonomies are clickable on the graph to open the corresponding Drupal admin pages. I'm still working on it and I expect some changes to graphviz_filter as well. Since I guess this work overlaps with yours, maybe we can cooperate.
Comment #2
eMPee584 commentedwell that be a good idea i think.. however i am kinda to frustrated to code right now because my SoC proposal was rejected.. will report back on this. if you could post your code that'd be helpful , i plan to create a API for creating graphs so those can more easily created from different sources.
Comment #3
infojunkieFirst release for D6 made yesterday.
Comment #4
markfoodyburton commentedKratib, could you give a pointer to that module - sounds like what I need too.
Cheers
Mark.
Comment #5
infojunkie@Mark, if you're referring to the module that creates a schema out of CCK, you'll find it bundled with Graphviz Filter. Just try any stable release, it's called CCK Schema (in the CCK group).