From owner-freebsd-doc@FreeBSD.ORG Sat Apr 21 20:46:33 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 E826516A41B; Sat, 21 Apr 2007 20:46:33 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 2197E13C4CA; Sat, 21 Apr 2007 20:46:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 028F99F2BA6; Sat, 21 Apr 2007 22:46:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id a1ifoazKVkz6; Sat, 21 Apr 2007 22:46:11 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 511209F2B7A; Sat, 21 Apr 2007 22:46:10 +0200 (CEST) Message-ID: <462A77FD.1060504@FreeBSD.org> Date: Sat, 21 Apr 2007 22:45:49 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: doc@FreeBSD.org, World Wide Web Owner Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: webmaster@FreeBSD.org, doceng@FreeBSD.org Subject: 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: Sat, 21 Apr 2007 20:46:34 -0000 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 So, what do you think? Regards, Gabor