www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 24497] New: favicon.ico file missing in offline documentation

https://issues.dlang.org/show_bug.cgi?id=24497

          Issue ID: 24497
           Summary: favicon.ico file missing in offline documentation
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: o3d0gr57 rbe.anonaddy.me

The offline documentation from dmd has the favicon.ico file missing. It's
needed to display the icon in the web browser. I manually fixed it just by
downloading favicon.ico from https://dlang.org/favicon.ico to dmd2/html/d.

I don't know why favicon.ico isn't included in the offline documentation.
Looking at the html files of the offline documentation in dmd2/html/d I see
that there is a '<link rel="shortcut icon" href="favicon.ico">' tag which
requests the favicon.ico file.

It only affects the offline documentation which is bundled with the dmd
compiler. The equivalent online documentation doesn't have this issue.

--
Apr 13