On Saturday 29 November 2014 17:09:30 Alexander E. Patrakov 
wrote:
> Pavel Machek reported in his blog that our message about the
> system mode has a dead link in it. And this link is also
> present in translations. So, I replaced it in the source and
> fixed all translations using a script:
> 
> for a in po/*.po ; do msgcat --no-wrap $a | sed
> 's@http://pulseaudio.org/wiki/WhatIsWrongWithSystemMod
> @http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode @g' |
> sed
> 's@http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode@http:
> //www.freedesktop.org/wiki/Software/PulseAudio/Documentation/U
> ser/WhatIsWrongWithSystemWide/@g'
> 
> | sed 's@/\.@/ .@g' | sed 's@/,@/ ,@g' | msgcat - > $a.new
> 
> git add -i  # to filter out formatting changes
> 
> The "/." and "/," replacements are needed so that various
> terminal emulators don't include the trailing "." or "," into
> the clickable URL.
> 
> The resulting patch is attached, just in case, in order to
> avoid damaging non-ASCII characters.

It is not possible to fix http server on pulseaudio.org so it 
serve correct 301 redirect response?

-- 
Pali Rohár
[email protected]

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

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to