JAL-4004 gradle releasesTemplates builds releases.html
[jalview.git] / help / templates / releases.html
1
2 <html>
3 <!--
4  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
5  * Copyright (C) $$Year-Rel$$ The Jalview Authors
6  * 
7  * This file is part of Jalview.
8  * 
9  * Jalview is free software: you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License 
11  * as published by the Free Software Foundation, either version 3
12  * of the License, or (at your option) any later version.
13  *  
14  * Jalview is distributed in the hope that it will be useful, but 
15  * WITHOUT ANY WARRANTY; without even the implied warranty 
16  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
17  * PURPOSE.  See the GNU General Public License for more details.
18  * 
19  * You should have received a copy of the GNU General Public License
20  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
21  * The Jalview Authors are detailed in the 'AUTHORS' file.
22  -->
23 <head>
24 <title>Release History</title>
25 <style>
26 table, th, td {
27   border: solid #ccc 1px;
28   border-collapse: collapse;
29 }
30 h3 {
31   font-size: 110%;
32   margin: 0.1rem 0 0.1rem 0;
33   font-style: italic;
34 }
35
36 ul {
37   padding-left: 1rem;
38   padding-bottom: 0.25rem;
39 }
40 ul {
41   list-style-type: square;
42 }
43 ul ul {
44   list-style-type: circle;
45 }
46 ul ul ul {
47   list-style-type: disc;
48 }
49 li::marker {
50   color: hsla(193,100%,33%,.95);
51 }
52 li {
53   padding-top: 0.25rem;
54 }
55 th {
56   font-size: 125%;
57   margin: 0.1rem 0 0.3rem 0;
58   text-style: none;
59   font-weight: bold;
60   padding: 0.5rem 1rem;
61 }
62 .release {
63   text-align: center;
64 }
65 .new_features,
66 .issues_resolved {
67   text-align: left;
68 }
69 td {
70   vertical-align: top;
71   padding: 0.5rem;
72 }
73 td.release {
74   width: 8%;
75   font-weight: bold;
76   text-style: italic;
77   text-overflow: ellipsis;
78   white-space: nowrap;
79 }
80 td.new_features,
81 td.issues_resolved {
82   width: 46%;
83   text-align: left;
84 }
85 </style>
86 </head>
87 <body>
88   <p>
89     <strong>Release History</strong>
90   </p>
91   <table border="1">
92     <tr>
93       <th class="release" align="center" valign="top" nowrap><a id="Jalview.$$Version-Rel$$">Release</th>
94       <th class="new_features" align="left" valign="top">New Features</th>
95       <th class="issues_resolved" align="left" valign="top">Issues Resolved</th>
96     </tr>
97     <tr>
98 __VERSION_LOOP_START__
99       <td class="release" align="left" valign="top" nowrap>
100         <strong>__VERSION_LINK__</strong>
101         <br />
102         <em>__DISPLAY_DATE__</em>
103       </td>
104       <td class="new_features" align="left" valign="top">
105 __NEW_FEATURES__
106       </td>
107       <td class="issues_resolved" align="left" valign="top">
108 __ISSUES_RESOLVED__
109       </td>
110     </tr>
111 __VERSION_LOOP_END__
112   </table>
113   <p>&nbsp;</p>
114 </body>
115 </html>