Add a skeleton for the future release status page.
This commit is contained in:
parent
3c0cb7c533
commit
3a7c52a8a4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33980
1 changed files with 109 additions and 0 deletions
109
en/releases/7.2R/status.sgml
Normal file
109
en/releases/7.2R/status.sgml
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY local.rel "7.2">
|
||||
<!ENTITY title "FreeBSD 7.2 Status Page">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
<!-- Status levels -->
|
||||
<!ENTITY status.na "<font color=green>N/A</font>">
|
||||
<!ENTITY status.done "<font color=green>Done</font>">
|
||||
<!ENTITY status.none "<font color=green>None</font>">
|
||||
<!ENTITY status.ok "<font color=green>On schedule, no blockers</font>">
|
||||
<!ENTITY status.blocked "<font color=red>Blocked</font>">
|
||||
<!ENTITY status.wip "<font color=blue>In progress</font>">
|
||||
<!ENTITY status.untested "<font color=orange>Needs testing</font>">
|
||||
<!ENTITY status.new "<font color=red>Not done</font>">
|
||||
<!ENTITY status.unknown "<font color=red>Unknown</font>">
|
||||
<!ENTITY status.deferred "<font color=gray>Deferred for future release</font>">
|
||||
|
||||
<!ENTITY url.cvsweb "http://www.freebsd.org/cgi/cvsweb.cgi">
|
||||
<!ENTITY url.mid "http://docs.freebsd.org/cgi/mid.cgi?">
|
||||
<!ENTITY url.pr "http://www.freebsd.org/cgi/query-pr.cgi?">
|
||||
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
||||
Changes to this list MUST NOT be committed without approval of the
|
||||
Release Engineering Team (re@FreeBSD.org).
|
||||
|
||||
-->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>This is a status page for FreeBSD &local.rel;. If you have any
|
||||
updates for these lists, please e-mail re@FreeBSD.org.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="#status">Overall Status</a></li>
|
||||
<li><a href="#showstopper">Showstoppers</a></li>
|
||||
<li><a href="#feature">Feature enhancement</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Overall Status for &local.rel;-RELEASE</h3>
|
||||
|
||||
<a name="status"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Status</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>&status.ok;</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Showstoppers for &local.rel;-RELEASE</h3>
|
||||
|
||||
<a name="showstoppers"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Issue</th>
|
||||
<th>Status</th>
|
||||
<th>Responsible</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>&status.none;</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Feature enhancement that may be interesting for &local.rel;-RELEASE</h3>
|
||||
|
||||
<p>The following is a list of some desired features and enhancements
|
||||
that could be added to &local.rel;-RELEASE if a developer has the
|
||||
opportunity to work on. The integrity and the quality of the
|
||||
&local.rel;-RELEASE is not impacted by these items.<p>
|
||||
|
||||
<a name="feature"></a>
|
||||
<table class="tblbasic">
|
||||
<tr class="heading">
|
||||
<th>Feature</th>
|
||||
<th>Status</th>
|
||||
<th>Responsible</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue