svn commit: r51131 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Thu Oct 19 01:10:42 UTC 2017


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 @@
     <name>team</name>
 
     <description>&os; Team Reports</description>
+
+    <p>Entries from the various official and semi-official teams,
+      as found in the <a href="&enbase/administration.html">Administration
+	Page</a>.</p>
   </category>
 
   <category>
     <name>proj</name>
 
     <description>Projects</description>
+
+    <p>Projects that span multiple categories, from the kernel and userspace
+      to the Ports Collection or external projects.</p>
   </category>
 
   <category>
     <name>kern</name>
 
     <description>Kernel</description>
+
+    <p>Updates to kernel subsystems/features, driver support,
+      filesystems, and more.</p>
   </category>
 
   <category>
     <name>arch</name>
 
     <description>Architectures</description>
+
+    <p>Updating platform-specific features and bringing in support
+      for new hardware platforms.</p>.
   </category>
 
   <category>
     <name>bin</name>
 
     <description>Userland Programs</description>
+
+    <p>Changes affecting the base system and programs in it.</p>
   </category>
 
   <category>
     <name>ports</name>
 
     <description>Ports</description>
+
+    <p>Changes affecting the Ports Collection, whether sweeping
+      changes that touch most of the tree, or individual ports
+      themselves.</p>
   </category>
 
   <category>
     <name>doc</name>
 
     <description>Documentation</description>
+
+    <p>Noteworthy changes in the documentation tree or new external
+      books/documents.</p>
   </category>
 
   <category>
     <name>misc</name>
 
     <description>Miscellaneous</description>
+
+    <p>Objects that defy categorization.</p>
   </category>
 
   <category>


More information about the svn-doc-all mailing list