From owner-freebsd-doc@freebsd.org Tue Jun 30 12:33:05 2015 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66231990FCD for ; Tue, 30 Jun 2015 12:33:05 +0000 (UTC) (envelope-from sebastienmainand@gmail.com) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E56E41111 for ; Tue, 30 Jun 2015 12:33:04 +0000 (UTC) (envelope-from sebastienmainand@gmail.com) Received: by lagx9 with SMTP id x9so11415237lag.1 for ; Tue, 30 Jun 2015 05:33:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=exlKGutOFE8UbMtEQx6aSptgDwruJY+7X4f1X57ETuk=; b=sseHl/Bi9AEqOhk7YDkCqJBEYtK0ihAbpwhhgzT/LngWSeHW6teJhaCBPLrgZPXavy dJhWsNFfks8Ulki/OR9X+JZuNwkPhWNZI94Wu2dgoFCPi19loV372RdCc/G8Gmoh1SgY GCebl38UMxUJT+2fuGjJ0RjkjjuWOr0pniTKAVWPSaE7nUW0ohQredAjeipek8cgelqH aSZwrdmZCZ9oAdpxBADndlP13EygRo7KXjDvLQVk6PF8/IGo9EGIs4iQR5+Q2W4VeFTF UXqbO3no0Lz2TioUq7gDQcG6GLb/fggZevb9Wmcou1CKm8scT45tOhacTKB+XyebAK19 Iz9Q== X-Received: by 10.112.164.66 with SMTP id yo2mr1588535lbb.33.1435667583063; Tue, 30 Jun 2015 05:33:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.200.10 with HTTP; Tue, 30 Jun 2015 05:32:43 -0700 (PDT) From: =?UTF-8?Q?S=C3=A9bastien_Mainand?= Date: Tue, 30 Jun 2015 14:32:43 +0200 Message-ID: Subject: Docbook handbook sources To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 12:33:05 -0000 Hello, I'm trying to make a patch to the handbook and I read here: https://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing/article.html that it was written in Docbook format. Were can I get the source code ? I could not find it in the FTP folder. Thanks Seb.