JAL-4004 cosmetic improvements for Java documentation renderer
authorBen Soares <bsoares@dundee.ac.uk>
Tue, 10 May 2022 09:06:38 +0000 (10:06 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Tue, 10 May 2022 09:06:38 +0000 (10:06 +0100)
build.gradle
help/help/html/releases.html
help/help/html/whatsNew.html
help/templates/releases.html
help/templates/whatsNew.html

index 1056124..51c7eb2 100644 (file)
@@ -138,6 +138,7 @@ ext {
   if (findProperty("JALVIEW_VERSION")==null || "".equals(JALVIEW_VERSION)) {
     JALVIEW_VERSION = releaseProps.get("jalview.version")
   }
   if (findProperty("JALVIEW_VERSION")==null || "".equals(JALVIEW_VERSION)) {
     JALVIEW_VERSION = releaseProps.get("jalview.version")
   }
+  println("JALVIEW_VERSION is set to '${JALVIEW_VERSION}'")
   
   // this property set when running Eclipse headlessly
   j2sHeadlessBuildProperty = string("net.sf.j2s.core.headlessbuild")
   
   // this property set when running Eclipse headlessly
   j2sHeadlessBuildProperty = string("net.sf.j2s.core.headlessbuild")
@@ -1475,7 +1476,7 @@ task releasesTemplates {
         }
         firstPart = false
       }
         }
         firstPart = false
       }
-      def displayDate = releaseFilesDates[rFile].format("d MMMMM yyyy")
+      def displayDate = releaseFilesDates[rFile].format("dd/MM/yyyy")
 
         def lm = null
         def rContentProcessed = ""
 
         def lm = null
         def rContentProcessed = ""
@@ -1515,12 +1516,15 @@ task releasesTemplates {
     releasesHtmlFile.text = releasesTemplate
 
     if (whatsnewMdFile.exists()) {
     releasesHtmlFile.text = releasesTemplate
 
     if (whatsnewMdFile.exists()) {
+      def wnDisplayDate = releaseFilesDates[releaseMdFile] != null ? releaseFilesDates[releaseMdFile].format("dd MMMM yyyy") : ""
       def whatsnewMd = hugoTemplateSubstitutions(whatsnewMdFile.text)
       Node whatsnewNode = parser.parse(whatsnewMd)
       String whatsnewHtml = renderer.render(whatsnewNode)
       whatsnewHtml = whatsnewTemplateFile.text.replaceAll("__WHATS_NEW__", whatsnewHtml)
       whatsnewHtmlFile.text = hugoTemplateSubstitutions(whatsnewHtml,
       def whatsnewMd = hugoTemplateSubstitutions(whatsnewMdFile.text)
       Node whatsnewNode = parser.parse(whatsnewMd)
       String whatsnewHtml = renderer.render(whatsnewNode)
       whatsnewHtml = whatsnewTemplateFile.text.replaceAll("__WHATS_NEW__", whatsnewHtml)
       whatsnewHtmlFile.text = hugoTemplateSubstitutions(whatsnewHtml,
-        [:]
+        [
+          DISPLAY_DATE: wnDisplayDate
+        ]
       )
     }
 
       )
     }
 
index 2924858..70db82f 100644 (file)
@@ -30,13 +30,13 @@ table, th, td {
 ul {
   padding: 2;
   margin-left: 18;
 ul {
   padding: 2;
   margin-left: 18;
-  list-style-type: square;
+  list-style-type: disc;
 }
 ul ul {
   list-style-type: circle;
 }
 ul ul ul {
 }
 ul ul {
   list-style-type: circle;
 }
 ul ul ul {
-  list-style-type: disc;
+  list-style-type: square;
 }
 li::marker {
   color: #0084A8;
 }
 li::marker {
   color: #0084A8;
@@ -45,7 +45,7 @@ li {
   padding-bottom: 5;
 }
 th {
   padding-bottom: 5;
 }
 th {
-  font-size: 110%;
+  font-size: 100%;
   text-style: none;
   font-weight: bold;
   padding: 5;
   text-style: none;
   font-weight: bold;
   padding: 5;
@@ -59,7 +59,7 @@ th {
 }
 td {
   vertical-align: top;
 }
 td {
   vertical-align: top;
-  padding: 10;
+  padding: 2;
 }
 td.release {
   width: 8%;
 }
 td.release {
   width: 8%;
@@ -67,6 +67,7 @@ td.release {
   text-style: italic;
   text-overflow: ellipsis;
   white-space: nowrap;
   text-style: italic;
   text-overflow: ellipsis;
   white-space: nowrap;
+  padding-top: 15;
 }
 td.new_features,
 td.issues_resolved {
 }
 td.new_features,
 td.issues_resolved {
@@ -90,7 +91,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong><a id="Jalview.2">2</a><a id="Jalview.2.11">.11</a><a id="Jalview.2.11.2">.2</a><a id="Jalview.2.11.2.2">.2</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong><a id="Jalview.2">2</a><a id="Jalview.2.11">.11</a><a id="Jalview.2.11.2">.2</a><a id="Jalview.2.11.2.2">.2</a></strong>
         <br />
-        <em>19 April 2022</em>
+        <em>19/04/2022</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -110,7 +111,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.2<a id="Jalview.2.11.2.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.2<a id="Jalview.2.11.2.1">.1</a></strong>
         <br />
-        <em>5 April 2022</em>
+        <em>05/04/2022</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -141,7 +142,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.2<a id="Jalview.2.11.2.0">.0</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.2<a id="Jalview.2.11.2.0">.0</a></strong>
         <br />
-        <em>10 March 2022</em>
+        <em>10/03/2022</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -245,7 +246,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11<a id="Jalview.2.11.1">.1</a><a id="Jalview.2.11.1.7">.7</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11<a id="Jalview.2.11.1">.1</a><a id="Jalview.2.11.1.7">.7</a></strong>
         <br />
-        <em>18 January 2022</em>
+        <em>18/01/2022</em>
       </td>
       <td class="new_features" align="left" valign="top">
 
       </td>
       <td class="new_features" align="left" valign="top">
 
@@ -265,7 +266,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.6">.6</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.6">.6</a></strong>
         <br />
-        <em>6 January 2022</em>
+        <em>06/01/2022</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Security</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Security</em></p>
@@ -282,7 +283,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.5">.5</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.5">.5</a></strong>
         <br />
-        <em>20 December 2021</em>
+        <em>20/12/2021</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Security</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Security</em></p>
@@ -311,7 +312,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.4">.4</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.4">.4</a></strong>
         <br />
-        <em>9 March 2021</em>
+        <em>09/03/2021</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Improved control of Jalview's use of network services via jalview_properties</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Improved control of Jalview's use of network services via jalview_properties</em></p>
@@ -339,7 +340,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.3">.3</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.3">.3</a></strong>
         <br />
-        <em>29 October 2020</em>
+        <em>29/10/2020</em>
       </td>
       <td class="new_features" align="left" valign="top">
 
       </td>
       <td class="new_features" align="left" valign="top">
 
@@ -370,7 +371,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.2">.2</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.2">.2</a></strong>
         <br />
-        <em>25 September 2020</em>
+        <em>25/09/2020</em>
       </td>
       <td class="new_features" align="left" valign="top">
 
       </td>
       <td class="new_features" align="left" valign="top">
 
@@ -386,7 +387,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.1">.1</a></strong>
         <br />
-        <em>17 September 2020</em>
+        <em>17/09/2020</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -456,7 +457,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.0">.0</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11.1<a id="Jalview.2.11.1.0">.0</a></strong>
         <br />
-        <em>22 April 2020</em>
+        <em>22/04/2020</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -542,7 +543,7 @@ td.issues_resolved {
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11<a id="Jalview.2.11.0">.0</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.11<a id="Jalview.2.11.0">.0</a></strong>
         <br />
-        <em>4 July 2019</em>
+        <em>04/07/2019</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -718,7 +719,7 @@ Only visible regions of alignment are shown by default (can be changed in user p
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.10">.10</a><a id="Jalview.2.10.5">.5</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.10">.10</a><a id="Jalview.2.10.5">.5</a></strong>
         <br />
-        <em>10 September 2018</em>
+        <em>10/09/2018</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -760,7 +761,7 @@ Only visible regions of alignment are shown by default (can be changed in user p
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.4b1">.4b1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.4b1">.4b1</a></strong>
         <br />
-        <em>7 June 2018</em>
+        <em>07/06/2018</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -791,7 +792,7 @@ Only visible regions of alignment are shown by default (can be changed in user p
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.4">.4</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.4">.4</a></strong>
         <br />
-        <em>10 May 2018</em>
+        <em>10/05/2018</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -849,7 +850,7 @@ Only visible regions of alignment are shown by default (can be changed in user p
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.3b1">.3b1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.3b1">.3b1</a></strong>
         <br />
-        <em>24 January 2018</em>
+        <em>24/01/2018</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -875,7 +876,7 @@ Only visible regions of alignment are shown by default (can be changed in user p
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.3">.3</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.3">.3</a></strong>
         <br />
-        <em>17 November 2017</em>
+        <em>17/11/2017</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -965,7 +966,7 @@ Only visible regions of alignment are shown by default (can be changed in user p
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.2b2">.2b2</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.2b2">.2b2</a></strong>
         <br />
-        <em>2 October 2017</em>
+        <em>02/10/2017</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>New features in Jalview Desktop</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>New features in Jalview Desktop</em></p>
@@ -983,7 +984,7 @@ Only visible regions of alignment are shown by default (can be changed in user p
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.2b1">.2b1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.2b1">.2b1</a></strong>
         <br />
-        <em>7 September 2017</em>
+        <em>07/09/2017</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -1014,7 +1015,7 @@ Only visible regions of alignment are shown by default (can be changed in user p
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.2">.2</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.2">.2</a></strong>
         <br />
-        <em>17 August 2017</em>
+        <em>17/08/2017</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Calculations</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Calculations</em></p>
@@ -1212,7 +1213,7 @@ Enter the following in the Groovy console to restore pre-2.10.2 behaviour:<br/>
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.1">.1</a></strong>
         <br />
-        <em>29 November 2016</em>
+        <em>29/11/2016</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
@@ -1265,7 +1266,7 @@ Enter the following in the Groovy console to restore pre-2.10.2 behaviour:<br/>
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.0b1">.0b1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.0b1">.0b1</a></strong>
         <br />
-        <em>25 October 2016</em>
+        <em>25/10/2016</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
@@ -1308,7 +1309,7 @@ Enter the following in the Groovy console to restore pre-2.10.2 behaviour:<br/>
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.0">.0</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.10<a id="Jalview.2.10.0">.0</a></strong>
         <br />
-        <em>6 October 2016</em>
+        <em>06/10/2016</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
@@ -1444,7 +1445,7 @@ Enter the following in the Groovy console to restore pre-2.10.2 behaviour:<br/>
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.9<a id="Jalview.2.9.0b2">.0b2</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.9<a id="Jalview.2.9.0b2">.0b2</a></strong>
         <br />
-        <em>16 October 2015</em>
+        <em>16/10/2015</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
@@ -1466,7 +1467,7 @@ Enter the following in the Groovy console to restore pre-2.10.2 behaviour:<br/>
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.9<a id="Jalview.2.9.0b1">.0b1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.9<a id="Jalview.2.9.0b1">.0b1</a></strong>
         <br />
-        <em>8 October 2015</em>
+        <em>08/10/2015</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
@@ -1521,7 +1522,7 @@ Enter the following in the Groovy console to restore pre-2.10.2 behaviour:<br/>
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.9">.9</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.9">.9</a></strong>
         <br />
-        <em>10 September 2015</em>
+        <em>10/09/2015</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
@@ -1679,7 +1680,7 @@ LGPL libraries courtesy of <a href="http://www.randelshofer.ch/quaqua/">http://w
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.8<a id="Jalview.2.8.2b1">.2b1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.8<a id="Jalview.2.8.2b1">.2b1</a></strong>
         <br />
-        <em>15 December 2014</em>
+        <em>15/12/2014</em>
       </td>
       <td class="new_features" align="left" valign="top">
 
       </td>
       <td class="new_features" align="left" valign="top">
 
@@ -1696,7 +1697,7 @@ LGPL libraries courtesy of <a href="http://www.randelshofer.ch/quaqua/">http://w
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.8<a id="Jalview.2.8.2">.2</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.8<a id="Jalview.2.8.2">.2</a></strong>
         <br />
-        <em>3 December 2014</em>
+        <em>03/12/2014</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
@@ -1791,7 +1792,7 @@ LGPL libraries courtesy of <a href="http://www.randelshofer.ch/quaqua/">http://w
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.8<a id="Jalview.2.8.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.8<a id="Jalview.2.8.1">.1</a></strong>
         <br />
-        <em>4 June 2014</em>
+        <em>04/06/2014</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>General</em></p>
@@ -1871,7 +1872,7 @@ LGPL libraries courtesy of <a href="http://www.randelshofer.ch/quaqua/">http://w
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.8<a id="Jalview.2.8.0b1">.0b1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.8<a id="Jalview.2.8.0b1">.0b1</a></strong>
         <br />
-        <em>30 January 2014</em>
+        <em>30/01/2014</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -1937,7 +1938,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.8">.8</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.8">.8</a></strong>
         <br />
-        <em>12 November 2012</em>
+        <em>12/11/2012</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
@@ -2051,7 +2052,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.7">.7</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.7">.7</a></strong>
         <br />
-        <em>27 September 2011</em>
+        <em>27/09/2011</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
@@ -2193,7 +2194,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.6<a id="Jalview.2.6.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.6<a id="Jalview.2.6.1">.1</a></strong>
         <br />
-        <em>15 November 2010</em>
+        <em>15/11/2010</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
@@ -2225,7 +2226,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.6">.6</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.6">.6</a></strong>
         <br />
-        <em>26 September 2010</em>
+        <em>26/09/2010</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>Application</em></p>
@@ -2275,7 +2276,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.5<a id="Jalview.2.5.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.5<a id="Jalview.2.5.1">.1</a></strong>
         <br />
-        <em>14 June 2010</em>
+        <em>14/06/2010</em>
       </td>
       <td class="new_features" align="left" valign="top">
 
       </td>
       <td class="new_features" align="left" valign="top">
 
@@ -2319,7 +2320,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.5">.5</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.5">.5</a></strong>
         <br />
-        <em>30 April 2010</em>
+        <em>30/04/2010</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>New Capabilities</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>New Capabilities</em></p>
@@ -2412,7 +2413,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.4<a id="Jalview.2.4.0">.0</a><a id="Jalview.2.4.0.b2">.b2</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.4<a id="Jalview.2.4.0">.0</a><a id="Jalview.2.4.0.b2">.b2</a></strong>
         <br />
-        <em>28 October 2009</em>
+        <em>28/10/2009</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2447,7 +2448,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.4">.4</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.4">.4</a></strong>
         <br />
-        <em>27 August 2008</em>
+        <em>27/08/2008</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>User Interface</em></p>
       </td>
       <td class="new_features" align="left" valign="top">
 <p><em>User Interface</em></p>
@@ -2576,7 +2577,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.3">.3</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.3">.3</a></strong>
         <br />
-        <em>9 May 2007</em>
+        <em>09/05/2007</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2615,7 +2616,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.2<a id="Jalview.2.2.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.2<a id="Jalview.2.2.1">.1</a></strong>
         <br />
-        <em>12 February 2007</em>
+        <em>12/02/2007</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2642,7 +2643,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.2">.2</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.2">.2</a></strong>
         <br />
-        <em>27 November 2006</em>
+        <em>27/11/2006</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2686,7 +2687,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.1<a id="Jalview.2.1.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.1<a id="Jalview.2.1.1">.1</a></strong>
         <br />
-        <em>12 September 2006</em>
+        <em>12/09/2006</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2708,7 +2709,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.1">.1</a></strong>
         <br />
-        <em>22 August 2006</em>
+        <em>22/08/2006</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2740,7 +2741,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.08<a id="Jalview.2.08.1">.1</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2.08<a id="Jalview.2.08.1">.1</a></strong>
         <br />
-        <em>2 May 2006</em>
+        <em>02/05/2006</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2761,7 +2762,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.08b">.08b</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.08b">.08b</a></strong>
         <br />
-        <em>18 April 2006</em>
+        <em>18/04/2006</em>
       </td>
       <td class="new_features" align="left" valign="top">
 
       </td>
       <td class="new_features" align="left" valign="top">
 
@@ -2778,7 +2779,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.08">.08</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.08">.08</a></strong>
         <br />
-        <em>10 April 2006</em>
+        <em>10/04/2006</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2805,7 +2806,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.07">.07</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.07">.07</a></strong>
         <br />
-        <em>12 December 2005</em>
+        <em>12/12/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2830,7 +2831,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.06">.06</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.06">.06</a></strong>
         <br />
-        <em>28 September 2005</em>
+        <em>28/09/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2851,7 +2852,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.05b">.05b</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.05b">.05b</a></strong>
         <br />
-        <em>15 September 2005</em>
+        <em>15/09/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2874,7 +2875,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.05">.05</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.05">.05</a></strong>
         <br />
-        <em>30 August 2005</em>
+        <em>30/08/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2893,7 +2894,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.04">.04</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.04">.04</a></strong>
         <br />
-        <em>24 August 2005</em>
+        <em>24/08/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2913,7 +2914,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.03">.03</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.03">.03</a></strong>
         <br />
-        <em>18 August 2005</em>
+        <em>18/08/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2938,7 +2939,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.02">.02</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.02">.02</a></strong>
         <br />
-        <em>18 July 2005</em>
+        <em>18/07/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 
       </td>
       <td class="new_features" align="left" valign="top">
 
@@ -2954,7 +2955,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.01">.01</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.01">.01</a></strong>
         <br />
-        <em>12 July 2005</em>
+        <em>12/07/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
@@ -2981,7 +2982,7 @@ Certificate was donated by <a href="https://www.certum.eu">Certum</a> to the Jal
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.0">.0</a></strong>
         <br />
       <td class="release" align="center" valign="top" nowrap>
         <strong>2<a id="Jalview.2.0">.0</a></strong>
         <br />
-        <em>20 June 2005</em>
+        <em>20/06/2005</em>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
       </td>
       <td class="new_features" align="left" valign="top">
 <ul>
index 750465f..2bfed88 100644 (file)
@@ -26,6 +26,7 @@
   <p>
     <strong>Welcome to Jalview Version $$Version-Rel$$ !!</strong><br/>
   </p>
   <p>
     <strong>Welcome to Jalview Version $$Version-Rel$$ !!</strong><br/>
   </p>
+  <p><em>19 April 2022</em></p>
 <p>Jalview 2.11.2.2 is the second patch release in the 2.11.2 series.</p>
 
   <p>
 <p>Jalview 2.11.2.2 is the second patch release in the 2.11.2 series.</p>
 
   <p>
index 806201f..aa35873 100755 (executable)
@@ -30,13 +30,13 @@ table, th, td {
 ul {
   padding: 2;
   margin-left: 18;
 ul {
   padding: 2;
   margin-left: 18;
-  list-style-type: square;
+  list-style-type: disc;
 }
 ul ul {
   list-style-type: circle;
 }
 ul ul ul {
 }
 ul ul {
   list-style-type: circle;
 }
 ul ul ul {
-  list-style-type: disc;
+  list-style-type: square;
 }
 li::marker {
   color: #0084A8;
 }
 li::marker {
   color: #0084A8;
@@ -45,7 +45,7 @@ li {
   padding-bottom: 5;
 }
 th {
   padding-bottom: 5;
 }
 th {
-  font-size: 110%;
+  font-size: 100%;
   text-style: none;
   font-weight: bold;
   padding: 5;
   text-style: none;
   font-weight: bold;
   padding: 5;
@@ -59,7 +59,7 @@ th {
 }
 td {
   vertical-align: top;
 }
 td {
   vertical-align: top;
-  padding: 10;
+  padding: 2;
 }
 td.release {
   width: 8%;
 }
 td.release {
   width: 8%;
@@ -67,6 +67,7 @@ td.release {
   text-style: italic;
   text-overflow: ellipsis;
   white-space: nowrap;
   text-style: italic;
   text-overflow: ellipsis;
   white-space: nowrap;
+  padding-top: 15;
 }
 td.new_features,
 td.issues_resolved {
 }
 td.new_features,
 td.issues_resolved {
index 1a046e0..52df728 100755 (executable)
@@ -26,6 +26,7 @@
   <p>
     <strong>Welcome to Jalview Version $$Version-Rel$$ !!</strong><br/>
   </p>
   <p>
     <strong>Welcome to Jalview Version $$Version-Rel$$ !!</strong><br/>
   </p>
+  <p><em>__DISPLAY_DATE__</em></p>
 __WHATS_NEW__
   <p>
     This release series provides support for two popular 3D
 __WHATS_NEW__
   <p>
     This release series provides support for two popular 3D