JAL-4004 existing releases-VERSION.md files and releases.html template
[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 ul {
27         /* remove bullets, narrower indent */
28         list-style-type: none;
29         margin: 0;
30         padding-left: 10px;
31         padding-bottom: 4px;
32 }
33
34 li {
35         /* separate the items from eachother */
36         margin-left: -3px;
37         padding-bottom: 3px;
38         padding-left: 6px;
39 }
40
41 li:before {
42         /*   doesnt get processed in javahelp */
43         content: '\00b7 ';
44         padding: 3px;
45         margin-left: -14px;
46 }
47 </style>
48 </head>
49 <body>
50   <p>
51     <strong>Release History</strong>
52   </p>
53   <table border="1">
54     <tr>
55       <th nowrap><a id="Jalview.$$Version-Rel$$"><em>Release</em></th>
56       <th><em>New Features</em></th>
57       <th><em>Issues Resolved</em></th>
58     </tr>
59     <tr>
60 __VERSION_LOOP_START__
61       <td width="60" align="center" nowrap><strong><a
62           id="Jalview.__BRANCH_VERSION__">__BRANCH_VERSION__</a><a id="Jalview.__VERSION__">__MINOR_VERSION__</a><br />
63           <em>__DISPLAY_DATE__</em></strong></td>
64       <td align="left" valign="top">
65 __NEW_FEATURES__
66       </td>
67       <td align="left" valign="top">
68 __KNOWN_ISSUES__
69       </td>
70     </tr>
71 __VERSION_LOOP_END__
72   </table>
73   <p>&nbsp;</p>
74 </body>
75 </html>