aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-09-30 15:50:24 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-09-30 15:50:24 +0000
commit36aae089f6232a902dda383f0755b1afb3cf268b (patch)
tree1230c33a75b1201d443d02434e1d3281a915cc4a /en_US.ISO8859-1
parent711d9ff66089b3f266835ebd0f5d6fea5a177429 (diff)
downloaddoc-36aae089f6232a902dda383f0755b1afb3cf268b.tar.gz
doc-36aae089f6232a902dda383f0755b1afb3cf268b.zip
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)
Notes
Notes: svn path=/head/; revision=54555
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/articles/freebsd-releng/article.xml66
1 files changed, 66 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/articles/freebsd-releng/article.xml b/en_US.ISO8859-1/articles/freebsd-releng/article.xml
index 6f1ac25ad4..0c5b5c7073 100644
--- a/en_US.ISO8859-1/articles/freebsd-releng/article.xml
+++ b/en_US.ISO8859-1/articles/freebsd-releng/article.xml
@@ -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>