Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/documentation/content/en/books/accessibility/help/_index.po
18099 views
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR The FreeBSD Project
# This file is distributed under the same license as the FreeBSD Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
"POT-Creation-Date: 2026-02-22 15:58+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: YAML Front Matter: description
#: documentation/content/en/books/accessibility/help/_index.adoc:1
#, no-wrap
msgid "Where to get help"
msgstr ""

#. type: YAML Front Matter: part
#: documentation/content/en/books/accessibility/help/_index.adoc:1
#, no-wrap
msgid "Part I. General"
msgstr ""

#. type: YAML Front Matter: title
#: documentation/content/en/books/accessibility/help/_index.adoc:1
#, no-wrap
msgid "Chapter 1. Help"
msgstr ""

#. type: Title =
#: documentation/content/en/books/accessibility/help/_index.adoc:15
#, no-wrap
msgid "Help"
msgstr ""

#. type: Title ==
#: documentation/content/en/books/accessibility/help/_index.adoc:53
#, no-wrap
msgid "Mailing Lists"
msgstr ""

#. type: Plain text
#: documentation/content/en/books/accessibility/help/_index.adoc:58
msgid ""
"Mailing lists are the primary communication channel for the FreeBSD "
"community, covering a wide range of topics related to the project.  Messages "
"are typically written in plain text without graphical elements, making them "
"well-suited for use with screen readers (both Braille displays and speech "
"synthesizers).  A complete list of available mailing lists can be found at: "
"https://lists.freebsd.org/."
msgstr ""

#. type: Plain text
#: documentation/content/en/books/accessibility/help/_index.adoc:61
msgid ""
"For accessibility issues, the main point of contact is the FreeBSD "
"Accessibility Mailing List.  To subscribe, browse the archive, send "
"messages, or manage your subscription, visit: "
"https://lists.freebsd.org/subscription/freebsd-accessibility"
msgstr ""

#. type: Title ==
#: documentation/content/en/books/accessibility/help/_index.adoc:63
#, no-wrap
msgid "Chat"
msgstr ""

#. type: Plain text
#: documentation/content/en/books/accessibility/help/_index.adoc:68
msgid ""
"FreeBSD users and developers are also active on IRC (Internet Relay Chat), "
"where real-time communication takes place.  A complete list of servers and "
"channels is available at: https://wiki.freebsd.org/IRC/Channels Messages are "
"typically exchanged in plain text, making IRC well-suited for screen readers "
"(both Braille displays and speech synthesizers)."
msgstr ""

#. type: Title ==
#: documentation/content/en/books/accessibility/help/_index.adoc:70
#, no-wrap
msgid "Ports and Packages"
msgstr ""

#. type: Plain text
#: documentation/content/en/books/accessibility/help/_index.adoc:73
msgid ""
"If the issue pertains to an external tool installed through a "
"extref:{handbook}ports[port or package], consider including the port "
"maintainer in the discussion to ensure proper attention and resolution."
msgstr ""

#. type: Plain text
#: documentation/content/en/books/accessibility/help/_index.adoc:76
msgid ""
"To find out who maintains a specific port, navigate to the port's directory "
"and run the command `make maintainer`.  For example, to find the maintainer "
"of the package:www/edbrowse[] port, run:"
msgstr ""

#. type: delimited block . 4
#: documentation/content/en/books/accessibility/help/_index.adoc:81
#, no-wrap
msgid ""
"% cd /usr/ports/www/edbrowse\n"
"% make maintainer\n"
msgstr ""

#. type: Plain text
#: documentation/content/en/books/accessibility/help/_index.adoc:85
msgid ""
"To find the maintainer of an installed package, use the `pkg info -f "
"_package_`.  For example:"
msgstr ""

#. type: delimited block . 4
#: documentation/content/en/books/accessibility/help/_index.adoc:89
#, no-wrap
msgid "% pkg info -f edbrowse | grep Maintainer | awk '{print $3}'\n"
msgstr ""