Received: from mail-yk0-f192.google.com ([209.85.160.192]:32808) by stodi.digitalkingdom.org with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80.1) (envelope-from ) id 1XFYtp-0005Gg-3E for lojban-list-archive@lojban.org; Thu, 07 Aug 2014 18:23:17 -0700 Received: by mail-yk0-f192.google.com with SMTP id 9sf973857ykp.29 for ; Thu, 07 Aug 2014 18:23:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:in-reply-to:user-agent:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type:content-disposition; bh=J+M4rv9L19fwJKycCBZqch3yGMVy50FvK/sIBX7KEo0=; b=N7k36HV6R5Fea8IRDWz0PF+p5HTzIbw42GUFncB8VsvukKwloUDgSgHVsoxnmjX6LU YcA9Fh5YHO1xWHsZDKa5TCU6kDRl9U/F1a3DqPsmaxtULbrRoo2RKdEh/TiX1wAisbqI eNKWEP+vk/j0bfWADbodKovmNXX4M1Ppdzn48WQ0R7jtwfhDv3cxkeDOc+z++P24BiKd AdnXpQf3w4FyiGQsSvqM3XhW/P8BkqE/JmJlGmv1cAU+25THFsH2Q6c6sEBhMzsaUbh0 t5f+MYR69QQonI+80gihHklH69fd1YFSeGoJakS/zRzZuqG0v6PAXT25WV5c+i7uHDn5 mpOg== X-Received: by 10.50.43.196 with SMTP id y4mr13187igl.13.1407460987984; Thu, 07 Aug 2014 18:23:07 -0700 (PDT) X-BeenThere: lojban@googlegroups.com Received: by 10.50.67.48 with SMTP id k16ls309229igt.24.canary; Thu, 07 Aug 2014 18:23:07 -0700 (PDT) X-Received: by 10.42.188.84 with SMTP id cz20mr3212960icb.1.1407460987041; Thu, 07 Aug 2014 18:23:07 -0700 (PDT) Received: from stodi.digitalkingdom.org (mail.digitalkingdom.org. [173.13.139.236]) by gmr-mx.google.com with ESMTPS id lh16si815154pab.2.2014.08.07.18.23.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Aug 2014 18:23:06 -0700 (PDT) Received-SPF: none (google.com: rlpowell@digitalkingdom.org does not designate permitted sender hosts) client-ip=173.13.139.236; Received: from rlpowell by stodi.digitalkingdom.org with local (Exim 4.80.1) (envelope-from ) id 1XFYte-0005Ga-4i for lojban@googlegroups.com; Thu, 07 Aug 2014 18:23:06 -0700 Date: Thu, 7 Aug 2014 18:23:06 -0700 From: Robin Lee Powell To: lojban@googlegroups.com Subject: Re: [lojban] Re: The CLL project, technical directions Message-ID: <20140808012306.GU23392@stodi.digitalkingdom.org> Mail-Followup-To: lojban@googlegroups.com References: <20131227041501.GA21848@stodi.digitalkingdom.org> <2cee2571-a652-48cb-b581-e97177c89074@googlegroups.com> <2d8a397d-0399-4631-a0ee-b16e3c8cddad@googlegroups.com> <20140807062529.GR23392@stodi.digitalkingdom.org> <20140807063608.GS23392@stodi.digitalkingdom.org> <0cd981e6-be4e-4174-879f-d8873dacd5d0@googlegroups.com> MIME-Version: 1.0 In-Reply-To: <0cd981e6-be4e-4174-879f-d8873dacd5d0@googlegroups.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Original-Sender: rlpowell@digitalkingdom.org X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: rlpowell@digitalkingdom.org does not designate permitted sender hosts) smtp.mail=rlpowell@digitalkingdom.org Reply-To: lojban@googlegroups.com Precedence: list Mailing-list: list lojban@googlegroups.com; contact lojban+owners@googlegroups.com List-ID: X-Google-Group-Id: 1004133512417 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline X-Spam-Score: -1.9 (-) X-Spam_score: -1.9 X-Spam_score_int: -18 X-Spam_bar: - On Thu, Aug 07, 2014 at 05:35:08AM -0700, TR NS wrote: > > > On Thursday, August 7, 2014 2:36:10 AM UTC-4, Robin Powell wrote: > > > > On Wed, Aug 06, 2014 at 11:25:29PM -0700, Robin Lee Powell wrote: > > > On Wed, Aug 06, 2014 at 04:19:26PM -0700, TR NS wrote: > > > > FYI, common question is about indexing. This is how that is > > > > done: http://comments.gmane.org/gmane.text.pandoc/5323 > > > > > > Yeah, no. > > > > > > That only supports indexing in LaTeX (which is not enough for us), > > > and only by terrible passthrough commands. That's awful. > > > > FWIW, I'm currently just writing my own; it's not as hard as it > > sounds. It's a ruby script that converts our pseudo-docbook > > directly into HTML or LaTeX, with the assumption that from those two > > we can get anything else (very likely using pandoc CLI in some > > cases, by the way). > > > I would be concerned about relying on a proprietary solution. How > complicated is the the code? Really not very at all; that was kind of the entire point. Index generation relies on some hairy ERB, but that's about it. > Who will maintain it after you no longer can? You're missing some context, the short version of which is "I don't care". I've spent the last decade catching every (not quite, but for some years that was litterally true) dropped project around here and being expected to maintain it, in almost all cases with literally *no-one* offering any serious (more than an hour a month, and usually much less) technical assistance. I'm beyond tired of it. I'm going to do this because I fell I owe it to the community, but what happens to it after that is of almost no interest to me. > > It's reasonably ready for other people to look at, I've just been in > > the middle of a ridiculous crunch at dayjob. > > > > > Link? Soon. I hope. It's so un-ready it wouldn't be of any use because, for example, how to actually run the commands only exists in my shell history. -- http://intelligence.org/ : Our last, best hope for a fantastic future. .i ko na cpedu lo nu stidi vau loi jbopre .i dafsku lu na go'i li'u .e lu go'i li'u .i ji'a go'i lu na'e go'i li'u .e lu go'i na'i li'u .e lu no'e go'i li'u .e lu to'e go'i li'u .e lu lo mamta be do cu sofybakni li'u -- You received this message because you are subscribed to the Google Groups "lojban" group. To unsubscribe from this group and stop receiving emails from it, send an email to lojban+unsubscribe@googlegroups.com. To post to this group, send email to lojban@googlegroups.com. Visit this group at http://groups.google.com/group/lojban. For more options, visit https://groups.google.com/d/optout.