--- title: FreeBSD Accessibility Handbook authors: - author: Alfonso S. Siciliano copyright: 2025 The FreeBSD Foundation description: Assistive technologies available in FreeBSD trademarks: ["freebsd"] tags: ["Accessibility", "Documentation", "FreeBSD", "Index"] add_split_page_link: true --- = FreeBSD Accessibility Handbook :doctype: book :toc: macro :toclevels: 2 :icons: font :sectnums: :sectnumlevels: 6 :partnums: :source-highlighter: rouge :experimental: :book: true :pdf: false :images-path: books/accessibility/ ifdef::env-beastie[] ifdef::backend-html5[] include::shared/authors.adoc[] include::shared/mirrors.adoc[] include::shared/releases.adoc[] include::shared/attributes/attributes-{{% lang %}}.adoc[] include::shared/{{% lang %}}/teams.adoc[] include::shared/{{% lang %}}/mailing-lists.adoc[] include::shared/{{% lang %}}/urls.adoc[] :chapters-path: content/{{% lang %}}/books/accessibility/ endif::[] ifdef::backend-pdf,backend-epub3[] :chapters-path: include::../../../../../shared/asciidoctor.adoc[] endif::[] endif::[] ifndef::env-beastie[] :chapters-path: include::../../../../../shared/asciidoctor.adoc[] endif::[] // Single HTML view, sync with _index.adoc [.abstract-title] Abstract Welcome to the Accessibility Handbook. This book covers the assistive technologies available in FreeBSD. Accessibility is an ongoing effort, not a fixed destination. As such, this handbook is a living document and continually evolving. Contributions, suggestions, and feedback are highly encouraged. If you are interested in contributing, please reach out to us via the https://lists.freebsd.org/subscription/freebsd-accessibility[FreeBSD accessibility mailing list]. You can download this book in various formats and compression options from the FreeBSD download server or one of its many mirror sites. ''' toc::[] :sectnums!: include::{chapters-path}preface/_index.adoc[leveloffset=+1] :sectnums: // Section one include::{chapters-path}parti.adoc[] include::{chapters-path}help/_index.adoc[leveloffset=+1] // Section two include::{chapters-path}partii.adoc[] include::{chapters-path}virtual-terminal/_index.adoc[leveloffset=+1] include::{chapters-path}colors/_index.adoc[leveloffset=+1] include::{chapters-path}lowvision/_index.adoc[leveloffset=+1] include::{chapters-path}blindness/_index.adoc[leveloffset=+1] include::{chapters-path}development/_index.adoc[leveloffset=+1]