Menu

#5014 Doc: remove www from lilypond.org URL

Verified
Documentation
2017-02-16
2016-12-20
No

Doc: remove www from lilypond.org URL

I've used this command:

git grep -l "@uref{http://@/www@/.lilypond@/.org/}" | xargs sed -i "s|http://@/www@/.lilypond@/.org/|http://@/lilypond@/.org/|g"

http://codereview.appspot.com/312190043

Discussion

  • Anonymous

    Anonymous - 2016-12-20
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2016-12-20

    Passes make, make check and a full make doc

     
  • Anonymous

    Anonymous - 2016-12-21
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2016-12-21

    Patch on countdown for Dec 24th.

     
  • Federico Bruni

    Federico Bruni - 2016-12-23
    • labels: --> Fixed_2_19_54
    • status: Started --> Fixed
    • Patch: countdown -->
     
  • Federico Bruni

    Federico Bruni - 2016-12-23

    I've followed Grahams's ok to push directly to staging without waiting for the countdown, as I'll be offline for a week since Sunday.

    commit 9dbf6c2c5c8b2847cdfeb6d3c2d11d6f33d3a506
    Author: Federico Bruni <...>
    Date:   Tue Dec 20 16:33:58 2016 +0100
    
        Doc: remove www from lilypond.org URL
    
     
  • Graham Percival

    Graham Percival - 2017-01-11
    • labels: Fixed_2_19_54 -->
    • status: Fixed --> Started
     
  • Graham Percival

    Graham Percival - 2017-01-11

    I can confirm that there are no more files with the @., form of the URL which have www, but

    git grep "@uref{http://www.lilypond.org/"
    

    produces a bunch of files.

    (the patch was successfuly applied, but problem isn't solved. Half-solved?)

     
  • Federico Bruni

    Federico Bruni - 2017-01-11

    replace remaining occurrences of www.lilypond.org with lilypond.org

    Some occurrences of www.lilypond.org were overlooked in previous
    patch for issue 5014. Command used:

    git grep -l "@uref{http://www.lilypond.org/" | xargs sed -i "s|@uref{http://www.lilypond.org/|@uref{http://lilypond.org/|g"

    http://codereview.appspot.com/315370043

     
  • Federico Bruni

    Federico Bruni - 2017-01-11
    • Needs: -->
    • Patch: new --> review
    • Type: --> Enhancement
     
  • Anonymous

    Anonymous - 2017-01-11

    I noticed this jumped from 'new' to 'review' without a test in between - I have no feelings either way about this, but wanted to confirm that is what you wanted?

     
  • Federico Bruni

    Federico Bruni - 2017-01-11
    • Patch: review --> new
     
  • Federico Bruni

    Federico Bruni - 2017-01-11

    test (my first reply from my mobile email client was blocked by
    sourceforge because Message-ID was missing in the header of my message)

    James, I just forgot the workflow

     
  • Anonymous

    Anonymous - 2017-01-13
    • Patch: new --> needs_work
     
  • Anonymous

    Anonymous - 2017-01-13

    Federico, and of course the patch now no longer applies to master (because of the pushes made in the last few days) can you rebase and re-submit please? Sorry for the inconvenience.

     
  • Federico Bruni

    Federico Bruni - 2017-01-17

    replace remaining occurrences of www.lilypond.org with lilypond.org

    Some occurrences of www.lilypond.org were overlooked in previous
    patch for issue 5014. Command used:

    git grep -l "@uref{http://www.lilypond.org/" | xargs sed -i "s|@uref{http://www.lilypond.org/|@uref{http://lilypond.org/|g"

    http://codereview.appspot.com/313350043

     
  • Anonymous

    Anonymous - 2017-01-19
    • Needs: -->
    • Patch: new --> needs_work
    • Type: --> Documentation
     
  • Anonymous

    Anonymous - 2017-01-19

    This patch doesn't apply to current master, sorry, can you rebase it please?

     
  • Federico Bruni

    Federico Bruni - 2017-01-19

    ok, I'll do it again and push directly to staging as suggested by Graham yesterday

     
  • Federico Bruni

    Federico Bruni - 2017-01-19
    • labels: --> Fixed_2_19_55
    • status: Started --> Fixed
    • Patch: needs_work -->
     
  • Federico Bruni

    Federico Bruni - 2017-01-19

    Pushed to staging:

    commit 33fc42ac3a4638141254cf29abeb34cc61714a2d

     
  • Federico Bruni

    Federico Bruni - 2017-02-16
    • status: Fixed --> Verified