Re: Website upload

2017-03-09 Thread Graham Percival
On Tue, Mar 07, 2017 at 11:47:31AM +0100, Davide Liessi wrote: > Maybe an HTTP permanent redirect (308) should be added instead of a symlink, > see > https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection Why 308 instead of 301? Google suggests 301: https://support.google.com/we

Re: Website upload

2017-03-07 Thread Urs Liska
Am 07.03.2017 um 15:57 schrieb Urs Liska: > So ideally someone (as said I can't build currently) could grep through > the whole built website, taking the attached file (produced by a > combination of grep and sed) as the basis and this line: > > for f in $(cat to-be-deleted.txt); do git grep -n $

Re: Website upload

2017-03-07 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: "Urs Liska" ; Sent: Tuesday, March 07, 2017 2:44 PM Subject: Re: Website upload "Phil Holmes" writes: I did run it to start with without the ---no-r and without redirec

Re: Website upload

2017-03-07 Thread Urs Liska
Am 07.03.2017 um 15:34 schrieb Phil Holmes: > - Original Message - From: "David Kastrup" > To: "Phil Holmes" > Cc: "Urs Liska" ; > Sent: Tuesday, March 07, 2017 1:56 PM > Subject: Re: Website upload > > >> "Phil Holmes&qu

Re: Website upload

2017-03-07 Thread David Kastrup
"Phil Holmes" writes: > I did run it to start with without the ---no-r and without redirecting > the output. The output I got on my terminal was a load of lines like: > > .f...p. pictures/ties-scoring-example.png > > and I was concerned that this meant that those files would be deleted, > so

Re: Website upload

2017-03-07 Thread Davide Liessi
2017-03-07 15:35 GMT+01:00 Phil Holmes : > Could this be done as part of the website build process (e.g. adding a gsoc > source file back in and configuring the system to make it into a redirect), > or would it have to be done manually? Assuming the web server is Apache, it is just a matter of add

Re: Website upload

2017-03-07 Thread Phil Holmes
- Original Message - From: "Paul" To: Sent: Tuesday, March 07, 2017 2:09 PM Subject: Re: Website upload On 03/07/2017 05:47 AM, Davide Liessi wrote: Maybe an HTTP permanent redirect (308) should be added instead of a symlink, see https://en.wikipedi

Re: Website upload

2017-03-07 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: "Urs Liska" ; Sent: Tuesday, March 07, 2017 1:56 PM Subject: Re: Website upload "Phil Holmes" writes: Sorry for top post - as you see my email client doesn't properly

Re: Website upload

2017-03-07 Thread Paul
On 03/07/2017 05:47 AM, Davide Liessi wrote: Maybe an HTTP permanent redirect (308) should be added instead of a symlink, see https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection +1 Best policy would be whenever a page changes its file name we should create a permanent red

Re: Website upload

2017-03-07 Thread David Kastrup
"Phil Holmes" writes: > Sorry for top post - as you see my email client doesn't properly > indent your reply. > > Anyway, I've now done the following command: > > rsync -n -aO -d --no-r --delete -i $BUILD/out-website/website/ > $DEST/website/ &>rs.txt > > Which gives the output in the attached fi

Re: Website upload

2017-03-07 Thread Urs Liska
ssible for all http://lilypond.org/gsoc.* URLs pointing to the English version of google-summer-of-code.html until April 3. Urs > > -- > Phil Holmes > > > - Original Message - From: "David Kastrup" > To: "Phil Holmes" > Cc: "Urs Liska"

Re: Website upload

2017-03-07 Thread Phil Holmes
is means it would only delete the filenames preceded by "*deleting" - I assume the other files named are just for information? -- Phil Holmes - Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: "Urs Liska" ; Sent: Tuesday, Ma

Re: Website upload

2017-03-07 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "Phil Holmes" > To: "David Kastrup" ; "Urs Liska" > Cc: > Sent: Tuesday, March 07, 2017 11:31 AM > Subject: Re: Website upload > > >> - Original Message --

Re: Website upload

2017-03-07 Thread Phil Holmes
- Original Message - From: "Phil Holmes" To: "David Kastrup" ; "Urs Liska" Cc: Sent: Tuesday, March 07, 2017 11:31 AM Subject: Re: Website upload - Original Message - From: "Urs Liska" To: "David Kastrup" Cc: "

Re: Website upload

2017-03-07 Thread Phil Holmes
- Original Message - From: "Urs Liska" To: "David Kastrup" Cc: "Phil Holmes" ; Sent: Tuesday, March 07, 2017 11:08 AM Subject: Re: Website upload Maybe someone with privileges on the server could manually run rsync with the --delete and the -n (dry

Re: Website upload

2017-03-07 Thread David Kastrup
Urs Liska writes: > Am 07.03.2017 um 12:05 schrieb David Kastrup: > >> The alternative is someone going through all the files by hand on a >> backup/image/copy. I think, however, that reviewing the top-level >> directories should be enough: server-specific stuff is rarely found in >> lower parts

Re: Website upload

2017-03-07 Thread Urs Liska
Am 07.03.2017 um 12:05 schrieb David Kastrup: > Urs Liska writes: > >> Am 07.03.2017 um 11:45 schrieb David Kastrup: >>> Urs Liska writes: >>> Am 07.03.2017 um 11:24 schrieb Phil Holmes: > Again - this needs answering with a bit of care, because the website > and the docs are

Re: Website upload

2017-03-07 Thread Urs Liska
Am 07.03.2017 um 11:58 schrieb Phil Holmes: > - Original Message - From: "Urs Liska" > To: "Phil Holmes" ; > Cc: "Graham Percival" > Sent: Tuesday, March 07, 2017 10:38 AM > Subject: Re: Website upload > > >> >> Could we

Re: Website upload

2017-03-07 Thread David Kastrup
Urs Liska writes: > Am 07.03.2017 um 11:45 schrieb David Kastrup: >> Urs Liska writes: >> >>> Am 07.03.2017 um 11:24 schrieb Phil Holmes: >>> Again - this needs answering with a bit of care, because the website and the docs are closely linked. It appears to me that putting any of

Re: Website upload

2017-03-07 Thread Phil Holmes
- Original Message - From: "Urs Liska" To: "Phil Holmes" ; Cc: "Graham Percival" Sent: Tuesday, March 07, 2017 10:38 AM Subject: Re: Website upload Could we also see that cron job script please? It's here: http://lilypond.org/doc/v2.19/Docu

Re: Website upload

2017-03-07 Thread Urs Liska
Am 07.03.2017 um 11:45 schrieb David Kastrup: > Urs Liska writes: > >> Am 07.03.2017 um 11:24 schrieb Phil Holmes: >> >>> Again - this needs answering with a bit of care, because the website >>> and the docs are closely linked. It appears to me that putting any of >>> the documentation (which i

Re: Website upload

2017-03-07 Thread Davide Liessi
2017-03-07 11:38 GMT+01:00 Urs Liska : > However, in the current specific case I would vote for having a symlink > or redirect for http://lilypond.org/gsoc.html pointing to > http://lilypond.org/google-summer-of-code.html, at least unitl the > application stage is over. Maybe an HTTP permanent red

Re: Website upload

2017-03-07 Thread David Kastrup
Urs Liska writes: > Am 07.03.2017 um 11:24 schrieb Phil Holmes: > >> Again - this needs answering with a bit of care, because the website >> and the docs are closely linked. It appears to me that putting any of >> the documentation (which includes part of the webite) is doen with >> rsync withou

Re: Website upload

2017-03-07 Thread Urs Liska
Am 07.03.2017 um 11:24 schrieb Phil Holmes: > Am 06.03.2017 um 23:43 schrieb Phil Holmes: >> > Simple answer - I run the GUB uploader. >> > >> > Slightly more useful one: there are two aspects to the "website": the >> > one that is created with "make website". This is a fairly simple >> > step, a

Re: Website upload

2017-03-07 Thread Phil Holmes
Am 06.03.2017 um 23:43 schrieb Phil Holmes: > Simple answer - I run the GUB uploader. > > Slightly more useful one: there are two aspects to the "website": the > one that is created with "make website". This is a fairly simple > step, and any change to any file that is part of "website" is > auto

Re: Website upload

2017-03-06 Thread Urs Liska
ver *this* one should note simply be deleted but redirected to http://lilypond.org/google-summer-of-code.html. Urs > > -- > Phil Holmes > > > - Original Message - From: "Urs Liska" > To: > Sent: Monday, March 06, 2017 9:50 PM > Subject: Website upload (w

Re: Website upload (was: Obsolete GSoC page)

2017-03-06 Thread Phil Holmes
pect this won't answer your question, but does move the issue forward. Please ask more - if I can answer, I will. -- Phil Holmes - Original Message - From: "Urs Liska" To: Sent: Monday, March 06, 2017 9:50 PM Subject: Website upload (was: Obsolete GSoC page) Phil,

Website upload (was: Obsolete GSoC page)

2017-03-06 Thread Urs Liska
Phil, could you tell us how you (you do that, isn't it?) how you upload the website? Urs Am 06.03.2017 um 11:59 schrieb Urs Liska: > > Am 6. März 2017 11:41:54 MEZ schrieb Federico Bruni : >> Il giorno lun 6 mar 2017 alle 11:27, Federico Bruni >> ha scritto: >>> gsoc-2012.html is generated by