Updates:
Status: Started
Comment #14 on issue 1663 by [email protected]: 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.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond