From d.s at daniel.shahaf.name Thu Feb 3 18:33:07 2011 From: d.s at daniel.shahaf.name (Daniel Shahaf) Date: Fri, 4 Feb 2011 02:33:07 +0200 Subject: Building wrongly explained In-Reply-To: <87d3nn24do.fsf@Compaq.site> References: <877he28dv1.fsf@Compaq.site> <4D3BC2F6.5010406@red-bean.com> <87d3nn24do.fsf@Compaq.site> Message-ID: <20110204003307.GK25076@daniel3.local> Cecil Westerhof wrote on Sun, Jan 23, 2011 at 13:25:55 +0100: > When you already build a few times like this, you > do not expect this to happen. When you already build a number of times like that, you know that many projects have different build instructions for building from the VCS than building from a tarball... Assuming the book already says "see INSTALL for precise instructions", I don't think a change is necessary here. From svnbook at googlecode.com Wed Feb 9 08:13:53 2011 From: svnbook at googlecode.com (svnbook at googlecode.com) Date: Wed, 09 Feb 2011 14:13:53 +0000 Subject: Issue 110 in svnbook: HTML version fails to load correctly Message-ID: <0-7155889305988986295-10834126922427497991-svnbook=googlecode.com@googlecode.com> Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 110 by chr... at lavabit.com: HTML version fails to load correctly http://code.google.com/p/svnbook/issues/detail?id=110 The HTML version of the book fails to load correctly (with a certain HTML viewer) due to the fact that it references the NON-EXISTENT background image "images/draft.png". This appears to have happened since r3762. From svnbook at googlecode.com Wed Feb 9 13:42:34 2011 From: svnbook at googlecode.com (svnbook at googlecode.com) Date: Wed, 09 Feb 2011 19:42:34 +0000 Subject: Issue 110 in svnbook: HTML version fails to load correctly In-Reply-To: <0-7155889305988986295-10834126922427497991-svnbook=googlecode.com@googlecode.com> References: <0-7155889305988986295-10834126922427497991-svnbook=googlecode.com@googlecode.com> Message-ID: <1-7155889305988986295-10834126922427497991-svnbook=googlecode.com@googlecode.com> Comment #1 on issue 110 by cmpil... at gmail.com: HTML version fails to load correctly http://code.google.com/p/svnbook/issues/detail?id=110 Hrm. When I build the book as HTML, I get a CSS definition like so embedded in svn-book.html: {{{ body { background-image: url('http://docbook.sourceforge.net/release/images/draft.png'); background-repeat: no-repeat; background-position: top left; /* The following properties make the watermark "fixed" on the page. */ /* I think that's just a bit too distracting for the reader... */ /* background-attachment: fixed; */ /* background-position: center center; */ }}} I take it that you don't see this in your version? From svnbook at googlecode.com Wed Feb 9 18:13:22 2011 From: svnbook at googlecode.com (svnbook at googlecode.com) Date: Thu, 10 Feb 2011 00:13:22 +0000 Subject: Issue 110 in svnbook: HTML version fails to load correctly In-Reply-To: <1-7155889305988986295-10834126922427497991-svnbook=googlecode.com@googlecode.com> References: <1-7155889305988986295-10834126922427497991-svnbook=googlecode.com@googlecode.com> <0-7155889305988986295-10834126922427497991-svnbook=googlecode.com@googlecode.com> Message-ID: <2-7155889305988986295-10834126922427497991-svnbook=googlecode.com@googlecode.com> Comment #2 on issue 110 by chr... at lavabit.com: HTML version fails to load correctly http://code.google.com/p/svnbook/issues/detail?id=110 I can't find an 'svn-book.html' file. However, the problem appears in 'index.html', which contains: