Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1712)

Issue 102410043: Issue 3951: Fix broken LSR links in docs. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by Mark Polesky
Modified:
9 years, 10 months ago
Reviewers:
pkx166h, lemzwerg, mail
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Issue 3951: Fix broken LSR links in docs. Not sure why, but the URL for the LSR seems to have changed from: lsr.dsi.unimi.it to lsr.di.unimi.it for i in $(git grep -l 'lsr.*dsi.*unimi.*it' | sed '/Documentation\/snippets/d'); do sed -i 's/lsr\(.*\)dsi\(.*\)unimi\(.*\)it/lsr\1di\2unimi\3it/' $i; done This accommodates both of the following cases: lsr.dsi.unimi.it -> lsr.di.unimi.it lsr@/.dsi@/.unimi@/.it -> lsr@/.di@/.unimi@/.it http://code.google.com/p/lilypond/issues/detail?id=3951

Patch Set 1 #

Patch Set 2 : Undo manual edits in snippets dir; run makelsr. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -40 lines) Patch
M Documentation/contributor/lsr-work.itexi View 5 chunks +5 lines, -5 lines 0 comments Download
M Documentation/cs/web/community.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/cs/web/manuals.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/de/notation/keyboards.itely View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/de/web/community.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/de/web/manuals.itexi View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/es/notation/keyboards.itely View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/es/web/community.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/es/web/manuals.itexi View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/es/web/news.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/fr/web/community.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/fr/web/manuals.itexi View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/hu/web/manuals.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/it/web/community.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/it/web/manuals.itexi View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/ja/notation/keyboards.itely View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/ja/web/community.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/ja/web/manuals.itexi View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/nl/web/manuals.itexi View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/notation/keyboards.itely View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/snippets/defining-an-engraver-in-scheme--ambitus-engraver.ly View 1 1 chunk +1 line, -1 line 0 comments Download
M Documentation/web/community.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/web/manuals.itexi View 2 chunks +2 lines, -2 lines 0 comments Download
M Documentation/web/news.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/zh/web/community.itexi View 1 chunk +1 line, -1 line 0 comments Download
M Documentation/zh/web/manuals.itexi View 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/auxiliar/makelsr.py View 1 chunk +1 line, -1 line 0 comments Download
M scripts/musicxml2ly.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7
Mark Polesky
I'm seeing some confusion on -user due to the broken LSR links. Here's an (unavoidably ...
9 years, 11 months ago (2014-06-13 21:24:34 UTC) #1
lemzwerg
Yeah! I've just uploaded an update to Sebastiano's `cd' package for LaTeX, and I was ...
9 years, 11 months ago (2014-06-13 21:28:39 UTC) #2
lemzwerg
[I mean `uploaded' to CTAN, of course – this is not related to lilypond.]
9 years, 11 months ago (2014-06-13 21:29:38 UTC) #3
pkx166h
I am not sure this is the best/correct method for the snippets. Shouldn't you be ...
9 years, 11 months ago (2014-06-14 09:43:59 UTC) #4
mail_philholmes.net
----- Original Message ----- From: <pkx166h@gmail.com> To: <markpolesky@gmail.com>; <lemzwerg@googlemail.com> Cc: <reply@codereview-hr.appspotmail.com>; <lilypond-devel@gnu.org> Sent: Saturday, June ...
9 years, 11 months ago (2014-06-14 10:03:46 UTC) #5
Mark Polesky
On 2014/06/14 10:03:46, mail_philholmes.net wrote: > I would suggest correcting the links in the Documentation, ...
9 years, 11 months ago (2014-06-14 16:48:51 UTC) #6
Mark Polesky
9 years, 11 months ago (2014-06-18 22:44:40 UTC) #7
Now that this patch is in the git repo, I decided to import the LSR to Git,
following the instructions in CG 7.4:
http://lilypond.org/doc/v2.19/Documentation/contributor/lsr-to-git

However, on the last step (manually checking for unsafe files), it became
abundantly clear that I am *not* the person for that task, and I wouldn't want
to be responsible for some sort of catastrophic security breach, not to mention
the fact that the resulting diff was 5571 lines long.  At that length, it seems
preferable to redirect the output to a file:

  xargs git diff HEAD < lsr-unsafe.txt > tmp

So... if anyone else wants to take that on, don't let me stop you.  :)

- Mark
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b