forked from Tribler/tribler.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhowto.html
162 lines (143 loc) · 5.34 KB
/
howto.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
160
161
162
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Tribler</title>
<link href="css/style.css" rel="stylesheet" />
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="canonical" href="http://www.tribler.org/howto.html">
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<script src="/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/lightbox.min.js"></script>
<!--<script type="text/javascript">-->
<!--var uservoiceOptions = {-->
<!--/* required */-->
<!--key: 'tribler',-->
<!--host: 'tribler.uservoice.com',-->
<!--forum: '90409',-->
<!--showTab: true,-->
<!--/* optional */-->
<!--alignment: 'right',-->
<!--background_color:'#f00',-->
<!--text_color: 'white',-->
<!--hover_color: '#009ec3',-->
<!--lang: 'en'-->
<!--};-->
<!--function _loadUserVoice() {-->
<!--var s = document.createElement('script');-->
<!--s.setAttribute('type', 'text/javascript');-->
<!--s.setAttribute('src', ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js");-->
<!--document.getElementsByTagName('head')[0].appendChild(s);-->
<!--}-->
<!--_loadSuper = window.onload;-->
<!--window.onload = (typeof window.onload != 'function') ? _loadUserVoice : function() { _loadSuper(); _loadUserVoice(); };-->
<!--</script>-->
</head>
<body>
<header>
<div class="wow fadeInDown">
<div class="wow fadeInLeft">
<a href="https://www.facebook.com/TriblerTeam"><img class="facebook-icon" src="img/facebook-icon.png" /></a>
<a href="https://twitter.com/TriblerTeam"><img class="twitter-icon" src="img/twitter-icon.png" /></a>
<a href="https://github.com/Tribler"><img class="github-icon" src="img/github-icon.png" /></a>
</div>
<a href="/"><img class="header-logo" src="img/tribler-logo.png" alt="Return to the homepage" /></a>
<nav>
<ul>
<li><a href="/">Tribler</a>
<ul>
<li><a href="about.html">About Tribler</a></li>
<li><a href="anonymity.html">Anonymity</a></li>
<li><a href="https://release.tribler.org/dashboard/">Statistics</a></li>
</ul>
</li>
<li><a href="download.html">Download</a></li>
<li><a href="support-index.html">Support</a>
<ul>
<li><a href="howto.html">How does it work</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li><a href="developer-index.html">Developers</a>
<ul>
<li><a href="https://github.com/Tribler/tribler">Github</a></li>
<li><a href="https://github.com/Tribler/tribler/wiki">Wiki</a></li>
<li><a href="/TitleIndex">Archive</a></li>
</ul>
</li>
<li><a href="http://forum.tribler.org">Forum</a></li>
</ul>
</nav>
</div>
</header>
<div id="wrap"><br>
<section id="content">
<div class="howto">
<h1>Get started</h1>
<div class="image">
<img src="img/howto1.png" />
</div>
<div class="spacer"></div>
<div class="text">
<br><br>
<h2>Tribler is easy and fast</h2>
<p>Tribler can find files for you. No need for websites.</p><br>
<p>Tribler can do 100 Mbps, sadly we cannot fix slow Internet connections or underseeded swarms.</p><br>
<p>Lots of additional features: magnet links, video-on-demand, sub-second search, channels and anonymous downloading/seeding.</p>
</div>
</div>
<div class="howto">
<h1>The basics</h1>
<div class="text">
<h3><img src="img/balloon1.png" />Search for content</h3>
<p>Type in what you want in the search bar and hit <enter>. Play with your search keywords until you find something you want.</p>
</div>
<div class="spacer"></div>
<div class="image">
<img class="shadow" src="img/howto2.png" />
</div>
</div>
<div class="howto">
<div class="text">
<h3><img src="img/balloon2.png" />Download content</h3>
<p>Download by clicking on any search result.</p>
</div>
<div class="spacer"></div>
<div class="image">
<img class="shadow" src="img/howto3.png" />
</div>
</div>
<div class="howto">
<div class="text">
<h3><img src="img/balloon3.png" />Customize</h3>
<p>Tired of the depressing dark theme? Try the light theme!</p>
<p>Don't speak English very well? Customize your language!</p>
</div>
<div class="spacer"></div>
<div class="image">
<img class="shadow" src="img/howto4.png" />
</div>
</div>
<div class="howto">
<div class="text">
<h3><img src="img/balloon4.png" />Stay Online</h3>
<p>Tribler closes to tray when you close your browser tab: you can open it back up by pressing "Open" at any time.</p>
</div>
<div class="spacer"></div>
<div class="image">
<img class="shadow" src="img/howto5.png" />
</div>
</div>
</section>
</div>
</body>
</html>