From owner-freebsd-doc@FreeBSD.ORG Tue Apr 24 18:08:09 2007 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2623A16A406; Tue, 24 Apr 2007 18:08:09 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id D075313C43E; Tue, 24 Apr 2007 18:08:08 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 0383B2D4CAB; Tue, 24 Apr 2007 17:51:59 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id C7D481146C; Tue, 24 Apr 2007 19:51:59 +0200 (CEST) Date: Tue, 24 Apr 2007 19:51:59 +0200 From: "Simon L. Nielsen" To: Gabor Kovesdan , doc@FreeBSD.org, World Wide Web Owner , webmaster@FreeBSD.org, doceng@FreeBSD.org Message-ID: <20070424175159.GB1011@zaphod.nitro.dk> References: <462A77FD.1060504@FreeBSD.org> <20070422103926.GA976@gothic.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070422103926.GA976@gothic.blackend.org> User-Agent: Mutt/1.5.11 Cc: Subject: Re: RFC: putting our graphs onto the website X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2007 18:08:09 -0000 On 2007.04.22 12:39:26 +0200, Marc Fonvieille wrote: > On Sat, Apr 21, 2007 at 10:45:49PM +0200, Gabor Kovesdan wrote: > > Hello, > > > > as you probably know, we started to maintain some nice graphs about the > > mentor-mentee relationships between the project and I added one more > > about the specific teams recently. If you haven't noticed these graphs, > > go and check them in src/share/misc. > > > > As we have this nice stuff now, I think it would be nice to make them > > available for the public. I could have just put it into > > people.freebsd.org to my place, but I think the official website is > > better for this, since it is rebuilt regularly and get more attention. > > > > I have a patch for building the graphs in www/en/gifs/Makefile, but it > > would need graphics/graphviz to be installed on www.FreeBSD.org > > (webmaster CC'd) and be added to textproc/docproj (doceng CC'd). > > The patch is here: http://gabor.t-hosting.hu/patches/graphs.diff > > And the rendered version is here: > > http://gabor.t-hosting.hu/data/organization.html > > > > I'm not really happy with the fact we should add another dependency to > the textproc/docproj port. graphics/graphviz has a lot of heavy It's not really required fpr graphwiz to be added to textproc/docproj just because it may be used for the www build. Already today you cannot build complete doc/ with only textproc/docproj installed (the Palm book tools are not installed). One could just only build the graph's on www.freebsd.org, and not by default - see www/en/ports/Makefile for example on how we already do that. WRT. the size of the graph I agree that is not optimal, but by using a smaller font it should be possible to handle that. While the mentor graph's aren't useful per say, I think they are kind of neat :-). -- Simon L. Nielsen