Add version tag prefix for closing gitflow hotfix
[egit/eclipse.git] / org.eclipse.egit.repository / siteTemplate / index.html
blob263d09ef9d5a84e7b57c5b800cb59692bdac4aaf
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>${update.site.name} - ${update.site.description} ${update.site.version}</title>
6 <link rel="stylesheet" type="text/css" href="web/site.css">
7 </head>
8 <body style="margin: 0; padding: 0">
9 <center>
10 <table cellspacing="0" cellpadding="0" class="table">
11 <tr>
12 <td colspan="3" class="td_header">&nbsp;</td>
13 </tr>
14 <tr>
15 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
16 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
17 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
18 </tr>
19 <tr>
20 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
21 <td>
22 <h2 class="title">${update.site.name} - ${update.site.description}</h2>
23 <table width="100%">
24 <tr class="header">
25 <td class="sub-header" width="100%"><span>Latest Build: ${update.site.version}</span></td>
26 </tr>
28 <tr class="light-row" style="height: 30px">
29 <td class="bodyText">
30 <p class="bodyText">This is the <b>${update.site.name}</b>.
31 ${update.site.description}.
32 <blockquote style="border: 1px dashed #1778be; padding: 2px">
33 <ol>
34 <li>To <a class="link"
35 href="https://www.eclipse.org/egit/download/">install</a>
36 from this site, start up Eclipse ${target.eclipse.version}, then do:
37 <ul>
38 <li><code><strong>Help > Install New Software... ></strong></code></li>
39 </ul>
40 </li>
41 <li>Copy this site's URL into Eclipse, and hit Enter.</li>
42 <li>When the site loads, select the features to install,
43 or click the <code><strong>Select All</strong></code> button.</li>
44 <li>To properly resolve all dependencies, check
45 <ul><li><code><strong>[x] Contact all update sites during install to find required software</strong></code></li></ul>
47 <li>Click <code><strong>Next</strong></code>, agree to the license
48 terms, and install.</li>
49 </ol>
50 </blockquote>
51 </td>
52 </tr>
53 </table>
54 </td>
55 <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
56 </tr>
57 </table>
58 <div class="bodyText">
59 ${site.contents}
60 </div>
61 </center>
62 </html>