Re: Web site i18n with Haunt

2018-02-11 Thread pelzflorian (Florian Pelz)
On Sun, Feb 11, 2018 at 03:45:12PM +0100, Ricardo Wurmus wrote: > > pelzflorian (Florian Pelz) writes: > > > I did not use SXPath. This one still looks ugly: > > > > (div (@ (id "powered-by")) > > ,@(__ "Powered by > url=\"https://www.gnu.org/software/guile/\";>GNU Guile and \ > > https:/

Re: Web site i18n with Haunt

2018-02-11 Thread Ricardo Wurmus
pelzflorian (Florian Pelz) writes: > I did not use SXPath. This one still looks ugly: > > (div (@ (id "powered-by")) > ,@(__ "Powered by url=\"https://www.gnu.org/software/guile/\";>GNU Guile and \ > https://haunt.dthompson.us/\";>Haunt." >`(link > . ,(lambda (tag

Re: Web site i18n with Haunt

2018-02-11 Thread pelzflorian (Florian Pelz)
On Sat, Feb 10, 2018 at 12:14:26AM +0100, Ricardo Wurmus wrote: > pelzflorian (Florian Pelz) writes: > > > How for example would this excerpt from my website better be rendered > > as XML or is this or another non-XML approach better? > > I’d much prefer XML here. One reason is that I find it v

Re: Web site i18n with Haunt

2018-02-09 Thread Ricardo Wurmus
pelzflorian (Florian Pelz) writes: > How for example would this excerpt from my website better be rendered > as XML or is this or another non-XML approach better? I’d much prefer XML here. One reason is that I find it very hard to understand the syntax and how it is processed in your example.

Re: Web site i18n with Haunt

2018-02-09 Thread pelzflorian (Florian Pelz)
On Fri, Feb 09, 2018 at 06:02:22PM +0100, Ludovic Courtès wrote: > […] > Awesome. There were a couple of people interested in internationalizing > our web site during the Guix workshop, so hopefully they can follow your > lead and ping you if they need help! > > Ludo’. Gladly. But perhaps other