Bug 190855 - Images in FreeBSD HTML documentation don't show due to bad <img> link
Summary: Images in FreeBSD HTML documentation don't show due to bad <img> link
Status: Closed Overcome By Events
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-10 04:05 UTC by Sonokamome
Modified: 2018-12-24 20:33 UTC (History)
2 users (show)

See Also:


Attachments
Just a demonstration of what I'm talking about. (146.60 KB, image/png)
2014-06-10 04:05 UTC, Sonokamome
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sonokamome 2014-06-10 04:05:30 UTC
Created attachment 143594 [details]
Just a demonstration of what I'm talking about.

When using the offline HTML documentation, whether split-HTML or single-HTML, the images are directed with the following src address, for example: 

<img src="/local0/docbuild/build/doc/en_US.ISO8859-1/books/handbook/../../../share/images/books/handbook/bsdinstall/bsdinstall-part-guided-disk.png" alt="Selecting from Multiple Disks">


I would recommend doing something like of the following for offline available HTML formatted documentation

<img src="../HTML-SPLIT/bsdinstall/bsdinstall-part-guided-disk.png" alt="Selecting from Multiple Disks">

In other words have all the files archived in a folder already and have all images sourced with relative paths.
Comment 1 jenniferbauer 2017-03-09 13:54:58 UTC
This will be one of the bug many people getting. Through this post they will understand how to make this. If you waiting for the marketing company for your business choose Al Ansari group Qatar from http://alansarigroupqatar.com/
Comment 2 Chris Rees freebsd_committer freebsd_triage 2018-12-24 20:33:53 UTC
Thank you for reporting- images are in relative paths nowadays.  Sorry this was missed-- please let me know if it's still a problem.