Fixed external links
This commit is contained in:
parent
8ce66fa674
commit
aa3a27a293
32
book.toml
32
book.toml
|
@ -17,3 +17,35 @@ enable = true
|
|||
enable = false
|
||||
level = 0
|
||||
|
||||
[output.linkcheck]
|
||||
# Should we check links on the internet? Enabling this option adds a
|
||||
# non-negligible performance impact
|
||||
follow-web-links = true
|
||||
|
||||
# Are we allowed to link to files outside of the book's root directory? This
|
||||
# may help prevent linking to sensitive files (e.g. "../../../../etc/shadow")
|
||||
traverse-parent-directories = true
|
||||
|
||||
# If necessary, you can exclude one or more links from being checked with a
|
||||
# list of regular expressions. The regex will be applied to the link href (i.e.
|
||||
# the `./index.html` in `[some page](./index.html)`) so it can be used to
|
||||
# ignore both web and filesystem links.
|
||||
#
|
||||
# Hint: you can use TOML's raw strings (single quote) to avoid needing to
|
||||
# escape things twice.
|
||||
exclude = [ 'google\.com|php\.net' ]
|
||||
|
||||
# The User-Agent to use when sending web requests
|
||||
# user-agent = "mdbook-linkcheck-0.4.0"
|
||||
user-agent = "mdbook-linkcheck-0.4.0"
|
||||
|
||||
# The number of seconds a cached result is valid for (12 hrs by default)
|
||||
cache-timeout = 43200
|
||||
|
||||
# How should warnings be treated?
|
||||
#
|
||||
# - "warn" will emit warning messages
|
||||
# - "error" treats all warnings as errors, failing the linkcheck
|
||||
# - "ignore" will ignore warnings, suppressing diagnostic messages and allowing
|
||||
# the linkcheck to continuing
|
||||
warning-policy = "warn"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
An dieser Stelle werden die für die verschiedenen Programme von museum-digital gebrauchten Bibliotheken aufgelistet.
|
||||
|
||||
Alle Programme von museum-digital sind für eine klassischen LAMP-Umgebung geschrieben. Wir verwenden hierbei [PHP 8](http://php.net/).
|
||||
Alle Programme von museum-digital sind für eine klassischen LAMP-Umgebung geschrieben. Wir verwenden hierbei [PHP 8](https://www.php.net).
|
||||
|
||||
Ausgabe
|
||||
-------
|
||||
|
|
|
@ -8,7 +8,7 @@ visualisiert. Hierfür verwenden wir die folgenden Icons.
|
|||
|
||||
Bei Karten erscheinen die Icons in einem Marker. Dieser basiert auf dem
|
||||
Marker-Icon von
|
||||
[SimpleIcon](https://www.flaticon.com/packs/simpleicon-places) (CC-BY).
|
||||
SimpleIcon (CC-BY).
|
||||
Die Icons sind unter CC-BY unten verfügbar. Attribuiert werden können
|
||||
sie auf \"Joshua R. Enslin / museum-digital\". Erstellt wurden sie
|
||||
mithilfe von [Inkscape](https://inkscape.org/).
|
||||
|
|
|
@ -64,7 +64,7 @@ Logo für internationale Instanzen
|
|||
|
||||
Auch das Logo für internationale Versionen ist auf
|
||||
Mehrfachverwendbarkeit ausgelegt. Abseits der [ungarischen
|
||||
Instanz](https://hu.museum-digital.de/portal/), die ein eigenes Logo
|
||||
Instanz](https://hu.museum-digital.org), die ein eigenes Logo
|
||||
hat, werden die folgenden Hintergrundfarben für die Logos der
|
||||
internationalen Instanzen verwendet.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user