Re: [translations] Re: [patch] create-weblink-itexi.py and warnings about missing translations (it and cs) |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: David Kastrup <dak@xxxxxxx>
- Subject: Re: [translations] Re: [patch] create-weblink-itexi.py and warnings about missing translations (it and cs)
- From: John Mandereau <john.mandereau@xxxxxxxxx>
- Date: Wed, 12 Dec 2012 12:29:09 +0100
- Cc: Federico Bruni <fedelogy@xxxxxxxxx>, Julien Rioux <jrioux@xxxxxxxxxxxxxxxxxxx>, LilyPond Translation <translations@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:x-mailer:mime-version:content-transfer-encoding; bh=hXKhOiV/1/Cyh54gyN3PX73IUcHsc2Q+OEHqLNoWKQg=; b=nL6NhycrIyABH/5tLGrpbLdKuZI/fd1p0dEsco836etssGOSX9Mf5yLHlI2YOnwlte P5T5+LW2SOG09DiLzVIYnVL/XvLhF6+F8L3roV9CqxFnQ1h0ybQaUFNlW5D18KluJb6C sxvF6xZJNdV4EF/oJ3JfsH767iEUSA8GX/b9gbOYa1LNIt77cUjgyxtObirb9zepLuPd K6ggesIZJCuETZS/tSfnzZIDN6/Sx8TH2jv3MfbucDPKW7tG0l1Zllvuf6MdR6egu2h9 Muiox/oREIaKsreJNKiEW0zLfSaVNPON3FU159yUH8ZQL1oHv951WecF3SuUx9oKmXFD sjYg==
Il giorno mer, 12/12/2012 alle 12.15 +0100, David Kastrup ha scritto:
> The Guilev2 manual offers
>
> File: guile-2.0.info, Node: texinfo, Next: texinfo docbook, Prev: sxml xpath, Up: Standard Library
>
> 8.9 (texinfo)
> =============
>
> 8.9.1 Overview
> --------------
>
> Texinfo processing in scheme
> ............................
>
> This module parses texinfo into SXML. TeX will always be the processor
> of choice for print output, of course. However, although `makeinfo'
> works well for info, its output in other formats is not very
> customizable, and the program is not extensible as a whole. This module
> aims to provide an extensible framework for texinfo processing that
> integrates texinfo into the constellation of SXML processing tools.
>
>
> so that would seem a somewhat interesting starting point.
Great! I didn't know of it. When LilyPond switches to Guile v2, it
could also help replacing old half-broken scripts for snippets
maintenance in translation. I'm impatient of finishing writing my
thesis for having time to look into these guile modules for Texinfo
processing (there are also modules for formatting into HTML, going from
stexi Texinfo format in SXML back to Texinfo...).
John