From owner-svn-doc-head@freebsd.org Thu Oct 19 01:10:42 2017 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39D64E48679; Thu, 19 Oct 2017 01:10:42 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEACC71312; Thu, 19 Oct 2017 01:10:41 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9J1AfdV046069; Thu, 19 Oct 2017 01:10:41 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9J1AffX046068; Thu, 19 Oct 2017 01:10:41 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201710190110.v9J1AffX046068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Thu, 19 Oct 2017 01:10:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51131 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: bjk X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 51131 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 01:10:42 -0000 Author: bjk Date: Thu Oct 19 01:10:40 2017 New Revision: 51131 URL: https://svnweb.freebsd.org/changeset/doc/51131 Log: Add per-category descriptive paragraphs to the status report template Reviewed by: no one Differential Revision: https://reviews.freebsd.org/D12642 Modified: head/en_US.ISO8859-1/htdocs/news/status/report-template.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-template.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-template.xml Thu Oct 19 00:01:47 2017 (r51130) +++ head/en_US.ISO8859-1/htdocs/news/status/report-template.xml Thu Oct 19 01:10:40 2017 (r51131) @@ -51,48 +51,72 @@ team &os; Team Reports + +

Entries from the various official and semi-official teams, + as found in the Administration + Page.

proj Projects + +

Projects that span multiple categories, from the kernel and userspace + to the Ports Collection or external projects.

kern Kernel + +

Updates to kernel subsystems/features, driver support, + filesystems, and more.

arch Architectures + +

Updating platform-specific features and bringing in support + for new hardware platforms.

.
bin Userland Programs + +

Changes affecting the base system and programs in it.

ports Ports + +

Changes affecting the Ports Collection, whether sweeping + changes that touch most of the tree, or individual ports + themselves.

doc Documentation + +

Noteworthy changes in the documentation tree or new external + books/documents.

misc Miscellaneous + +

Objects that defy categorization.