Received: from mail-pa0-f64.google.com ([209.85.220.64]:53655) by stodi.digitalkingdom.org with esmtps (TLSv1:RC4-SHA:128) (Exim 4.80.1) (envelope-from ) id 1XFAHN-0004hp-O9 for lojban-list-archive@lojban.org; Wed, 06 Aug 2014 16:05:59 -0700 Received: by mail-pa0-f64.google.com with SMTP id kx10sf690833pab.19 for ; Wed, 06 Aug 2014 16:05:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=date:from:to:message-id:in-reply-to:references:subject:mime-version :x-original-sender:reply-to:precedence:mailing-list:list-id :list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type; bh=yMMWMcICs1SaLdKVHp5MEcXlIuzve5QagmxKm1HaQYM=; b=MfpGq5kLTf78rCNYE7EsqW6ITBjMRTN/qtCaCMJH2+m2qWoKz/iAkHkgRNAdxwJFXM CrX0Gz6DLhQA5n9ikoo/r9BEi5orRNTnz2/5N99KTUkdkRk3RHIkY0b4zzrf14Qm8L1M OGO/PW/CFwlRnYfNiom1TbY8ugPw2OLiimP8fdrnJSnxnZ7+7ZeEUVz2vdFp9YsfjOGi GsLbGpQ1uZ8s6gHuyZQBjemQ+f8+bqEOBI9cQJeuFIPUwIEVNT8APTpc0k91hatrpJVC Sl9iM4EcOsLvfIhqzb8OpGuOWLzu0HNFQS85/ePqHW7KngvIH9tUqsdmlO1hJXY+G3e2 3NgA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:mime-version :x-original-sender:reply-to:precedence:mailing-list:list-id :list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type; bh=yMMWMcICs1SaLdKVHp5MEcXlIuzve5QagmxKm1HaQYM=; b=s/OpDaVXpYlBcW4xZjHiB3QlEyseO/VLGYdz6ohvv999hrc8n3AxBqLoaR/XcVkRuk CKR3jMWTuBDyrj+Q3RLAk2RJiaRoqRqD6MEyuk+EGHewZs1U4SKSbcjyHSWYcBfQINIu 9N1VUbLYfNyO2EDAs7Vvrf2s1IoiVC05A1WYuVuXS9KivmW9fc50W9qnGkDxAGURlGrA WEzjUBugk4UMo5XorBRQ8VfglOOiPg+Rw/yYHVr6PZuIzUjKxjLgxMuUa4NqL+h8Bukn PMLl/2YBbfDRYcw3WPshgejxEV6CybvfkscsfQ1xizqzOHJM791RRH4F/yRVuk8zSfnV g7Ww== X-Received: by 10.182.225.167 with SMTP id rl7mr124769obc.13.1407366351428; Wed, 06 Aug 2014 16:05:51 -0700 (PDT) X-BeenThere: lojban@googlegroups.com Received: by 10.182.50.168 with SMTP id d8ls419918obo.92.gmail; Wed, 06 Aug 2014 16:05:50 -0700 (PDT) X-Received: by 10.182.56.228 with SMTP id d4mr118693obq.5.1407366350800; Wed, 06 Aug 2014 16:05:50 -0700 (PDT) Date: Wed, 6 Aug 2014 16:05:49 -0700 (PDT) From: TR NS To: lojban@googlegroups.com Message-Id: <2cee2571-a652-48cb-b581-e97177c89074@googlegroups.com> In-Reply-To: <20131227041501.GA21848@stodi.digitalkingdom.org> References: <20131227041501.GA21848@stodi.digitalkingdom.org> Subject: [lojban] Re: The CLL project, technical directions MIME-Version: 1.0 X-Original-Sender: transfire@gmail.com 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: multipart/alternative; boundary="----=_Part_2965_378246036.1407366349715" X-Spam-Score: -1.9 (-) X-Spam_score: -1.9 X-Spam_score_int: -18 X-Spam_bar: - ------=_Part_2965_378246036.1407366349715 Content-Type: text/plain; charset=UTF-8 Hi. I probably can be of service to you. I am a programmer and have a fair bit of experience with markup systems. The first thing I can tell you is that docbook is a hell hole (been there done that), and you are right to want to find a better way. Problem is, as you have no doubt discovered, that *good* options are in short supply. Available solutions are either too complicated and time consuming and likely to lead right back to fresh hell hole, or they are too simplistic. What you need is a "goldilocks" solution. While Sphinx looks like a promising choice, it falls a just a bit into the too complex category. It is also not really geared for this sort of project. It is primary for documenting Python projects. So it's likely you will find it a bit too constrictive too. A better solution is Pandoc (http://johnmacfarlane.net/pandoc/) Pandoc will allow you to do just about everything you need in the simplest way possible. And the nice thing about Pandoc is that if there is something you need that it can't do, it supports plugins, so it can be added with just a bit of programming skill. Basically what you want to do is convert CLL to Markdown and take advantage of the plugins in the places that the standard markup doesn't cut it. Read about those here: http://johnmacfarlane.net/pandoc/README.html. If there is anything you can't find a way to do then let me know and I can see what I can do, if need be make a new plugin for it (though I actually doubt there is anything you'll need that isn't already covered). .trans. -- 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. ------=_Part_2965_378246036.1407366349715 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi. I probably can be of service to you. I am a programmer= and have a fair bit of experience with markup systems. The first thing I c= an tell you is that docbook is a hell hole (been there done that), and you = are right to want to find a better way. Problem is, as you have no doubt di= scovered, that *good* options are in short supply. Available solutions are = either too complicated and time consuming and likely to lead right back to = fresh hell hole, or they are too simplistic. What you need is a "goldilocks= " solution.

While Sphinx looks like a promising choice, = it falls a just a bit into the too complex category. It is also not really = geared for this sort of project. It is primary for documenting Python proje= cts. So it's likely you will find it a bit too constrictive too.
=
A better solution is Pandoc (http://johnmacfarlane.net/pando= c/) Pandoc will allow you to do just about everything you need in the simpl= est way possible. And the nice thing about Pandoc is that if there is somet= hing you need that it can't do, it supports plugins, so it can be added wit= h just a bit of programming skill. Basically what you want to do is convert= CLL to Markdown and take advantage of the plugins in the places that the s= tandard markup doesn't cut it. Read about those here: http://johnmacfarlane= .net/pandoc/README.html. If there is anything you can't find a way to do th= en let me know and I can see what I can do, if need be make a new plugin fo= r it (though I actually doubt there is anything you'll need that isn't alre= ady covered).

.trans.

--
You received this message because you are subscribed to the Google Groups &= quot;lojban" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to lojban+unsub= scribe@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 http= s://groups.google.com/d/optout.
------=_Part_2965_378246036.1407366349715--