bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1663 in lilypond: Images missing on web site


From: lilypond
Subject: Re: Issue 1663 in lilypond: Images missing on web site
Date: Fri, 29 Jul 2011 13:51:16 +0000

Updates:
        Status: Started

Comment #14 on issue 1663 by address@hidden: Images missing on web site
http://code.google.com/p/lilypond/issues/detail?id=1663

Update. After much tracking, I know how to fix the problem with web. As it turns out, my suggestion in comment 5 will fix the problem in both the big and split versions of the web page. The reason for this is that almost all of the website is post-processed (during the "Mirroring" phase): www_post calls postprocess_html.process_html_files and in process_html_files there's a call to hack_urls() which uses the regex "pictures_re = re.compile ('src="(pictures/.*?)"')" to get add the ../ before pictures in split pages. I've tested amending the macro and can confirm it works.

I'm not creating a patch yet, because contributor still isn't right - the included pictures are still missing. I believe this is because contributor isn't in the list of post-processed files and will look at fixing this before creating a patch.




reply via email to

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