lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Web: Move older news to the attic page (issue 318630043 by address@h


From: Federico Bruni
Subject: Re: Web: Move older news to the attic page (issue 318630043 by address@hidden)
Date: Sun, 05 Mar 2017 08:57:04 +0100



Il giorno dom 5 mar 2017 alle 8:53, Federico Bruni <address@hidden> ha scritto:


I think that the best solution is updating the included link in all the translations which did not translate news.itexi or new-front.itexi:

$ find Documentation/ -name news.itexi
Documentation/es/web/news.itexi
Documentation/web/news.itexi

$ find Documentation/ -name news-front.itexi
Documentation/ca/web/news-front.itexi
Documentation/es/web/news-front.itexi
Documentation/web/news-front.itexi
Documentation/zh/web/news-front.itexi


So the commands to change the links could be:

$ git grep -l "@include web/news.itexi" | xargs sed -i "s|@include web/news.itexi|@include web/news-old.itexi|g"
$ git checkout Documentation/es/web/community.itexi


Of course do the commit before going on.


$ git grep -l "@include web/news-front.itexi" | xargs sed -i "s|@include web/news-front.itexi|@include web/news-new.itexi|g" $ git checkout Documentation/ca/web/community.itexi Documentation/es/web/community.itexi Documentation/zh/web/community.itexi



Then git commit --amend







reply via email to

[Prev in Thread] Current Thread [Next in Thread]