From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 22:19:51 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3575EC3 for ; Sat, 5 Jul 2014 22:19:51 +0000 (UTC) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 887372433 for ; Sat, 5 Jul 2014 22:19:51 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id z10so3432104pdj.29 for ; Sat, 05 Jul 2014 15:19:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:mail-followup-to:date:message-id :user-agent:mime-version:content-type; bh=aHLYQx09/oepheL/6Nm1Veo/SLFMJ3P4Ytlq8VfHhBo=; b=GQ0Iu64k2PrWMnRClD5ovuwAkUO2TRneKM+KChz7i+R7uUdWDSlqiLPQawNmD/ce7s WZOxlEFFX4icGQsPmBViN93QMCzUUOGUC2nQp9b1rqjR6CgjG3ltOwa39uadngPZK/sN m4g+dJuhxZWxvrre2zm1yL8Ya5Iiiuc+halvRukAR9bvn52cGvT8fzwdy3TvCdNSo8he 4rFcyIhKl4BabgzkwEiaV+33g+2ri8prn7l6lR0nXDJgVozJXvIUDBQFwnBI2ulcjeKI 6Jiqfnrnl45JdY3MwyZ854yXihykyiFVYDxBBOZ96ZpNUrmLnoHcxLZSz1i4f8BFpUJB 3ZRw== X-Gm-Message-State: ALoCoQkWGrSkpJhCFflVp9vT2z7+7iVjI3p8VnMDKMHOEH3ayXAEU435EaHzpfnIS5WU1cqeDoo7 X-Received: by 10.68.220.137 with SMTP id pw9mr19209388pbc.24.1404598346085; Sat, 05 Jul 2014 15:12:26 -0700 (PDT) Received: from elk.localnet ([2604:8800:100:82aa:6ef0:49ff:fe05:658b]) by mx.google.com with ESMTPSA id qu5sm50326984pab.10.2014.07.05.15.12.24 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 05 Jul 2014 15:12:25 -0700 (PDT) Received: from carlj by elk.localnet with local (Exim 4.80) (envelope-from ) id 1X3YBy-0001JQ-8W for freebsd-questions@freebsd.org; Sat, 05 Jul 2014 15:12:22 -0700 From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Images in freebsd-doc Mail-Followup-To: freebsd-questions@freebsd.org Date: Sat, 05 Jul 2014 15:12:22 -0700 Message-ID: <87wqbrzc8p.fsf@elk.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 22:19:51 -0000 I usually prefer to use local documentation, so I have the en-freebsd-doc package installed (the freebsd-doc-en port). My browser doesn't show any images and it turns out that they have really screwy paths to those images. For example, the image for figure 2.4 in section 2.5.1 is (warning: *long* line) 'file:///wrkdirs/usr/ports/misc/freebsd-doc-en/work/doc/share/images/books/handbook/bsdinstall/bsdinstall-keymap-select-default.png. The actual path for the image is file:///usr/local/share/doc/freebsd/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-keymap-select-default.png, but the relative location is just bsdinstall/bsdinstall-keymap-select-default.png. Is there a reason for using that kind of path for the image when the installed path isn't remotely like that? Should I munge apache to somehow get to that path, or should I file a PR to try to get something reasonable? Thanks for any suggestions. -- Carl Johnson carlj@peak.org