forked from cytoscape/cytoscape.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreleasenotes.html
More file actions
85 lines (67 loc) · 2.67 KB
/
releasenotes.html
File metadata and controls
85 lines (67 loc) · 2.67 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Release Notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<link href="css/main.bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="belt white">
<div class="container text-center">
<div class="row">
<div class="col-xs-12 col-md-offset-2 col-md-1">
<img src="images/logo/cy3logoOrange.svg"/>
</div>
<div class="col-xs-12 col-md-9">
<h1>Release Notes</h1>
<h2>Latest Version</h2>
<h3><a href="release_notes_3_2_0.html" class="cy-latest-version"></a></h3>
<h2>Welcome Letter</h2>
<p class="lead">
Please read <a href="cy3_welcome_letter_v12.pdf">this</a> first!
</p>
</div>
</div>
</div>
</div>
<div class="belt snow-white">
<div class="container centering">
<div class="row">
<p class="lead">
<a href="what_is_cytoscape.html#which_cytoscape">Which one should I use?</a>
</p>
</div>
<div class="row">
<h4>Legacy Version</h4>
<h5>Cytoscape 2.x Series - <a href="release_notes_2_8_3.html">2.8.3</a></h5>
<h4>Older Versions</h4>
<ul class="list-inline">
<li><a href="release_notes_3_1_1.html">3.1.1</a></li>
<li><a href="release_notes_3_1_0.html">3.1.0</a></li>
<li><a href="release_notes_3_0_2.html">3.0.2</a></li>
<li><a href="release_notes_3_0_1.html">3.0.1</a></li>
<li><a href="release_notes_3_0_0.html">3.0.0</a></li>
<li><a href="release_notes_2_8_2.html">2.8.2</a></li>
<li><a href="release_notes_2_8_1.html">2.8.1</a></li>
<li><a href="release_notes_2_8_0.html">2.8.0</a></li>
<li><a href="release_notes_2_7_0.html">2.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="narrow light-gray">
<div class="container text-center">
<h2>For Web Application Developers</h2>
<h3>
<img src="images/logo/JavaScript_logo.svg" width="80"/>
<a href="http://js.cytoscape.org/">Cytoscape.js 2.x</a></h3>
</div>
</div>
<footer></footer>
<script src="js/setup_page.js"></script>
</body>
</html>