forked from ome/ome-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomerova_downloads.html
159 lines (154 loc) · 7.03 KB
/
omerova_downloads.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="images/plonematch.css" type="text/css" />
<style type="text/css">
[touch-action = "none"]{
-ms-touch-action:none;
touch-action:none;
}
[touch-action = "pan-x"]{
-ms-touch-action:pan-x;
touch-action:pan-x;
}
[touch-action = "pan-y"]{
-ms-touch-action:pan-y;
touch-action:pan-y;
}
[touch-action = "scroll"],
[touch-action = "pan-x pan-y"],
[touch-action = "pan-y pan-x"]{
-ms-touch-action:pan-x pan-y;
touch-action:pan-x pan-y;
}</style>
<title></title>
</head>
<body id="index" class="home">
<!-- OME Banner - START -->
<div id="portal-top">
<div id="portal-header">
<ul id="portal-siteactions">
<li>
<br />
</li>
</ul><a id="portal-logo" accesskey="1"
href="http://downloads.openmicroscopy.org/"
name="portal-logo"><img src="images/logo.jpg" alt=""
title="" height="73" width="450" /></a>
<div id="portal-globalnav">
<br />
</div>
</div>
<div id="portal-personaltools-wrapper">
<ul id="portal-personaltools" class="visualInline">
<li>
<br />
</li>
</ul>
</div>
</div>
<div class="visualClear" id="clear-space-before-wrapper-table">
<!-- OME Banner - END -->
<div class="entry-content" style="margin-left:20px;">
<h2>OMERO @VERSION@ Virtual Appliance Downloads</h2>
<p><strong>
<a href="#va" >Virtual Appliance</a> |
<a href="#code">Code</a> |
</strong></p>
<ul>
<li>
<p>Information on this release of OMERO is in the <a
href="@ANNOUNCEMENT_URL@">release
announcement</a></p>
</li>
</ul>
<h2><a name="va" id="va"></a>OMERO Virtual Appliance
download</h2>
<div class="alt-table">
<table width="800" border="0" cellpadding="5" summary="OMERO Virtual Appliance downloads">
<tbody>
<tr>
<th width="269">Virtual Appliance</th>
<th width="91">Size</th>
<th width="270">File Name</th>
<th width="120">Checksum</th>
</tr>
<tr>
<td><a href="@VM@"><img
src="images/omero_virtual_appliance.png"
alt="Virtual Appliance Download"
/></a></td>
<td align="center">@VM_SIZE@</td>
<td>@VM_BASE@</td>
<td align="center">@VM_SHA1@ (<a href="@[email protected]"
>SHA1</a>)</td>
</tr>
</tbody>
</table>
</div>
<ul>
<li>
<p>The OMERO Virtual Appliance allows you to try out an
OMERO server on your local machine </p>
</li>
<li>
<p>See the <a
href="@DOC_URL@/users/virtual-appliance.html"
>Virtual Appliance user guide</a> for
installation instructions</p>
</li>
</ul>
<h2><a name="code" id="code"></a>Checking out the code</h2>
<div class="alt-table">
<table width="278" border="0" cellpadding="5" summary="OMERO Code Links">
<tbody>
<tr>
<th width="264">Source Code Links</th>
</tr>
<tr>
<td><a
href="http://github.com/openmicroscopy/openmicroscopy"
target="_blank"><img
src="images/github_repository.png"
alt="GitHub Repository Link" /></a></td>
</tr>
<tr>
<td><a href="http://git.openmicroscopy.org/"
target="_blank"><img
src="images/gitweb_interface.png"
alt="Gitweb Interface Link" /></a></td>
</tr>
<tr>
<td><a href="@TAG_URL@" target="_blank"><img
src="images/git_tag.png"
alt="GitHub Tag" /></a></td>
</tr>
</tbody>
</table>
</div>
</div><!-- /.entry-content -->
<!-- OME Footer - Start -->
<div class="visualClear" id="clear-space-before-footer"
><!-- --></div>
<div id="portal-footer">
<p>
<acronym title="Copyright">©</acronym> 2000-2015
University of Dundee & Open Microscopy Environment. <a
href="http://www.openmicroscopy.org/site/about/licensing-attribution/licensing"
>Creative Commons Attribution 3.0 Unported License</a>
</p>
<p> OME source code is available under the <a
href="http://www.openmicroscopy.org/site/about/licensing"
>GNU General public license</a> or through commercial
license from <a
href="http://www.openmicroscopy.org/site/about/development-teams/glencoe-software"
>Glencoe Software</a>
</p>
</div>
<div class="visualClear">
<!-- OME Footer - END -->
</div>
</div>
</body>
</html>