EC2 AMIs: Add .trim() to filtering script
The FreeBSD website uses HTML Tidy, which adds whitespace inside the
table of EC2 AMIs; I didn't notice this when I was testing locally
because it didn't run there. This results in the filtering breaking
since e.g. "ufs" does not match "\nufs\n".
Addding .trim() to the filtering script removes the extra whitespace
which HTML Tidy added.
PR: 293397
Add records about new ports committer (nxjoseph)
New author entry for Yusuf Yaman together with the news item and PGP
key added. List of Developers and Contributors updated as well to follow
steps 1-4 of the Committers Guide.
Reviewed by: osa, vvd (mentors)
Approved by: osa, vvd (mentors)
Differential Revision: https://reviews.freebsd.org/D55435
Status/2025Q4/accessibility-handbook.adoc: Fix link
The characters -- in the URL do not behave as expected, hence encode
them as %2D%2D.
Reported by: ykla <yklaxds at gmail.com>
Pull Request: https://github.com/freebsd/freebsd-doc/pull/612
Status/2025Q4/intro.adoc: Add introduction
This introduction announces changes in the status reports schedule.
Reviewed by: adamw, Graham Percival <gperciva at tarsnap.com>
Pull Request: https://github.com/freebsd/freebsd-doc/pull/611
Articles/Status reports: Update deadlines
As discussed on developers@ the actual deadlines are not working.
It happens frequently that many reports are submitted past the deadline
and that publication gets stalled until all expected reports have
arrived.
Hence, from now on,
- we shall have a unique deadline on the 14th of the first month past
the end of the quarter;
- the deadline will be actually enforced: the full status reports shall
be published as soon as ready after the deadline. Reports that could not
make it within the deadline shall be moved (and possibly completed) to
the next quarter.
Reviewed by: adamw, Graham Percival <gperciva at tarsnap.com>
Pull Request: https://github.com/freebsd/freebsd-doc/pull/610