lilypond-devel
[Top][All Lists]
Advanced

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

Re: My web build is different from website


From: Trevor Daniels
Subject: Re: My web build is different from website
Date: Wed, 11 Aug 2010 16:17:53 +0100


Graham, you wrote Tuesday, August 10, 2010 4:57 AM


actually, now that I think about it some more, "make website"
really has nothing to do with the compiled scripts in scripts/ or
python/.  Just doing
 rm -rf out-website/
 make website
should get you the complete website.  If you have any error
messages from that, I'd like to hear about it and look into it
myself.

Here's what I get from make website.  I didn't notice any error
messages that  seemed significant, but there were lots of
warnings like "No such file: markup-commands.tely".

It also strangely printed out several lines of python beginning

for l in '' es fr it nl; do \
        if test -n "$l"; then \
  langopt=--lang="$l"; \
  langsuf=.$l; \
 fi; \

But the most obvious symptom is that the generated website in
lilypond-git/out-website is wrong in several respects:

a) there are no css files at the top level (same level as
  index.html).  Copying in lilypond-web.css fixes much of
  the body, but the menu stuff across the top remains plain
  boxes on all the pages.  Presumably this needs some other
  css file?

b) the logo is missing in index.html, as is the images in
  Introduction.
  The html is looking for them in, for example,
  /lilypond-git/pictures/double-lily-modified3.png
  but I have no such directory.  There is an inode called
pictures in out-website pointing to /lilypond-git/website/pictures.
  This contains 189 images, including double-lily-modified.png,
  so it looks like the generated url is wrong in index.html.

c) The images in examples.html are missing.  The urls look like
  /lilypond-git/out-website/ly-examples/bach-bwv610-small.png

d) All the urls on the manuals page give file not found.
  The targets they are seeking are like
  /lilypond-git/doc/v2.12/Documentation/user/lilypond-learning/index.html

There are probably other errors, but those are the main ones.

Don't forget, I have a rather strange directory structure
which may be the cause of these peculiarities.

Trevor





reply via email to

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