git: a8f517b59c - main - de/: Fix include links for PDF.
Marc Fonvieille
blackend at FreeBSD.org
Tue Jun 1 16:56:10 UTC 2021
The branch main has been updated by blackend:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a8f517b59c4383329127523e48d1f5d7393f811e
commit a8f517b59c4383329127523e48d1f5d7393f811e
Author: Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-06-01 16:41:46 +0000
Commit: Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-06-01 16:55:38 +0000
de/: Fix include links for PDF.
---
documentation/content/de/articles/contributing/_index.adoc | 12 ++++++++++++
.../content/de/articles/freebsd-update-server/_index.adoc | 10 ++++++++++
documentation/content/de/articles/leap-seconds/_index.adoc | 10 ++++++++++
documentation/content/de/articles/linux-users/_index.adoc | 10 ++++++++++
documentation/content/de/articles/nanobsd/_index.adoc | 10 ++++++++++
documentation/content/de/articles/new-users/_index.adoc | 14 +++++++++++++-
.../content/de/articles/port-mentor-guidelines/_index.adoc | 10 ++++++++++
documentation/content/de/books/handbook/basics/_index.adoc | 12 ++++++------
8 files changed, 81 insertions(+), 7 deletions(-)
diff --git a/documentation/content/de/articles/contributing/_index.adoc b/documentation/content/de/articles/contributing/_index.adoc
index 2fa43e3832..7fc45f3cd8 100644
--- a/documentation/content/de/articles/contributing/_index.adoc
+++ b/documentation/content/de/articles/contributing/_index.adoc
@@ -20,8 +20,20 @@ trademarks: ["freebsd", "ieee", "general"]
:figure-caption: Abbildung
:example-caption: Beispiel
+ifeval::["{backend}" == "html5"]
include::shared/de/mailing-lists.adoc[]
include::shared/de/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/de/urls.adoc[]
+include::../../../../shared/de/mailing-lists.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/de/urls.adoc[]
+include::../../../../shared/de/mailing-lists.adoc[]
+endif::[]
[.abstract-title]
Zusammenfassung
diff --git a/documentation/content/de/articles/freebsd-update-server/_index.adoc b/documentation/content/de/articles/freebsd-update-server/_index.adoc
index b70d36587a..5b0b201a58 100644
--- a/documentation/content/de/articles/freebsd-update-server/_index.adoc
+++ b/documentation/content/de/articles/freebsd-update-server/_index.adoc
@@ -22,7 +22,17 @@ trademarks: ["freebsd", "amd", "intel", "general"]
:figure-caption: Abbildung
:example-caption: Beispiel
+ifeval::["{backend}" == "html5"]
include::shared/authors.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/authors.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/authors.adoc[]
+endif::[]
[.abstract-title]
Zusammenfassung
diff --git a/documentation/content/de/articles/leap-seconds/_index.adoc b/documentation/content/de/articles/leap-seconds/_index.adoc
index d080b2b00d..990497a624 100644
--- a/documentation/content/de/articles/leap-seconds/_index.adoc
+++ b/documentation/content/de/articles/leap-seconds/_index.adoc
@@ -17,7 +17,17 @@ releaseinfo: "$FreeBSD$"
:figure-caption: Abbildung
:example-caption: Beispiel
+ifeval::["{backend}" == "html5"]
include::shared/de/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/de/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/de/urls.adoc[]
+endif::[]
'''
diff --git a/documentation/content/de/articles/linux-users/_index.adoc b/documentation/content/de/articles/linux-users/_index.adoc
index 983de0c0f3..6960975bb5 100644
--- a/documentation/content/de/articles/linux-users/_index.adoc
+++ b/documentation/content/de/articles/linux-users/_index.adoc
@@ -21,7 +21,17 @@ trademarks: ["freebsd", "intel", "redhat", "linux", "unix", "general"]
:figure-caption: Abbildung
:example-caption: Beispiel
+ifeval::["{backend}" == "html5"]
include::shared/de/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/de/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/de/urls.adoc[]
+endif::[]
[.abstract-title]
Zusammenfassung
diff --git a/documentation/content/de/articles/nanobsd/_index.adoc b/documentation/content/de/articles/nanobsd/_index.adoc
index 825e00ed3e..5f3bb2bdb9 100644
--- a/documentation/content/de/articles/nanobsd/_index.adoc
+++ b/documentation/content/de/articles/nanobsd/_index.adoc
@@ -20,7 +20,17 @@ trademarks: ["freebsd", "general"]
:figure-caption: Abbildung
:example-caption: Beispiel
+ifeval::["{backend}" == "html5"]
include::shared/authors.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/authors.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/authors.adoc[]
+endif::[]
[.abstract-title]
Zusammenfassung
diff --git a/documentation/content/de/articles/new-users/_index.adoc b/documentation/content/de/articles/new-users/_index.adoc
index cdcaf55611..46f5c10add 100644
--- a/documentation/content/de/articles/new-users/_index.adoc
+++ b/documentation/content/de/articles/new-users/_index.adoc
@@ -21,8 +21,20 @@ trademarks: ["freebsd", "ibm", "microsoft", "opengroup", "general"]
:figure-caption: Abbildung
:example-caption: Beispiel
-include::shared/de/urls.adoc[]
+ifeval::["{backend}" == "html5"]
include::shared/de/mailing-lists.adoc[]
+include::shared/de/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/de/urls.adoc[]
+include::../../../../shared/de/mailing-lists.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/de/urls.adoc[]
+include::../../../../shared/de/mailing-lists.adoc[]
+endif::[]
[.abstract-title]
Zusammenfassung
diff --git a/documentation/content/de/articles/port-mentor-guidelines/_index.adoc b/documentation/content/de/articles/port-mentor-guidelines/_index.adoc
index 9a4a149bf5..4ee098de90 100644
--- a/documentation/content/de/articles/port-mentor-guidelines/_index.adoc
+++ b/documentation/content/de/articles/port-mentor-guidelines/_index.adoc
@@ -20,7 +20,17 @@ releaseinfo: "$FreeBSD$"
:figure-caption: Abbildung
:example-caption: Beispiel
+ifeval::["{backend}" == "html5"]
include::shared/de/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "pdf"]
+include::../../../../shared/de/urls.adoc[]
+endif::[]
+
+ifeval::["{backend}" == "epub3"]
+include::../../../../shared/de/urls.adoc[]
+endif::[]
'''
diff --git a/documentation/content/de/books/handbook/basics/_index.adoc b/documentation/content/de/books/handbook/basics/_index.adoc
index dd72d5e028..195d22a1ef 100644
--- a/documentation/content/de/books/handbook/basics/_index.adoc
+++ b/documentation/content/de/books/handbook/basics/_index.adoc
@@ -987,27 +987,27 @@ Betrachten wir die drei Dateisysteme `A`, `B` und `C`. Jedes Dateisystem besitzt
Das Wurzeldateisystem soll `A` sein. man:ls[1] zeigt darin die beiden Verzeichnisse [.filename]#A1# und [.filename]#A2# an. Der Verzeichnisbaum sieht wie folgt aus:
-image::../../../images/handbook/basics/example-dir1.png[]
+image::example-dir1.png[]
Ein Dateisystem wird in einem Verzeichnis eines anderen Dateisystems eingehangen. Wir hängen nun das Dateisystem `B` in das Verzeichnis [.filename]#A1# ein. Das Wurzelverzeichnis von `B` ersetzt nun das Verzeichnis [.filename]#A1# und die Verzeichnisse des Dateisystems `B` werden sichtbar:
-image::../../../images/handbook/basics/example-dir2.png[]
+image::example-dir2.png[]
Jede Datei in den Verzeichnissen [.filename]#B1# oder [.filename]#B2# kann über den Pfad [.filename]#/A1/B1# oder [.filename]#/A1/B2# erreicht werden. Dateien aus dem Verzeichnis [.filename]#/A1# sind jetzt verborgen. Wenn das Dateisystem `B` wieder _abgehangen_ wird (umount), erscheinen die verborgenen Dateien wieder.
Wenn das Dateisystem `B` unter dem Verzeichnis [.filename]#A2# eingehangen würde, sähe der Verzeichnisbaum so aus:
-image::../../../images/handbook/basics/example-dir3.png[]
+image::example-dir3.png[]
Die Dateien des Dateisystems `B` wären unter den Pfaden [.filename]#/A2/B1# und [.filename]#/A2/B2# erreichbar.
Dateisysteme können übereinander eingehangen werden. Der folgende Baum entsteht, wenn im letzten Beispiel das Dateisystem `C` in das Verzeichnis [.filename]#B1# des Dateisystems `B` eingehangen wird:
-image::../../../images/handbook/basics/example-dir4.png[]
+image::example-dir4.png[]
`C` könnte auch im Verzeichnis [.filename]#A1# eingehangen werden:
-image::../../../images/handbook/basics/example-dir5.png[]
+image::example-dir5.png[]
Sie können sogar mit nur einem großen Dateisystem auskommen. Dies hat mehrere Nachteile und einen Vorteil.
@@ -1126,7 +1126,7 @@ Das folgende Diagramm zeigt die Sicht von FreeBSD auf die erste SATA-Festplatte
Jede der vier Partitionen enthält ein Dateisystem. Das Wurzeldateisystem ist die `a`-Partition. In der `d`-Partition befindet sich [.filename]#/var# und in der `f`-Partition befindet sich [.filename]#/usr#. Die `c`-Partition bezieht sich auf die gesamte Slice und wird nicht für gewöhnliche Partitionen verwendet.
-image::../../../images/handbook/basics/disk-layout.png[]
+image::disk-layout.png[]
====
More information about the dev-commits-doc-all
mailing list