Refresh the status report README to reflect the recent report production
process. Hat: monthly Reviewed by: pgj
This commit is contained in:
parent
7b859aec6f
commit
57b4114173
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41126
1 changed files with 12 additions and 10 deletions
|
@ -25,7 +25,7 @@ Compiling status reports - best practices
|
||||||
|
|
||||||
4) Putting it all together:
|
4) Putting it all together:
|
||||||
- Copy and paste all reports in a single .xml file and use tidy(1) to get
|
- 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
|
the closing "/>" which is the cause for most of the errors you will
|
||||||
encounter. Sometimes other closing tags are missing.
|
encounter. Sometimes other closing tags are missing.
|
||||||
- Invoking tidy with the following options seems to cause the fewest
|
- Invoking tidy with the following options seems to cause the fewest
|
||||||
|
@ -44,7 +44,7 @@ Compiling status reports - best practices
|
||||||
</ul>
|
</ul>
|
||||||
<p>Some more blabla ...
|
<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:
|
report template:
|
||||||
|
|
||||||
<?xml version="1.0" encoding="iso-8859-1" ?>
|
<?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.
|
the html helps. Make sure you have an up-to-date doc tree.
|
||||||
|
|
||||||
6) Sending it out:
|
6) Sending it out:
|
||||||
- Just prior to committing, build the html locally.
|
- Commit, hooking the report XML to the build but not linking to it
|
||||||
- Extract a text version: lynx -dump -nolist report.html > report.txt
|
from anywhere. This gives time for other committers to review and
|
||||||
- Prettify.
|
suggest minor changes.
|
||||||
- Send out To: hackers, CC: current, stable. New email to: announce@ this
|
- After a few days, collate and commit the changes. Also update the
|
||||||
one needs to be approved. Find somebody who can do that before you
|
next due date in status.xml and link to the new report.
|
||||||
start.
|
|
||||||
- Commit. Also update the next due date in status.sgml and link to the
|
|
||||||
new report.
|
|
||||||
- Add a news entry to head/share/xml/news.xml. Template:
|
- Add a news entry to head/share/xml/news.xml. Template:
|
||||||
<event>
|
<event>
|
||||||
<title>June-October, 2006 Status Report</title>
|
<title>June-October, 2006 Status Report</title>
|
||||||
|
@ -152,5 +149,10 @@ Report//EN"
|
||||||
href="&enbase;/news/status/report-2006-06-2006-10.html">now
|
href="&enbase;/news/status/report-2006-06-2006-10.html">now
|
||||||
available</a> with 49 entries.</p>
|
available</a> with 49 entries.</p>
|
||||||
</event>
|
</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.
|
7) Repeat.
|
||||||
|
|
Loading…
Reference in a new issue