aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/developers-handbook/_index.adoc
blob: 76e1ee2f62686dc4589a0e58caff86f591b021f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
title: FreeBSD Developers' Handbook
authors:
  - author: The FreeBSD Documentation Project
copyright: 1995-2021 The FreeBSD Documentation Project
description: For people who want to develop software for FreeBSD (and not just people who are developing FreeBSD itself)
trademarks: ["freebsd", "apple", "ibm", "ieee", "intel", "linux", "microsoft", "opengroup", "sun", "general"]
next: books/developers-handbook/parti
weight: 25
tags: ["FreeBSD Developers' Handbook"]
---

= FreeBSD Developers' Handbook
:doctype: book
:toc: macro
:toclevels: 1
:icons: font
:sectnums:
:sectnumlevels: 6
:source-highlighter: rouge
:experimental:

ifeval::["{backend}" == "html5"]
include::shared/mirrors.adoc[]
include::shared/authors.adoc[]
include::shared/releases.adoc[]
include::shared/{{% lang %}}/mailing-lists.adoc[]
include::shared/{{% lang %}}/teams.adoc[]
include::shared/{{% lang %}}/urls.adoc[]
endif::[]

ifeval::["{backend}" == "pdf"]
include::../../../../shared/mirrors.adoc[]
include::../../../../shared/authors.adoc[]
include::../../../../shared/releases.adoc[]
include::../../../../shared/{{% lang %}}/mailing-lists.adoc[]
include::../../../../shared/{{% lang %}}/teams.adoc[]
include::../../../../shared/{{% lang %}}/urls.adoc[]
endif::[]

ifeval::["{backend}" == "epub3"]
include::../../../../shared/mirrors.adoc[]
include::../../../../shared/authors.adoc[]
include::../../../../shared/releases.adoc[]
include::../../../../shared/{{% lang %}}/mailing-lists.adoc[]
include::../../../../shared/{{% lang %}}/teams.adoc[]
include::../../../../shared/{{% lang %}}/urls.adoc[]
endif::[]

[.abstract-title]
Abstract

Welcome to the Developers' Handbook.
This manual is a _work in progress_ and is the work of many individuals.
Many sections do not yet exist and some of those that do exist need to be updated.
If you are interested in helping with this project, send email to the {freebsd-doc}.

The latest version of this document is always available from the link:https://www.FreeBSD.org[FreeBSD World Wide Web server].
It may also be downloaded in a variety of formats and compression options from the link:https://download.freebsd.org/ftp/doc/[FreeBSD FTP server] or one of the numerous link:{handbook}#mirrors-ftp/[mirror sites].

'''

include::content/en/books/developers-handbook/toc.adoc[]