From nobody Thu Sep 23 14:14:54 2021 X-Original-To: freebsd-doc@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9B1D617C9876 for ; Thu, 23 Sep 2021 14:15:01 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from mail.gundo.com (gibson.gundo.com [75.145.166.65]) by mx1.freebsd.org (Postfix) with ESMTP id 4HFccj3gZ9z4kxx for ; Thu, 23 Sep 2021 14:15:01 +0000 (UTC) (envelope-from pauamma@gundo.com) Received: from webmail.gundo.com (variax.gundo.com [75.145.166.70]) by mail.gundo.com (Postfix) with ESMTP id CCB894C00F1; Thu, 23 Sep 2021 09:14:54 -0500 (CDT) List-Id: Documentation project List-Archive: https://lists.freebsd.org/archives/freebsd-doc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-doc@freebsd.org MIME-Version: 1.0 Date: Thu, 23 Sep 2021 14:14:54 +0000 From: Pau Amma To: Rannug Blah Cc: freebsd-doc@freebsd.org Subject: Re: Adding a chapter about accessibility in the handbook? In-Reply-To: References: <6ef6e43ee0594dda27edae24db8826f4@gundo.com> User-Agent: Roundcube Webmail/1.4.8 Message-ID: <6b71c4d4aedcf395c440a957207191e2@gundo.com> X-Sender: pauamma@gundo.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HFccj3gZ9z4kxx X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 2021-09-23 11:26, Rannug Blah wrote: >> On Wed, Sep 22, 2021 at 1:10 AM Pau Amma wrote: >> I for one don't think you are. Would you be willing and able to >> contribute draft language or review a draft addition? > > I think so, I already set up a VM and am messing around with yasr and > stuff, I will keep you posted. > Question: These days people seem to just want to be able to double > click > something and have everything work, what is the procedure/view on > providing a script that would download yasr, some codex and set it up, > asking for root password to make the needed changes? Well, yasr is available as a package (precompiled), so "pkg install yasr" as root should work if the Internet connection is up and working. For more information, see https://docs.freebsd.org/en/books/handbook/ports/#pkgng-intro if you haven't already. If you mean to do that as part of the installer itself (which would make sense for a critical accessibility feature, I don't know (and this list may not be the best place to discuss that). Same would go for other accessibility packages to be made available as installer options. If anything critical isn't available as a port or package, https://docs.freebsd.org/en/books/porters-handbook/ comes to mind.