Add a section noting what files to update on the website when

a release reaches End-of-Life.

Discussed with:	emaste
Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-09-30 15:50:24 +00:00
parent 711d9ff660
commit 36aae089f6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54555

View file

@ -495,4 +495,70 @@
</sect2>
</sect1>
<sect1 xml:id="releng-eol">
<title>Release End-of-Life</title>
<para>This section describes the website-related files to update
when a release reaches <acronym>EoL</acronym>
(End-of-Life).</para>
<sect2 xml:id="releng-eol-website">
<title>Website Updates for End-of-Life</title>
<para>When a release reaches End-of-Life, references to that
release should be removed and/or updated on the
website:</para>
<informaltable frame="none" pgwide="0">
<tgroup cols="2">
<thead>
<row>
<entry>File</entry>
<entry>What to Change</entry>
</row>
</thead>
<tbody>
<row>
<entry><filename>head/en_US.ISO8859-1/htdocs/index.xsl</filename></entry>
<entry>Remove <literal>&amp;u.relXXX.announce;</literal>
and <literal>&amp;u.relXXX.current;</literal>
references.</entry>
</row>
<row>
<entry><filename>head/en_US.ISO8859-1/htdocs/releases/index.xml</filename></entry>
<entry>Move the &amp;u.relXXX.*; macros from the
supported release list to the Legacy Releases
list.</entry>
</row>
<row>
<entry><filename>head/en_US.ISO8859-1/htdocs/releng/index.xml</filename></entry>
<entry>Update the appropriate releng branch to refelect
the branch is no longer supported.</entry>
</row>
<row>
<entry><filename>head/en_US.ISO8859-1/htdocs/security/security.xml</filename></entry>
<entry>Remove the branch from the supported branch
list.</entry>
</row>
<row>
<entry><filename>head/en_US.ISO8859-1/htdocs/where.xml</filename></entry>
<entry>Remove the URLs for the release.</entry>
</row>
<row>
<entry><filename>head/share/xml/navibar.ent</filename></entry>
<entry>Remove <literal>&amp;u.relXXX.announce;</literal>
and <literal>&amp;u.relXXX.current;</literal>
references.</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</sect2>
</sect1>
</article>