com presentations: Key for the supported versions page: phpce18.html slides/intro/supported.xml

[email protected] (Rasmus Lerdorf) Thu, 25 Oct 2018 10:18:10 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    902e3fd2ed985778d8a6b07dddfbc81cb2ca8fcf
Author:    Rasmus Lerdorf <[email protected]>         Thu, 25 Oct 2018 12:18:10 +0200
Parents:   8c3a5686fa7924d4ddacc9e5599c509e5db9ef3f
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=902e3fd2ed985778d8a6b07dddfbc81cb2ca8fcf

Log:
Key for the supported versions page

Changed paths:
  M  phpce18.html
  M  slides/intro/supported.xml


Diff:
diff --git a/phpce18.html b/phpce18.html
index b77605f..dfb1e98 100644
--- a/phpce18.html
+++ b/phpce18.html
@@ -434,6 +434,20 @@ echo array_key_last($a);
 		<section id="supported">
 		<h2 style="text-align:center;">Version Support</h2>
 		<img src="http://php.net/images/supported-versions.php" align="center" width="" height="">
+<font size="6em">
+<table align="left" width="60%" border="0" style="margin-left: 1em;"><tr>
+ <td bgcolor="#90C090"><span style="font-size: 1em;">Active Support</span>
+ </td> <td ><span style="">Regular releases and security fixes</span>
+ </td></tr>
+<tr>
+ <td bgcolor="#F09030"><span style="font-size: 1em;">Security Fixes</span>
+ </td> <td ><span style="">Only security fixes</span>
+ </td></tr>
+<tr>
+ <td bgcolor="F03030"><span style="font-size: 1em;">End of Life</span>
+ </td> <td ><span style="">No longer supported</span>
+ </td></tr>
+</table></font><br />
 		</section>	</section>
 	<section>
 		<section id="impact">
diff --git a/slides/intro/supported.xml b/slides/intro/supported.xml
index 7962a6c..c0d4f67 100644
--- a/slides/intro/supported.xml
+++ b/slides/intro/supported.xml
@@ -1,4 +1,9 @@
 <slide section="supported">
 <blurb fontsize="10em" align="center">Version Support</blurb>
 <image filename="http://php.net/images/supported-versions.php" align="center"/>
+<table columns="2" border="0" width="60%" align="left" marginleft="1em" fontsize="6em">
+<cell bgcolor="#90C090" fontsize="1em">Active Support</cell><cell>Regular releases and security fixes</cell>
+<cell bgcolor="#F09030" fontsize="1em">Security Fixes</cell><cell>Only security fixes</cell>
+<cell bgcolor="F03030" fontsize="1em">End of Life</cell><cell>No longer supported</cell>
+</table>
 </slide>