From owner-cvs-all@FreeBSD.ORG Thu Apr 29 03:52:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5614516A4CE; Thu, 29 Apr 2004 03:52:31 -0700 (PDT) Received: from mail.vistcom.ru (relay-1.vistcom.ru [217.23.84.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A5543D41; Thu, 29 Apr 2004 03:52:30 -0700 (PDT) (envelope-from den@FreeBSD.org) Received: by mail.vistcom.ru (Postfix, from userid 220) id 5334093647; Thu, 29 Apr 2004 14:52:28 +0400 (MSD) Received: from FreeBSD.org (llp-13.vistcom.ru [217.23.84.68]) by mail.vistcom.ru (Postfix) with ESMTP id BB64793628; Thu, 29 Apr 2004 14:52:27 +0400 (MSD) Message-ID: <4090DE6B.3010205@FreeBSD.org> Date: Thu, 29 Apr 2004 14:52:27 +0400 From: Denis Peplin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040205 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Ceri Davies References: <200404141711.i3EHBF3S006248@repoman.freebsd.org> <40909696.5080408@FreeBSD.org> <20040429101442.GK10877@submonkey.net> In-Reply-To: <20040429101442.GK10877@submonkey.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: Alexey Zelkin cc: cvs-all@FreeBSD.org cc: cvs-doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 10:52:31 -0000 Hello! Ceri Davies wrote: >>Alexey Zelkin wrote: >>> en_US.ISO8859-1/books/handbook book.sgml >>> Log: >>> Use absolute url while referencing main web site (not relative >>> reference). >>> I have two reasons to do this change: >>> >>> . We are referencing 'main web site', so need to refer *main* website >>> . When handbook is installed on into /usr/share/doc, or mirrored >>> on third part site (handbook only) -- this link is broken. >>> >>> Revision Changes Path >>> 1.146 +1 -1 doc/en_US.ISO8859-1/books/handbook/book.sgml >> >>We have another 59 relative links to our website: >>find /usr/doc/en_US.ISO8859-1/ -name "*.sgml" -exec egrep '(\.\./){3,}' {} >>\; | wc -l >> >>I can fix ( -> absolute) it all, if no objections. > > > Please don't. Relative links let me install a local copy and look > around it in the sure knowledge that I'm still on my local site, and it > also allows people to install mirrors in a subdirectory of their main > server or even their home directory. > > The one that phantom changed above specifically referred to the "FreeBSD > web site" so is OK, but the others should stay. > > Ceri ok, i will not fix this links, but my opinion is: most peoples will never install local mirror, but will have broken links while browsing /usr/share/doc