mdBook icon indicating copy to clipboard operation
mdBook copied to clipboard

License and Attribution of the mdBook Logo?

Open hwhsu1231 opened this issue 2 months ago • 3 comments

Hello, mdBook/Rust Team,

I'm the author of the @localizethedocs organization, which focuses on creating localization projects for open-source project documentation. For example:

Currently, the mdbook-docs-l10n project is about to accomplish the incubation. To place the mdBook logo at the top of the README, I need to upload the logo to the static repository and then access it via jsDelivr. I found the logo's SVG file here:

https://github.com/rust-lang/mdBook/blob/308768655929ec0d5ab440ddb71cae8a0e14fccb/crates/mdbook-html/front-end/images/favicon.svg

Therefore, I would like to confirm the license of this logo and what attribution is required.

hwhsu1231 avatar Nov 21 '25 08:11 hwhsu1231

I'm not involved in the mdbook project, but the license is written in the SVG file itself.

<!-- Original image Copyright Dave Gandy — CC BY 4.0 License -->

spktkpkt avatar Nov 21 '25 09:11 spktkpkt

I'm not involved in the mdbook project, but the license is written in the SVG file itself.

<!-- Original image Copyright Dave Gandy — CC BY 4.0 License -->

@spktkpkt Thanks for your information.

If so, how about the following attribution? Besides, I would like know if Dave Gandy has a personal website or a GitHub account in order to put the URL link in the <a href="">Dave Gandy</a>.

Code:

<tr>
  <td><code>mark/mdbook-black.svg</code></td>
  <td><img src="mark/mdbook-black.svg" alt="mdbook-black" width="100"/></td>
  <td><a href="https://github.com/rust-lang/mdBook/blob/308768655929ec0d5ab440ddb71cae8a0e14fccb/crates/mdbook-html/front-end/images/favicon.svg">Link</a></td>
  <td>By <a href="">Dave Gandy</a>, licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</td>
</tr>
<tr>
  <td><code>mark/mdbook-white.svg</code></td>
  <td><img src="mark/mdbook-white.svg" alt="mdbook-white" width="100"/></td>
  <td><a href="https://github.com/rust-lang/mdBook/blob/308768655929ec0d5ab440ddb71cae8a0e14fccb/crates/mdbook-html/front-end/images/favicon.svg">Link</a></td>
  <td>By <a href="">Dave Gandy</a>, licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</td>
</tr>

Preview:

Image

hwhsu1231 avatar Nov 21 '25 12:11 hwhsu1231

May I ask if this GitHub account, https://github.com/davegandy, belongs to Dave Gandy, the author of the mdBook Logo?

hwhsu1231 avatar Nov 25 '25 19:11 hwhsu1231