From 8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 10 Aug 2016 14:33:04 -0700 Subject: convert back to md --- posts/2009-07-16-cpanhq-and-dependencies-graph.org | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 posts/2009-07-16-cpanhq-and-dependencies-graph.org (limited to 'posts/2009-07-16-cpanhq-and-dependencies-graph.org') diff --git a/posts/2009-07-16-cpanhq-and-dependencies-graph.org b/posts/2009-07-16-cpanhq-and-dependencies-graph.org deleted file mode 100644 index c4c80d2..0000000 --- a/posts/2009-07-16-cpanhq-and-dependencies-graph.org +++ /dev/null @@ -1,27 +0,0 @@ -CPANHQ is a new project that "aims to be a community-driven, -meta-data-enhanced alternative to such sites as -[[http://search.cpan.org][search.cpan.org]] and -[[http://kobesearch.cpan.org/][kobesearch.cpan.org]]. - -I believe that a good vizualisation can help to have a better -understanding of datas. One of the missing thing on the actual -search.cpan.org is the lack of informations about a distribution's -dependencies. So my first contribution to the CPANHQ project was to add -such informations. - -cpanhq deps - -For each distributions, a graph is generated for the this distribution. -For this, I use -[[http://search.cpan.org/perldoc?Graph::Easy][Graph::Easy]] and data -available from the CPANHQ database. I alsa include a simple list of the -dependencies after the graph. - -Only the first level dependencies are displayed, as the distribution's -metadata are analysed when the request is made. I could follow all the -dependencies when the request is made, but for some distribution it -could take a really long time, and it's not suitable for this kind of -services. - -*edit*: you can find -[[http://github.com/bricas/cpanhq/tree/master][CPANHQ on GitHub]]. -- cgit v1.2.3