aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/de/books/porters-handbook/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/de/books/porters-handbook/_index.adoc')
-rw-r--r--documentation/content/de/books/porters-handbook/_index.adoc78
1 files changed, 20 insertions, 58 deletions
diff --git a/documentation/content/de/books/porters-handbook/_index.adoc b/documentation/content/de/books/porters-handbook/_index.adoc
index 914ea0585b..ada9c01535 100644
--- a/documentation/content/de/books/porters-handbook/_index.adoc
+++ b/documentation/content/de/books/porters-handbook/_index.adoc
@@ -3,81 +3,43 @@ title: FreeBSD Porter's Handbook
authors:
- author: The FreeBSD Documentation Project
copyright: 2000-2020 The FreeBSD Documentation Project
-releaseinfo: "$FreeBSD$"
-trademarks: ["freebsd", "sun", "unix", "general"]
+trademarks: ["freebsd", "sun", "unix", "general"]
+next: books/porters-handbook/why-port
+add_single_page_link: true
+showBookMenu: true
+weight: 0
+path: "/books/porters-handbook/"
---
= FreeBSD Porter's Handbook
:doctype: book
:toc: macro
-:toclevels: 2
+:toclevels: 1
:icons: font
-:xrefstyle: basic
-:relfileprefix: ../
-:outfilesuffix:
:sectnums:
:sectnumlevels: 6
:partnums:
-:toc-title: Inhaltsverzeichnis
-:part-signifier: Teil
-:chapter-signifier: Kapitel
-:appendix-caption: Anhang
-:table-caption: Tabelle
-:figure-caption: Abbildung
-:example-caption: Beispiel
:source-highlighter: rouge
:experimental:
-:skip-front-matter:
+:images-path: books/porters-handbook/
-ifeval::["{backend}" == "html5"]
-include::shared/mirrors.adoc[]
+ifdef::env-beastie[]
+ifdef::backend-html5[]
include::shared/authors.adoc[]
+include::shared/mirrors.adoc[]
include::shared/releases.adoc[]
-include::shared/de/mailing-lists.adoc[]
-include::shared/de/teams.adoc[]
-include::shared/de/urls.adoc[]
-:chapters-path: content/de/books/porters-handbook/
+include::shared/attributes/attributes-{{% lang %}}.adoc[]
+include::shared/{{% lang %}}/teams.adoc[]
+include::shared/{{% lang %}}/mailing-lists.adoc[]
+include::shared/{{% lang %}}/urls.adoc[]
+endif::[]
+ifdef::backend-pdf,backend-epub3[]
+include::../../../../../shared/asciidoctor.adoc[]
endif::[]
-
-ifeval::["{backend}" == "pdf"]
-include::../../../../shared/mirrors.adoc[]
-include::../../../../shared/authors.adoc[]
-include::../../../../shared/releases.adoc[]
-include::../../../../shared/de/mailing-lists.adoc[]
-include::../../../../shared/de/teams.adoc[]
-include::../../../../shared/de/urls.adoc[]
-:chapters-path:
endif::[]
-ifeval::["{backend}" == "epub3"]
-include::../../../../shared/mirrors.adoc[]
-include::../../../../shared/authors.adoc[]
-include::../../../../shared/releases.adoc[]
-include::../../../../shared/de/mailing-lists.adoc[]
-include::../../../../shared/de/teams.adoc[]
-include::../../../../shared/de/urls.adoc[]
-:chapters-path:
+ifndef::env-beastie[]
+include::../../../../../shared/asciidoctor.adoc[]
endif::[]
'''
-
-toc::[]
-
-include::{chapters-path}toc-tables.adoc[]
-
-include::{chapters-path}toc-examples.adoc[]
-
-include::{chapters-path}why-port/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}own-port/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}quick-porting/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}slow/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}makefile/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}special/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}plist/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}pkg-files/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}testing/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}port-upgrading/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}security/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}porting-dads/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}porting-samplem/chapter.adoc[leveloffset=+1, lines=7..24;28..-1]
-include::{chapters-path}keeping-up/chapter.adoc[leveloffset=+1, lines=6..23;27..-1]