git: f0067defa0 - main - Status/2023Q1: Sort reports

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Wed, 19 Apr 2023 08:54:25 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=f0067defa05f6e07e7dc1a41ca3f10769f431c70

commit f0067defa05f6e07e7dc1a41ca3f10769f431c70
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-04-03 13:58:11 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-04-19 08:53:56 +0000

    Status/2023Q1: Sort reports
    
    Sort reports for 2023Q1 status report.
    
    Moreover a status/categories-desc.adoc file has been created: it
    contains all the available categories for reports with their respective
    descriptions. Category descriptions will be included from this file
    each quarter to ensure uniformity over time.
    
    Reviewed by:    status (Pau Amma <pauamma@gundo.com>)
    Approved by:    carlavilla (mentor)
    Differential Revision: https://reviews.freebsd.org/D39401
---
 website/content/en/status/categories-desc.adoc     |  19 +++
 .../en/status/report-2023-01-2023-03/_index.adoc   | 159 +++++++++++++++++++++
 2 files changed, 178 insertions(+)

diff --git a/website/content/en/status/categories-desc.adoc b/website/content/en/status/categories-desc.adoc
new file mode 100644
index 0000000000..35edaa8343
--- /dev/null
+++ b/website/content/en/status/categories-desc.adoc
@@ -0,0 +1,19 @@
+:FreeBSD-Team-Reports-desc: Entries from the various official and semi-official teams, as found in the link:../../administration/[Administration Page].
+
+:projects-desc: Projects that span multiple categories, from the kernel and userspace to the Ports Collection or external projects.
+
+:userland-desc: Changes affecting the base system and programs in it.
+
+:kernel-desc: Updates to kernel subsystems/features, driver support, filesystems, and more.
+
+:architectures-desc: Updating platform-specific features and bringing in support for new hardware platforms.
+
+:cloud-desc: Updating cloud-specific features and bringing in support for new cloud platforms.
+
+:documentation-desc: Noteworthy changes in the documentation tree, manual pages, or new external books/documents.
+
+:ports-desc: Changes affecting the Ports Collection, whether sweeping changes that touch most of the tree, or individual ports themselves.
+
+:third-Party-Projects-desc: Many projects build upon FreeBSD or incorporate components of FreeBSD into their project. As these projects may be of interest to the broader FreeBSD community, we sometimes include brief updates submitted by these projects in our quarterly report. The FreeBSD project makes no representation as to the accuracy or veracity of any claims in these submissions.
+
+:miscellaneous-desc: Objects that defy categorization.
diff --git a/website/content/en/status/report-2023-01-2023-03/_index.adoc b/website/content/en/status/report-2023-01-2023-03/_index.adoc
new file mode 100644
index 0000000000..ec933e0772
--- /dev/null
+++ b/website/content/en/status/report-2023-01-2023-03/_index.adoc
@@ -0,0 +1,159 @@
+---
+title: "FreeBSD Status Report First Quarter 2023"
+sidenav: about
+---
+
+= Introduction
+:doctype: article
+:toc: macro
+:toclevels: 2
+:icons: font
+:!sectnums:
+:source-highlighter: rouge
+:experimental:
+:reports-path: content/en/status/report-2023-01-2023-03
+
+include::content/en/status/categories-desc.adoc[]
+
+include::{reports-path}/intro.adoc[]
+
+'''
+
+toc::[]
+
+
+'''
+
+[[FreeBSD-Team-Reports]]
+== FreeBSD Team Reports
+
+{FreeBSD-Team-Reports-desc}
+
+include::{reports-path}/core.adoc[]
+
+'''
+
+include::{reports-path}/freebsd-foundation.adoc[]
+
+'''
+
+include::{reports-path}/releng.adoc[]
+
+'''
+
+include::{reports-path}/clusteradm.adoc[]
+
+'''
+
+include::{reports-path}/ci.adoc[]
+
+'''
+
+include::{reports-path}/portmgr.adoc[]
+
+'''
+
+include::{reports-path}/status.adoc[]
+
+'''
+
+[[userland]]
+== Userland
+
+{userland-desc}
+
+include::{reports-path}/daemon.adoc[]
+
+'''
+
+[[kernel]]
+== Kernel
+
+{kernel-desc}
+
+include::{reports-path}/ufs_snapshots.adoc[]
+
+'''
+
+include::{reports-path}/kinst.adoc[]
+
+'''
+
+include::{reports-path}/timerfd.adoc[]
+
+'''
+
+[[architectures]]
+== Architectures
+
+{architectures-desc}
+
+include::{reports-path}/aarch64-kasan.adoc[]
+
+'''
+
+include::{reports-path}/bsd-user.adoc[]
+
+'''
+
+[[cloud]]
+== Cloud
+
+{cloud-desc}
+
+include::{reports-path}/cloud-init.adoc[]
+
+'''
+
+include::{reports-path}/openstack-on-freebsd.adoc[]
+
+'''
+
+[[documentation]]
+== Documentation
+
+{documentation-desc}
+
+include::{reports-path}/doceng.adoc[]
+
+'''
+
+include::{reports-path}/frdp.adoc[]
+
+'''
+
+[[ports]]
+== Ports
+
+{ports-desc}
+
+include::{reports-path}/freshports.adoc[]
+
+'''
+
+include::{reports-path}/drm-drivers.adoc[]
+
+'''
+
+include::{reports-path}/kde.adoc[]
+
+'''
+
+include::{reports-path}/fsx.adoc[]
+
+'''
+
+include::{reports-path}/gcc.adoc[]
+
+'''
+
+include::{reports-path}/valgrind.adoc[]
+
+'''
+
+[[third-Party-Projects]]
+== Third Party Projects
+
+{third-Party-Projects-desc}
+
+include::{reports-path}/pot.adoc[]