Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02CE7F3C4 for ; Thu, 25 Apr 2013 18:50:18 +0000 (UTC) Received: (qmail 39929 invoked by uid 500); 25 Apr 2013 18:50:17 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 39884 invoked by uid 500); 25 Apr 2013 18:50:17 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 39874 invoked by uid 99); 25 Apr 2013 18:50:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 18:50:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of eric.newton@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 18:50:12 +0000 Received: by mail-we0-f172.google.com with SMTP id r3so2939154wey.17 for ; Thu, 25 Apr 2013 11:49:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=8mo+yELOCrmDq5c+RVCSS9lQo5AlYi8UHz8JksfRNXg=; b=fJDmbEf+ZKj+Tn+FhrDv3qDyRdSDlYDDZMuPAE275aqqrvH82SGVOubwb8kvuEn0Qd VpqYVPCe5CvONHG/UNnJZcYZI1ykK7llzoDmb+iGFbAoXocqVvNPcXNEMJUf77eClo9S nxmAaaHQiXVj13WjjQwhQ9IrK6YX4z8ZBGF/teB4GXpTsWeeZlkEakdHSsoaVFKpRmrm XHP7LDW5Y1pkW/Uc44IzuJgEyS7lDajbovV9U5DbG2hnOHo/PTNZzn4vgN9ZSgI3PC93 urTZ75NZH67pUwVWY9LwAxlRTYP31K7D2qlxR+WefX9iID/jQIPPC8kpNQXS2yhkvpzo rtFw== MIME-Version: 1.0 X-Received: by 10.180.92.41 with SMTP id cj9mr44107611wib.7.1366915791932; Thu, 25 Apr 2013 11:49:51 -0700 (PDT) Received: by 10.217.92.198 with HTTP; Thu, 25 Apr 2013 11:49:51 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Apr 2013 14:49:51 -0400 Message-ID: Subject: Re: Shell documentation appendix From: Eric Newton To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=f46d0438955937536904db33e2a7 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0438955937536904db33e2a7 Content-Type: text/plain; charset=ISO-8859-1 +1 for dropping the appendix and replacing it with a reference to the shell's built-in help system. On Thu, Apr 25, 2013 at 2:38 PM, Christopher wrote: > +0 for updating the appendix to reflect 1.5.0 commands. > +1 for dropping the appendix and replacing it with a reference to the > shell's built-in help system. > +10 for automatically creating the appendix on each build (if the > profile is activated), so it doesn't get out of sync again, *if* the > consensus is to include it. > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > > > On Thu, Apr 25, 2013 at 12:55 PM, Keith Turner wrote: > > On Thu, Apr 25, 2013 at 12:48 PM, Billie Rinaldi > > wrote: > > > >> On Thu, Apr 25, 2013 at 9:38 AM, Keith Turner wrote: > >> > >> > On Wed, Apr 24, 2013 at 6:04 PM, Christopher > >> wrote: > >> > > >> > > I noticed that there's a script that grabs shell output and builds > an > >> > > appendix for the user manual PDF. However, that doesn't appear to be > >> > > automated as part of the documentation build profile. > >> > > > >> > > So, the questions are: > >> > > 1) Do we need this? > >> > > > >> > > >> > For 1.5, it seems like we have the following options. > >> > > >> > 1. Update it to reflect the commands that exist in 1.5. > >> > 2. Drop it. > >> > 3. Leave it as is. > >> > > >> > Whats the current status of this documentation? Is it based on 1.4 > shell > >> > commands? If so then, option 3 would mean shipping 1.5 w/ > documentation > >> > for 1.4 shell commands. Can option 1 be done quickly for 1.5? > >> > > >> > >> Yes, it can be done easily. The get_shell_commands script outputs a new > >> appendix. I'm happy to do this if we still think the appendix is > useful. > >> > > > > If its quick and easy to update I think we should just do it for 1.5. I > am > > not sure how we determine if its useful. One way is to remove it and see > > if anyone complains. > > > > > >> > >> > >> > > >> > > >> > > 2) Does it need to be run manually? > >> > > > >> > > Also, I guess there's some extra steps to convert the LaTeX source > for > >> > > the PDF into HTML... regarding that: > >> > > > >> > > 1) are those steps documented anywhere? > >> > > 2) can we automate that procedure? > >> > > 3) do we even need it? > >> > > > >> > > Personally, I think it'd be better to just do the PDF for now, until > >> > > we get Doxia or something similar working. > >> > > > >> > > -- > >> > > Christopher L Tubbs II > >> > > http://gravatar.com/ctubbsii > >> > > > >> > > >> > --f46d0438955937536904db33e2a7--