Skip to content

Commit 1dfa704

Browse files
committed
Merge pull request Tribler#26 from Tribler/6.5.1_release
Update version to 6.5.1
2 parents f15b74d + 5e9b7a8 commit 1dfa704

File tree

2 files changed

+362
-362
lines changed

2 files changed

+362
-362
lines changed

download.html

Lines changed: 131 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -1,131 +1,131 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8" />
5-
<title>Tribler</title>
6-
7-
<link href="css/style.css" rel="stylesheet" />
8-
<link href="css/animate.min.css" rel="stylesheet">
9-
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
10-
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
11-
<link rel="canonical" href="http://www.tribler.org/download.html">
12-
13-
<!--[if lt IE 9]>
14-
<script src="/js/html5shiv.js"></script>
15-
<![endif]-->
16-
17-
18-
19-
<script src="/js/wow.min.js"></script>
20-
<script>
21-
new WOW().init();
22-
</script>
23-
24-
<script type="text/javascript">
25-
var uservoiceOptions = {
26-
/* required */
27-
key: 'tribler',
28-
host: 'tribler.uservoice.com',
29-
forum: '90409',
30-
showTab: true,
31-
/* optional */
32-
alignment: 'right',
33-
background_color:'#f00',
34-
text_color: 'white',
35-
hover_color: '#009ec3',
36-
lang: 'en'
37-
};
38-
39-
function _loadUserVoice() {
40-
var s = document.createElement('script');
41-
s.setAttribute('type', 'text/javascript');
42-
s.setAttribute('src', ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js");
43-
document.getElementsByTagName('head')[0].appendChild(s);
44-
}
45-
_loadSuper = window.onload;
46-
window.onload = (typeof window.onload != 'function') ? _loadUserVoice : function() { _loadSuper(); _loadUserVoice(); };
47-
</script>
48-
49-
</head>
50-
51-
<body>
52-
<header>
53-
<div class="wow fadeInDown">
54-
<div class="wow fadeInLeft">
55-
<a href="https://www.facebook.com/TriblerTeam"><img class="facebook-icon" src="img/facebook-icon.png" /></a>
56-
<a href="https://twitter.com/TriblerTeam"><img class="twitter-icon" src="img/twitter-icon.png" /></a>
57-
<a href="https://github.com/Tribler"><img class="github-icon" src="img/github-icon.png" /></a>
58-
</div>
59-
<a href="/"><img class="header-logo" src="img/tribler-logo.png" alt="Return to the homepage" /></a>
60-
61-
<nav>
62-
<ul>
63-
<li><a href="/">Tribler</a>
64-
<ul>
65-
<li><a href="about.html">About Tribler</a></li>
66-
<li><a href="anonymity.html">Anonymity</a></li>
67-
<li><a href="http://statistics.tribler.org">Statistics</a></li>
68-
</ul>
69-
</li>
70-
<li><a href="download.html">Download</a></li>
71-
<li><a href="support-index.html">Support</a>
72-
<ul>
73-
<li><a href="howto.html">Get Started</a></li>
74-
<li><a href="faq.html">FAQ</a></li>
75-
</ul>
76-
</li>
77-
<li><a href="developer-index.html">Developers</a>
78-
<ul>
79-
<li><a href="https://github.com/Tribler/tribler">Github</a></li>
80-
<li><a href="https://github.com/Tribler/tribler/wiki">Wiki</a></li>
81-
<li><a href="/TitleIndex">Archive</a></li>
82-
</ul>
83-
</li>
84-
<li><a href="http://forum.tribler.org">Forum</a></li>
85-
</ul>
86-
</nav>
87-
</header>
88-
89-
<div id="wrap"><br>
90-
<section id="content">
91-
<div class="download">
92-
<p class="title">Windows</p>
93-
94-
<p><img src="img/win.png"></p>
95-
96-
<p>
97-
<a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler_6.5.0.exe">Tribler 6.5.0 for Windows</a><br>
98-
Windows Vista, and Windows 7 / 8 / 10
99-
</p>
100-
</div>
101-
102-
<div class="download">
103-
<p class="title">Mac OS X</p>
104-
105-
<p><img src="img/osx.png"></p>
106-
107-
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler-6.5.0.dmg">Tribler 6.5.0 for Mac OS X</a></br>(Snow Leopard or newer)</p>
108-
</div>
109-
110-
<div class="download">
111-
<p class="title">Ubuntu Linux</p>
112-
113-
<p><img src="img/linux.png"></p>
114-
115-
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/tribler_6.5.0_all.deb">Tribler 6.5.0 for Ubuntu</a> </p>
116-
117-
<p><a href="https://github.com/Tribler/tribler/tree/v6.5.0">Browse source code </a> <br/> or <a href="https://github.com/Tribler/tribler/releases/download/v6.5.0/Tribler-v6.5.0.tar.xz">download source tar</a><br></p>
118-
119-
</div>
120-
121-
<div class="changelog">
122-
<p>To see the short changelog <a href="https://github.com/Tribler/tribler/releases/tag/v6.5.0">click here</a>.</p>
123-
<p>To see a complete list of the changes, please <a href="https://github.com/Tribler/tribler/compare/v6.4.3...v6.5.0">click here</a>.</p>
124-
<br/>
125-
</div>
126-
127-
</section>
128-
</div>
129-
130-
</body>
131-
</html>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Tribler</title>
6+
7+
<link href="css/style.css" rel="stylesheet" />
8+
<link href="css/animate.min.css" rel="stylesheet">
9+
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
10+
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
11+
<link rel="canonical" href="http://www.tribler.org/download.html">
12+
13+
<!--[if lt IE 9]>
14+
<script src="/js/html5shiv.js"></script>
15+
<![endif]-->
16+
17+
18+
19+
<script src="/js/wow.min.js"></script>
20+
<script>
21+
new WOW().init();
22+
</script>
23+
24+
<script type="text/javascript">
25+
var uservoiceOptions = {
26+
/* required */
27+
key: 'tribler',
28+
host: 'tribler.uservoice.com',
29+
forum: '90409',
30+
showTab: true,
31+
/* optional */
32+
alignment: 'right',
33+
background_color:'#f00',
34+
text_color: 'white',
35+
hover_color: '#009ec3',
36+
lang: 'en'
37+
};
38+
39+
function _loadUserVoice() {
40+
var s = document.createElement('script');
41+
s.setAttribute('type', 'text/javascript');
42+
s.setAttribute('src', ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js");
43+
document.getElementsByTagName('head')[0].appendChild(s);
44+
}
45+
_loadSuper = window.onload;
46+
window.onload = (typeof window.onload != 'function') ? _loadUserVoice : function() { _loadSuper(); _loadUserVoice(); };
47+
</script>
48+
49+
</head>
50+
51+
<body>
52+
<header>
53+
<div class="wow fadeInDown">
54+
<div class="wow fadeInLeft">
55+
<a href="https://www.facebook.com/TriblerTeam"><img class="facebook-icon" src="img/facebook-icon.png" /></a>
56+
<a href="https://twitter.com/TriblerTeam"><img class="twitter-icon" src="img/twitter-icon.png" /></a>
57+
<a href="https://github.com/Tribler"><img class="github-icon" src="img/github-icon.png" /></a>
58+
</div>
59+
<a href="/"><img class="header-logo" src="img/tribler-logo.png" alt="Return to the homepage" /></a>
60+
61+
<nav>
62+
<ul>
63+
<li><a href="/">Tribler</a>
64+
<ul>
65+
<li><a href="about.html">About Tribler</a></li>
66+
<li><a href="anonymity.html">Anonymity</a></li>
67+
<li><a href="http://statistics.tribler.org">Statistics</a></li>
68+
</ul>
69+
</li>
70+
<li><a href="download.html">Download</a></li>
71+
<li><a href="support-index.html">Support</a>
72+
<ul>
73+
<li><a href="howto.html">Get Started</a></li>
74+
<li><a href="faq.html">FAQ</a></li>
75+
</ul>
76+
</li>
77+
<li><a href="developer-index.html">Developers</a>
78+
<ul>
79+
<li><a href="https://github.com/Tribler/tribler">Github</a></li>
80+
<li><a href="https://github.com/Tribler/tribler/wiki">Wiki</a></li>
81+
<li><a href="/TitleIndex">Archive</a></li>
82+
</ul>
83+
</li>
84+
<li><a href="http://forum.tribler.org">Forum</a></li>
85+
</ul>
86+
</nav>
87+
</header>
88+
89+
<div id="wrap"><br>
90+
<section id="content">
91+
<div class="download">
92+
<p class="title">Windows</p>
93+
94+
<p><img src="img/win.png"></p>
95+
96+
<p>
97+
<a href="https://github.com/Tribler/tribler/releases/download/v6.5.1/Tribler_6.5.1.exe">Tribler 6.5.1 for Windows</a><br>
98+
Windows Vista, and Windows 7 / 8 / 10
99+
</p>
100+
</div>
101+
102+
<div class="download">
103+
<p class="title">Mac OS X</p>
104+
105+
<p><img src="img/osx.png"></p>
106+
107+
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.5.1/Tribler-6.5.1.dmg">Tribler 6.5.1 for Mac OS X</a></br>(Snow Leopard or newer)</p>
108+
</div>
109+
110+
<div class="download">
111+
<p class="title">Ubuntu Linux</p>
112+
113+
<p><img src="img/linux.png"></p>
114+
115+
<p><a href="https://github.com/Tribler/tribler/releases/download/v6.5.1/tribler_6.5.1_all.deb">Tribler 6.5.1 for Ubuntu</a> </p>
116+
117+
<p><a href="https://github.com/Tribler/tribler/tree/v6.5.1">Browse source code </a> <br/> or <a href="https://github.com/Tribler/tribler/releases/download/v6.5.1/Tribler-v6.5.1.tar.xz">download source tar</a><br></p>
118+
119+
</div>
120+
121+
<div class="changelog">
122+
<p>To see the short changelog <a href="https://github.com/Tribler/tribler/releases/tag/v6.5.1">click here</a>.</p>
123+
<p>To see a complete list of the changes, please <a href="https://github.com/Tribler/tribler/compare/v6.4.3...v6.5.1">click here</a>.</p>
124+
<br/>
125+
</div>
126+
127+
</section>
128+
</div>
129+
130+
</body>
131+
</html>

0 commit comments

Comments
 (0)