From owner-freebsd-doc@FreeBSD.ORG Wed Oct 31 23:40:06 2012 Return-Path: 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 24190598 for ; Wed, 31 Oct 2012 23:40:06 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8DD9E8FC0A for ; Wed, 31 Oct 2012 23:40:05 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id b5so1864051lbd.13 for ; Wed, 31 Oct 2012 16:40:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6YKPIkiY08UMykBc/rhLw8LOyqhbcyBqviYn2NcThFA=; b=VUquy67qIzvAWIBoycl7pKB7bBTXiYIFVru4Yg2Ygd/mb2ZQzrddYwPzXFB1gnbJ/r 8WAq7uOLEF/QaAwjQKs1QiBAN4CdWDCGqKfUWomN6g7itrW201MibYR1Yvj6195gZudL eL+P2phHxzlD1ho4JjXNB+Ycb1Ry2rqWLFXL8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=6YKPIkiY08UMykBc/rhLw8LOyqhbcyBqviYn2NcThFA=; b=Nh0fW4Lozqdc5e63efke0w6hBvACd1Nnc9XUrX4p2N8nl+RBrxPegA2RnbVyxfDloh ExDHFYLv4IfTExRrxaYYSRjZPZ83hgOn6/UZqBV9hDLmSZZU8aTkoy+cJYXQfucnqHK7 zjocl8UbsDFLw19gVwTgEYSUJd5GsLq7iPWMVlC7wlMXw8uXjpCsqHqmCExGHBF+lpKs zlWmhXC9lIFEJgF0d/8/VYGWi+Y19z2jWMSUAjTenASbWh+Ry3pybo8n4j3mu7ZwyHKz 5QwEq34MiF3nKTaTsz7Ro4ydO5Zfz+wD2+6qH7BiKcBM5VHNqdvJpVrYWrQlI2+gm4jw Eb0w== Received: by 10.152.103.38 with SMTP id ft6mr34631414lab.40.1351726804075; Wed, 31 Oct 2012 16:40:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.162.71 with HTTP; Wed, 31 Oct 2012 16:39:33 -0700 (PDT) In-Reply-To: <509146C6.9030907@fjl.co.uk> References: <50911902.2050302@fjl.co.uk> <50913327.2030004@fjl.co.uk> <509146C6.9030907@fjl.co.uk> From: Eitan Adler Date: Wed, 31 Oct 2012 19:39:33 -0400 Message-ID: Subject: Re: removing the article about zip drives To: Frank Leonhardt Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmDic6fMnZNBGelMhPQ/2/VGoH+sgMqDOLX7K6xGjjjvgXOduCmULvHFhg5o+7mPp9vzME5 Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 23:40:06 -0000 On 31 October 2012 11:41, Frank Leonhardt wrote: > By all means. I've already started locating some of my old zip hardware. (I > know I have it by virtue of the fact I've never thrown it away). > > I'd probably have done a lot more with the documentation if I knew how it > worked technically; I have it in mind as a project for dark winter evenings. > Continue this off-list? its pretty easy: install textproc/docproj-nojadetex svn checkout svn://svn.freebsd.org/doc/head find the file you want to modify (en_US.ISO8859-1/article/zip-drive/article.xml) edit it use "svn diff" and mail the diff to doc@freebsd.org. get review & repeat when its all done file a PR with the diff as an attachment :) -- Eitan Adler