From owner-freebsd-doc@FreeBSD.ORG Mon Dec 14 10:34:49 2009 Return-Path: Delivered-To: docs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F40E7106568F for ; Mon, 14 Dec 2009 10:34:48 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id D8DBE8FC18 for ; Mon, 14 Dec 2009 10:34:48 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id B4AF88C084; Mon, 14 Dec 2009 04:16:50 -0600 (CST) Date: Mon, 14 Dec 2009 04:16:50 -0600 From: Mark Linimon To: David Mehler Message-ID: <20091214101650.GA18644@lonesome.com> References: <78e0dabc0912121450g3abf9272jf4dcdf0590035a5c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78e0dabc0912121450g3abf9272jf4dcdf0590035a5c@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: docs@FreeBSD.org Subject: Re: offer of assistance 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: Mon, 14 Dec 2009 10:34:49 -0000 On Sat, Dec 12, 2009 at 05:50:53PM -0500, David Mehler wrote: > I was wondering if you could use assistance. Always! :-) There's a very outdated article at http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing/ but even though the specifics are dated, the URLs it contains are good places to learn. I'm sure you're already familiar with the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ but if not the introductory material is quite useful. From there the next step is to take a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/ to understand how the doc builds work. My own experience is that a fresh set of eyes reading through the documentation is always helpful. The source base changes so quickly that the doc team can't keep up. So, auditing the 'articles and books' is always a good idea (based on your own experience installing, configuring, and running FreeBSD). You can also take a look at the backlog of PRs on http://www.freebsd.org/cgi/query-pr-summary.cgi?category=docs and http://www.freebsd.org/cgi/query-pr-summary.cgi?category=www and look at the ones not tagged '[patch]' to see if they are things that you can work on. Good luck! mcl