Refresh the status report README to reflect the recent report production

process.

Hat:	monthly
Reviewed by:	pgj
This commit is contained in:
Isabell Long 2013-03-07 21:20:41 +00:00
parent 7b859aec6f
commit 57b4114173
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41126

View file

@ -25,7 +25,7 @@ Compiling status reports - best practices
4) Putting it all together:
- Copy and paste all reports in a single .xml file and use tidy(1) to get
it well formatted. Usually <url>'s without a description are missing
it well formatted. Usually <url>s without a description are missing
the closing "/>" which is the cause for most of the errors you will
encounter. Sometimes other closing tags are missing.
- Invoking tidy with the following options seems to cause the fewest
@ -44,7 +44,7 @@ Compiling status reports - best practices
</ul>
<p>Some more blabla ...
5) After the a couple iterations of the above, wrap the whole thing in a
5) After a couple of iterations of the above, wrap the whole thing in a
report template:
<?xml version="1.0" encoding="iso-8859-1" ?>
@ -136,14 +136,11 @@ Report//EN"
the html helps. Make sure you have an up-to-date doc tree.
6) Sending it out:
- Just prior to committing, build the html locally.
- Extract a text version: lynx -dump -nolist report.html > report.txt
- Prettify.
- Send out To: hackers, CC: current, stable. New email to: announce@ this
one needs to be approved. Find somebody who can do that before you
start.
- Commit. Also update the next due date in status.sgml and link to the
new report.
- Commit, hooking the report XML to the build but not linking to it
from anywhere. This gives time for other committers to review and
suggest minor changes.
- After a few days, collate and commit the changes. Also update the
next due date in status.xml and link to the new report.
- Add a news entry to head/share/xml/news.xml. Template:
<event>
<title>June-October, 2006 Status Report</title>
@ -152,5 +149,10 @@ Report//EN"
href="&enbase;/news/status/report-2006-06-2006-10.html">now
available</a> with 49 entries.</p>
</event>
- Extract a text version with the command
lynx -dump -nolist report.html > report.txt and prettify it.
- Send out To: hackers, CC: current, stable. New email to: announce@.
This needs to be approved, so find someone who can do that before you
start.
7) Repeat.