JAL-4004 existing releases-VERSION.md files and releases.html template
[jalview.git] / help / templates / releases.html
diff --git a/help/templates/releases.html b/help/templates/releases.html
new file mode 100755 (executable)
index 0000000..d90514f
--- /dev/null
@@ -0,0 +1,75 @@
+
+<html>
+<!--
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * 
+ * This file is part of Jalview.
+ * 
+ * Jalview is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License 
+ * as published by the Free Software Foundation, either version 3
+ * of the License, or (at your option) any later version.
+ *  
+ * Jalview is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty 
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+ * PURPOSE.  See the GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
+ -->
+<head>
+<title>Release History</title>
+<style>
+ul {
+       /* remove bullets, narrower indent */
+       list-style-type: none;
+       margin: 0;
+       padding-left: 10px;
+       padding-bottom: 4px;
+}
+
+li {
+       /* separate the items from eachother */
+       margin-left: -3px;
+       padding-bottom: 3px;
+       padding-left: 6px;
+}
+
+li:before {
+       /*   doesnt get processed in javahelp */
+       content: '\00b7 ';
+       padding: 3px;
+       margin-left: -14px;
+}
+</style>
+</head>
+<body>
+  <p>
+    <strong>Release History</strong>
+  </p>
+  <table border="1">
+    <tr>
+      <th nowrap><a id="Jalview.$$Version-Rel$$"><em>Release</em></th>
+      <th><em>New Features</em></th>
+      <th><em>Issues Resolved</em></th>
+    </tr>
+    <tr>
+__VERSION_LOOP_START__
+      <td width="60" align="center" nowrap><strong><a
+          id="Jalview.__BRANCH_VERSION__">__BRANCH_VERSION__</a><a id="Jalview.__VERSION__">__MINOR_VERSION__</a><br />
+          <em>__DISPLAY_DATE__</em></strong></td>
+      <td align="left" valign="top">
+__NEW_FEATURES__
+      </td>
+      <td align="left" valign="top">
+__KNOWN_ISSUES__
+      </td>
+    </tr>
+__VERSION_LOOP_END__
+  </table>
+  <p>&nbsp;</p>
+</body>
+</html>