From owner-freebsd-doc Sat Mar 18 16:45:41 2000 Delivered-To: freebsd-doc@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 98C3E37B506; Sat, 18 Mar 2000 16:45:38 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([209.138.203.143]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id TAA21242; Sat, 18 Mar 2000 19:45:36 -0500 (EST) Message-Id: <200003190045.TAA21242@granger.mail.mindspring.net> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000317005024.A70734@luna.cdrom.com> Date: Sat, 18 Mar 2000 19:44:56 -0500 (EST) From: John Baldwin To: Jim Mock Subject: RE: Weird stuff happening with the PPP chapter Cc: doc@FreeBSD.org, nik@FreeBSD.org Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Mar-00 Jim Mock wrote: > Hi folks, > > I'm seeing some really weird stuff with the handbook. My local copy, is > fine.. the FreeBSD.org copy is not. Here's a rundown.. > > o I browse to http://localhost/ and go to the ppp chapter. I click on > the title of that chapter 'PPP and SLIP'. It takes me to the main > page of the chapter with the Synopsis on it. I click the link to > 'User PPP' or 'Next' (down at the bottom) and it goes to userppp.html > as it should. No problem. So you have DOC=html-split in your makefile. > Here's where I (and a few others that have reported it to me) have the > problem. > > o I browse to http://www.FreeBSD.org/handbook/ and go to the ppp > chapter. I click the title of that chapter (as above) and it takes > me where it should (ppp-and-slip.html, same as above). I click on > the link to 'User PPP' or 'Next' here, and it goes to > ppp-and-slip.html#USERPPP, which basically just refreshes the > page. I can't get to userppp.html. It's using DOC=html, which just produces one mammoth book.html file instead of splitting it up into multiple files. That still doesn't explain why you are getting problems with the links though. Are you letting it fully download all of the page before clicking the link? If it hasn't downloaded all of the source, then it may not have the anchor tag for #USERPPP yet, in which case it won't find the anchor and won't seem to do anything when you click the link. > Can someone else try this? I'm really curious as to why the hell it's > doing this, and I'm at a total loss on what to fix to make it work on > the FreeBSD.org copy. Any feedback or results would be much appreciated. > > - jim -- John Baldwin -- http://www.cslab.vt.edu/~jobaldwi/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message