Re: website issue

2020-03-25 Thread Kevin Barry
On Wed, 25 Mar 2020 at 20:06, David Nalesnik wrote: > > I'm getting some spurious characters at > http://lilypond.org/manuals.html. Screenshot attached. looks python2 vs python3 related: b'' is how python3 prints byte strings (which were the default string type in python2, but not in python3).

website issue

2020-03-25 Thread David Nalesnik
I'm getting some spurious characters at http://lilypond.org/manuals.html. Screenshot attached. Here's some of the page source: bLearning: a must-read gentle introduction to LilyPond. (details of Learning) Thanks, David

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-05-01 Thread Jan Nieuwenhuizen
Graham Percival writes: On Fri, Apr 27, 2012 at 10:18:23AM -0300, Han-Wen Nienhuys wrote: On Fri, Apr 27, 2012 at 10:15 AM, Han-Wen Nienhuys hanw...@gmail.com wrote: Who is GNU_LilyPond anyway?  I thought it was, but I might be mistaken. I mean: I thought it was Jan. yeah, it's Jan.

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread mike
Hey all, The new patchset puts the tweets in a separate xml file. I use xml instead of txt to avoid parsing annoyances. The only problem is that, because the xml is in a DOM structure, the individual tweets can't contain sub-nodes, which means that if someone wants to use anchor tags or

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread mike
I also just realized that git-cl does not know how to play nicely with the .xml extension, so the patch can't be tested. I'll investigate... http://codereview.appspot.com/6068045/ ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread mike
Hmm...it looks like the xml mime type is defined, so I'm short on ideas for why it's not uploading to Rietveld correctly. Below are the contents of tweets.xml: tweets tweet The Ensemble 101 is going on a European tour where they'll sing music typeset using LilyPond. Click lt;a target=_blank

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread graham
On 2012/04/27 07:49:30, mike7 wrote: I also just realized that git-cl does not know how to play nicely with the .xml extension, so the patch can't be tested. I'll investigate... Have you tried adding it to line 26 of git-cl ? http://codereview.appspot.com/6068045/

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread graham
LGTM, one minor question but it's ok with me. http://codereview.appspot.com/6068045/diff/13001/Documentation/web.texi File Documentation/web.texi (right): http://codereview.appspot.com/6068045/diff/13001/Documentation/web.texi#newcode172 Documentation/web.texi:172: xhttp=new

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread mike
On 2012/04/27 07:53:06, Graham Percival wrote: On 2012/04/27 07:49:30, mike7 wrote: I also just realized that git-cl does not know how to play nicely with the .xml extension, so the patch can't be tested. I'll investigate... Have you tried adding it to line 26 of git-cl ? I added:

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread mike
On 2012/04/27 07:55:54, Graham Percival wrote: LGTM, one minor question but it's ok with me. http://codereview.appspot.com/6068045/diff/13001/Documentation/web.texi File Documentation/web.texi (right): http://codereview.appspot.com/6068045/diff/13001/Documentation/web.texi#newcode172

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread graham
On 2012/04/27 07:58:50, mike7 wrote: Have you tried adding it to line 26 of git-cl ? mimetypes.add_type(application/xml, .xml) But to no avail :( ok, fair enough. It's a small, new, file, and can see the entire thing by following the download link next to the filename in rietveld.

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread David Kastrup
gra...@percival-music.ca writes: LGTM, one minor question but it's ok with me. http://codereview.appspot.com/6068045/diff/13001/Documentation/web.texi File Documentation/web.texi (right): http://codereview.appspot.com/6068045/diff/13001/Documentation/web.texi#newcode172

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread m...@apollinemike.com
On 27 avr. 2012, at 10:55, David Kastrup wrote: gra...@percival-music.ca writes: LGTM, one minor question but it's ok with me. http://codereview.appspot.com/6068045/diff/13001/Documentation/web.texi File Documentation/web.texi (right):

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread Han-Wen Nienhuys
Totally off the wall idea here: Is it possilble to display the contents of the twitter #lilypond hashtag and/or @lilypond twitter account in an iframe instead? If we use actual twitter, we would get some publicity on twitter.com too. On Fri, Apr 27, 2012 at 4:52 AM, m...@mikesolomon.org wrote:

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread Graham Percival
On Fri, Apr 27, 2012 at 09:19:55AM -0300, Han-Wen Nienhuys wrote: Is it possilble to display the contents of the twitter #lilypond hashtag and/or @lilypond twitter account in an iframe instead? If we use actual twitter, we would get some publicity on twitter.com too. It's certainly possible,

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread Han-Wen Nienhuys
Who is GNU_LilyPond anyway? I thought it was, but I might be mistaken. On Fri, Apr 27, 2012 at 9:39 AM, Graham Percival gra...@percival-music.ca wrote: On Fri, Apr 27, 2012 at 09:19:55AM -0300, Han-Wen Nienhuys wrote: Is it possilble to display the contents of the twitter #lilypond hashtag

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread Han-Wen Nienhuys
On Fri, Apr 27, 2012 at 10:15 AM, Han-Wen Nienhuys hanw...@gmail.com wrote: Who is GNU_LilyPond anyway?  I thought it was, but I might be mistaken. I mean: I thought it was Jan. -- Han-Wen Nienhuys - han...@xs4all.nl - http://www.xs4all.nl/~hanwen

Re: Add announcements to the upper right corner of the website (issue 6068045)

2012-04-27 Thread Graham Percival
On Fri, Apr 27, 2012 at 10:18:23AM -0300, Han-Wen Nienhuys wrote: On Fri, Apr 27, 2012 at 10:15 AM, Han-Wen Nienhuys hanw...@gmail.com wrote: Who is GNU_LilyPond anyway?  I thought it was, but I might be mistaken. I mean: I thought it was Jan. yeah, it's Jan. - Graham

Re: Build: Dependencies for make website (issue 2027). (issue 5493074)

2011-12-20 Thread graham
LGTM http://codereview.appspot.com/5493074/diff/1/make/website.make File make/website.make (right): http://codereview.appspot.com/5493074/diff/1/make/website.make#newcode189 make/website.make:189: website-xrefs: website-version website-bibs $(OUT) $(xref-files) Do the xrefs really depend on

Re: Build: Dependencies for make website (issue 2027). (issue 5493074)

2011-12-20 Thread julien . rioux
Documentation writers: Is it correct to say as a general rule that if a file has a .itexi extension, it does not contain @nodes? http://codereview.appspot.com/5493074/diff/1/make/website.make File make/website.make (right):

Re: Build: Dependencies for make website (issue 2027). (issue 5493074)

2011-12-20 Thread julien . rioux
On 2011/12/20 19:25:20, Julien Rioux wrote: Documentation writers: Is it correct to say as a general rule that if a file has a .itexi extension, it does not contain @nodes? OK, that's not a general rule, but it happens to be true for itexi files generated from bib files.

Build: Dependencies for make website (issue 2027). (issue 5493074)

2011-12-18 Thread julien . rioux
Reviewers: , Description: Build: Dependencies for make website (issue 2027). Please review this at http://codereview.appspot.com/5493074/ Affected files: M make/website.make Index: make/website.make diff --git a/make/website.make b/make/website.make index