Re: Language selection

2020-08-20 Thread Han-Wen Nienhuys
On Thu, Aug 20, 2020 at 5:36 PM Jonas Hahnfeld  wrote:

> I actually had some time now to look into this and I think we can get
> without the symlinks by putting
>
> DefaultLanguage en
>
> into .htaccess; and additionally setup a rewrite to preserve the links:
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteRule ^(.+).en.html $1.html [L]
>
> Han-Wen, could you give that a try on lilypond.org? If that works, I
> can put up a proper MR (and maybe also revert the hack from !312).
>
>
It appears to work (hurray). There is a large .htaccess with all kinds of
historical cruft in /var/www/lilypond, but I think we could just add the
above .htaccess to the website.zip file, and do the same for the
documentation tarball.


-- 
Han-Wen Nienhuys - hanw...@gmail.com - http://www.xs4all.nl/~hanwen


Re: Language selection

2020-08-20 Thread Jonas Hahnfeld
Am Donnerstag, den 20.08.2020, 14:22 +0100 schrieb Phil Holmes:
> If I go to 
> http://lilypond.org/doc/v2.21/Documentation/notation/index.html
>  
> and click any of the links, I get a page in Spanish, which I'm not.
> 
> Anyone know why?

I think this is because we didn't have !312 in the release, so there
are no symlinks *.en.html -> *.html; compare:
https://lilypond.org/doc/v2.20/Documentation/learning/index.en.html
https://lilypond.org/doc/v2.21/Documentation/learning/index.en.html

I actually had some time now to look into this and I think we can get
without the symlinks by putting

DefaultLanguage en

into .htaccess; and additionally setup a rewrite to preserve the links:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+).en.html $1.html [L]

Han-Wen, could you give that a try on lilypond.org? If that works, I
can put up a proper MR (and maybe also revert the hack from !312).

Jonas


signature.asc
Description: This is a digitally signed message part


Re: Language selection

2020-08-20 Thread Andrew Bernard

Didn't we establish these are the Catalan pages?

Andrew


On 20/08/2020 11:22 pm, Phil Holmes wrote:
If I go to 
http://lilypond.org/doc/v2.21/Documentation/notation/index.html and 
click any of the links, I get a page in Spanish, which I'm not.


Anyone know why?





Re: Language selection

2020-08-20 Thread Werner LEMBERG
>> If I go to
>> http://lilypond.org/doc/v2.21/Documentation/notation/index.html and
>> click any of the links, I get a page in Spanish, which I'm not.
>>
>> Anyone know why?
> 
> Probably because your parents weren't Spanish.

:-)


Werner



Re: Language selection

2020-08-20 Thread Hans Ã…berg


> On 20 Aug 2020, at 15:22, Phil Holmes  wrote:
> 
> If I go to http://lilypond.org/doc/v2.21/Documentation/notation/index.html 
> and click any of the links, I get a page in Spanish, which I'm not.
> 
> Anyone know why?

Probably because your parents weren't Spanish.





Language selection

2020-08-20 Thread Phil Holmes
If I go to http://lilypond.org/doc/v2.21/Documentation/notation/index.html 
and click any of the links, I get a page in Spanish, which I'm not.


Anyone know why?

--
Phil Holmes





PATCHES - Countdown for August 20th

2020-08-20 Thread James

Hello,

Here is the current patch countdown list. The next countdown will be on 
August 22nd.


A list of all merge requests can be found here:
https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority


 Push:

!318 Miscellaneous build system cleanups. - Han-Wen Nienhuys
https://gitlab.com/lilypond/lilypond/-/merge_requests/318

!309 Update CG for new website setup - Han-Wen Nienhuys
https://gitlab.com/lilypond/lilypond/-/merge_requests/309


 Countdown:

!334 Documentation cleanups - Jonas Hahnfeld
https://gitlab.com/lilypond/lilypond/-/merge_requests/334

!328 Avoid X-offset callbacks when getting pure Y aligned side - Kevin Barry
https://gitlab.com/lilypond/lilypond/-/merge_requests/328


 Review:

!338 Fold WWW-1 and WWW-2 targets together - Han-Wen Nienhuys
https://gitlab.com/lilypond/lilypond/-/merge_requests/338

!336 Remove dependency on netpbm, use ImageMagick - Jonas Hahnfeld
https://gitlab.com/lilypond/lilypond/-/merge_requests/336

!335 Option `anti-alias-factor' only takes positive integers <=8 - 
Werner Lemberg

https://gitlab.com/lilypond/lilypond/-/merge_requests/335

!332 new command line options `-dpng-width` and `-dpng-height` - Werner 
Lemberg

https://gitlab.com/lilypond/lilypond/-/merge_requests/332


 New:

!339 Simultaneous_music_iterator: remove dead code - Dan Eble
https://gitlab.com/lilypond/lilypond/-/merge_requests/339


 Waiting:

!204 Move parallel processing to lilypond-book - Han-Wen Nienhuys
https://gitlab.com/lilypond/lilypond/-/merge_requests/204






***

Regards,

James