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

Warren Block wblock at FreeBSD.org
Mon Jun 27 04:01:35 UTC 2016


Author: wblock
Date: Mon Jun 27 04:01:34 2016
New Revision: 49008
URL: https://svnweb.freebsd.org/changeset/doc/49008

Log:
  Correct and expand the description of creating the new report file.
  
  Reported by:	gjb

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/README

Modified: head/en_US.ISO8859-1/htdocs/news/status/README
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/README	Mon Jun 27 00:01:56 2016	(r49007)
+++ head/en_US.ISO8859-1/htdocs/news/status/README	Mon Jun 27 04:01:34 2016	(r49008)
@@ -89,13 +89,18 @@ deadline  Follow up on missing reports
 
 5) Wrapping the whole thing in a report template:
 
-  - Create the new report with a filename of yyyy-mm-yyyy-mm.xml, where
-    the first mm is the starting month and the second mm is the ending
+  - Use a filename of yyyy-mm-yyyy-mm.xml for the new report, where the
+    first mm is the starting month and the second mm is the ending
     month.
 
+  - Create the new report by copying report-template.xml and replacing
+    the variables in it with actual values.  Or 'svn cp' a previous
+    report and make sure the new file has the svn:mime-type set to
+    text/xml with 'svn propget svn:mime-type'.
+
   - Add the new file to the XMLDOCS entries in the Makefile.
 
-  - Contents:
+  - Sample contents:
 
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status


More information about the svn-doc-all mailing list