-
Notifications
You must be signed in to change notification settings - Fork 54
/
index.html
660 lines (587 loc) · 27.5 KB
/
index.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Electrum Bitcoin Wallet</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="robots" content="index, follow"/>
<meta name="description" content="Electrum Bitcoin Wallet."/>
<meta name="twitter:site" content="@ElectrumWallet"/>
<link rel="icon" href="images/favicon.png" type="image/png"/>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" href="css/electrum.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
<link rel="stylesheet" href="css/sprites.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo-1.4.2-min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.cycle.lite.js"></script>
<script type="text/javascript" src="js/jquery.client.js"></script>
<script type="text/javascript" src="js/jquery.socialbutton-1.8.0.js"></script>
<script type="text/javascript" src="js/qrcode.js"></script>
</head>
<body>
<div id="header">
<div class="wrapper">
<div id="logo">
<a href="https://electrum.org/">
<div id="electrum_logo"><img src="logo/electrum_logo.png" alt="Electrum" border="none" width="70"
align="top"/></div>
<div id="electrum_text"></div>
<span id="logo_subtitle">Bitcoin Wallet</span>
</a>
</div>
<div style="float:right">
<div id="social-icons">
<a href="https://github.com/spesmilo/electrum" class="icon-github"></a>
<a href="https://twitter.com/ElectrumWallet" class="icon-twitter"></a>
</div>
<div class="clear"></div>
<div id="menu">
<ul class="navigation">
<!-- Note: If js is disabled, the nav links work simply via "href".
The page jumps around a bit because the anchors are not at the very top.
If js is enabled, "onclick" runs first, and it prevents "href" running by returning false.
The page does not jump around (instead it instant-scrolls to the top) due to window.scrollTo(0,0).
-->
<li><a href="#home" onclick="location.hash='#home'; window.scrollTo(0,0); return false;">Home</a>
</li>
<li><a href="#download" onclick="location.hash='#download'; window.scrollTo(0,0); return false;">Download</a>
</li>
<li><a href="#documentation"
onclick="location.hash='#documentation'; window.scrollTo(0,0); return false;">Documentation</a>
</li>
<li><a href="#community" onclick="location.hash='#community'; window.scrollTo(0,0); return false;">Community</a>
</li>
<li><a href="#about" onclick="location.hash='#about'; window.scrollTo(0,0); return false;">About</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="content">
<div class="wrapper">
<p>Warning: Do not download Electrum from another source
than electrum.org. Verify GPG signatures.
</p>
<!-- "download page" starts -->
<div class="page" id="download">
<h2>Latest release: Electrum-4.5.8</h2>
<a href="https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES">Release notes</a> -
<a href="https://download.electrum.org">Previous releases</a><br/>
<div style="font-size:small">
Our executables are reproducible, and are signed independently by several builders.<br/>
The current executables have been signed by <a href="https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc">ThomasV</a>, <a href="https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/sombernight_releasekey.asc">SomberNight</a>, <a href="https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/Emzy.asc">Emzy</a>.<br/>
</div>
<h3>Sources and Binaries</h3>
<!--
<div style="font-size:small">
Note: All the files can be downloaded via <a href="https://download.electrum.org/Electrum-2.0.torrent">Bittorrent</a>
</div>
-->
<table class="downloads">
<tr>
<td>
<img src="icons/tar-gz.png" width=32/>Python
<span style="font-size:80%">(3.8 and higher)</span>
</td>
<td>
<a href="https://download.electrum.org/4.5.8/Electrum-4.5.8.tar.gz">Electrum-4.5.8.tar.gz</a>
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/Electrum-4.5.8.tar.gz.asc">Signatures</a></span>
</td>
</tr>
<tr>
<td>
<img src="icons/os_linux.gif" class="os-linux"/>Linux
</td>
<td>
<a href="https://download.electrum.org/4.5.8/electrum-4.5.8-x86_64.AppImage">Appimage</a>
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/electrum-4.5.8-x86_64.AppImage.asc">Signatures</a></span>
</td>
</tr>
<tr>
<td rowspan="3">
<img src="icons/os_windows.gif"/>Windows
<span style="font-size:80%">(8.1 and higher)</span>
</td>
<td>
<a href="https://download.electrum.org/4.5.8/electrum-4.5.8.exe">Standalone Executable</a>
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/electrum-4.5.8.exe.asc">Signatures</a></span>
</td>
</tr>
<tr>
<td>
<a href="https://download.electrum.org/4.5.8/electrum-4.5.8-setup.exe">Windows Installer</a>
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/electrum-4.5.8-setup.exe.asc">Signatures</a></span>
</td>
</tr>
<tr>
<td>
<a href="https://download.electrum.org/4.5.8/electrum-4.5.8-portable.exe">Portable version</a>
<span style="font-size:80%">(<a href="https://bitcointalk.org/index.php?topic=154451.0">security advice</a>)</span>
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/electrum-4.5.8-portable.exe.asc">Signatures</a></span>
</td>
</tr>
<tr>
<td>
<img src="icons/os_apple.png"/>macOS
<span style="font-size:80%">(10.13 and higher)</span>
</td>
<td>
<a href="https://download.electrum.org/4.5.8/electrum-4.5.8.dmg">Executable for macOS</a>
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/electrum-4.5.8.dmg.asc">Signatures</a></span>
</td>
</tr>
<tr>
<td rowspan="3">
<img src="icons/android_icon.png" width=30/>Android
<span style="font-size:80%">
(6.0 and higher)<br/>
(available on <a href="https://play.google.com/store/apps/details?id=org.electrum.electrum">Google Play</a>)<br/>
(available on <a href="https://f-droid.org/en/packages/org.electrum.electrum/">F-Droid</a>)<br/>
</span>
</td>
<td>
<a href="https://download.electrum.org/4.5.8/Electrum-4.5.8-arm64-v8a-release.apk">arm 64-bit</a> (arm64-v8a, recommended)
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/Electrum-4.5.8-arm64-v8a-release.apk.asc">Signatures</a></span>
</td>
</tr>
<tr>
<td>
<a href="https://download.electrum.org/4.5.8/Electrum-4.5.8-armeabi-v7a-release.apk">arm 32-bit</a> (armeabi-v7a)
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/Electrum-4.5.8-armeabi-v7a-release.apk.asc">Signatures</a></span>
</td>
</tr>
<tr>
<td>
<a href="https://download.electrum.org/4.5.8/Electrum-4.5.8-x86_64-release.apk">x86_64</a>
</td>
<td>
<span style="font-size:80%"><a href="https://download.electrum.org/4.5.8/Electrum-4.5.8-x86_64-release.apk.asc">Signatures</a></span>
</td>
</tr>
</table>
<h3>Installation from Python sources</h3>
<table class="downloads">
<tr>
<td rowspan="5">
<img src="icons/os_linux.gif"/>Linux
</td>
<td>
Install dependencies:
</td>
<td>
<code>sudo apt-get install python3-pyqt5 libsecp256k1-dev python3-cryptography</code>
</td>
</tr>
<tr>
<td>
Download package:
</td>
<td>
<code>wget https://download.electrum.org/4.5.8/Electrum-4.5.8.tar.gz</code><br/>
</td>
</tr>
<tr>
<td>
Verify signatures:
</td>
<td>
<code>wget https://download.electrum.org/4.5.8/Electrum-4.5.8.tar.gz.asc</code><br/>
<code>gpg --verify Electrum-4.5.8.tar.gz.asc</code><br/>
</td>
</tr>
<tr>
<td>
Run without installing:
</td>
<td>
<code>tar -xvf Electrum-4.5.8.tar.gz</code><br/>
<code>python3 Electrum-4.5.8/run_electrum</code></br>
</td>
</tr>
<tr>
<td>
Install with PIP:
</td>
<td>
<code>sudo apt-get install python3-setuptools python3-pip</code><br/>
<code>python3 -m pip install --user Electrum-4.5.8.tar.gz</code>
</td>
</tr>
</table>
<h3>How to verify GPG signatures</h3>
<div class="downloads" style="padding:5px">
<p>
GPG signatures are a proof that distributed files have been signed
by the owner of the signing key. For example, if this website was
compromised and the original Electrum files had been replaced,
signature verification would fail, because the attacker would not
be able to create valid signatures. (Note that an attacker would be
able to create valid hashes, this is why we do not publish hashes
of our binaries here, it does not bring any security).
</p>
<p>
In order to be able to verify GPG signatures, you need to import
the public key of the signer. Electrum binaries are signed with
ThomasV's <a href="https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc">public
key</a>. On Linux, you can import that key using the following
command: <code>gpg --import ThomasV.asc</code>. When you import a
key, you should check its fingerprint using independent sources,
such
as <a href="https://www.youtube.com/watch?v=hjYCXOyDy7Y">here</a>,
or use
the <a href="https://en.wikipedia.org/wiki/Web_of_trust">Web of
Trust</a>.
</p>
</div>
<h3>Notes for Windows users</h3>
<div class="downloads" style="padding:5px">
<p>
Electrum binaries are often flagged by various anti-virus
software. There is nothing we can do about it, so please stop
reporting that to us. Anti-virus software uses heuristics in order
to determine if a program is malware, and that often results in
false positives. If you trust the developers of the project, you
can verify the GPG signature of Electrum binaries, and safely
ignore any anti-virus warnings. If you do not trust the developers
of the project, you should build the binaries yourself, or run the
software from source. Finally, if you are really concerned about
malware, you should not use an operating system that relies on
anti-virus software.
</p>
<p>
Old versions of Windows might need to install the KB2999226 Windows update.
</p>
</div>
</div>
<!-- "download page" ends -->
<div class="page" id="documentation">
<h2>Documentation</h2>
<ul>
<li>Official documentation: <a href="https://electrum.readthedocs.io/">electrum.readthedocs.io</a></li>
<li>Unofficial guide: <a href="https://bitcoinelectrum.com/">bitcoinelectrum.com</a></li>
</ul>
</div>
<div class="page" id="community">
<h2>Community</h2>
<h4>Support</h4>
<ul>
<li>Documentation: <a href="https://electrum.readthedocs.io/">https://electrum.readthedocs.io</a></li>
<li>Official announcements are made on <a href="https://twitter.com/ElectrumWallet">Twitter</a></li>
<li>You can ask questions on <a href="https://bitcointalk.org/index.php?board=98.0">bitcointalk.org</a>
</li>
<li>As well as on <a href="https://www.reddit.com/r/Electrum/">Reddit</a></li>
</ul>
<h4>Development</h4>
<ul>
<li>IRC channel: <a href="ircs://irc.libera.chat:6697/electrum">#electrum</a> channel on Libera</li>
<li>Bug reports: <a href="https://github.com/spesmilo/electrum">electrum page on GitHub</a></li>
<li>Localization: <a
href="https://crowdin.net/project/electrum">https://crowdin.net/project/electrum</a></li>
</ul>
<h4>Electrum Servers</h4>
<ul>
<li>Server source code: <a href="https://github.com/spesmilo/electrumx">ElectrumX</a> (new, faster
implementation)
</li>
<li>How to run your own Electrum server: <a
href="https://github.com/spesmilo/electrumx/blob/master/docs/HOWTO.rst">Install Guide</a></li>
<li><a href="https://1209k.com/bitcoin-eye/ele.php">Servers list and status</a> (Lists only Bitcoin
Electrum servers)
</li>
<li><a href="https://bohol.petrkr.net/electrum-stats.php">Statistics from Petrkr's server</a>
</ul>
</div>
<div class="page" id="privacy">
<h2>Privacy Policy</h2>
Electrum Technologies GmbH built the Electrum Wallet app as an Open
Source app. This SERVICE is provided by Electrum Technologies GmbH at
no cost and is intended for use as is.
This page is used to inform website visitors regarding our policies
with the collection, use, and disclosure of Personal Information if
anyone decided to use our Service.
If you choose to use our Service, then you agree to the collection and
use of information in relation to this policy. The Personal
Information that we collect is used for providing and improving the
Service. We will not use or share your information with anyone except
as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our
Terms and Conditions, which is accessible at Electrum Wallet unless
otherwise defined in this Privacy Policy.
<h3>Information Collection and Use</h3>
For a better experience, while using our Service, we may require you
to provide us with certain personally identifiable information. The
information that we request is will be retained by us and used as
described in this privacy policy.
The app does use third party services that may collect information
used to identify you.
<h3>Log Data</h3>
In a case of a crash in the app, we offer to the
user the option to upload a crash log (Python
traceback) to Github, where it will be public. The
crash log does not contain any private keys nor
private user information. However, the crash log may
contain IP addresses, timestamps, device name and OS
version. The crash log is viewable by the user
before it is uploaded, and its publication is always
opt-in.
<h3>Service Providers</h3>
We may employ third-party companies and individuals due to the
following reasons:
To facilitate our Service;
To provide the Service on our behalf;
To perform Service-related services; or
To assist us in analyzing how our Service is used.
We want to inform users of this Service that these third parties have
access to your Personal Information. The reason is to perform the
tasks assigned to them on our behalf. However, they are obligated not
to disclose or use the information for any other purpose.
<h3>Security</h3>
We value your trust in providing us your Personal Information, thus we
are striving to use commercially acceptable means of protecting
it. But remember that no method of transmission over the internet, or
method of electronic storage is 100% secure and reliable, and we
cannot guarantee its absolute security.
<h3>Links to Other Sites</h3>
This Service may contain links to other sites. If you click on a
third-party link, you will be directed to that site. Note that these
external sites are not operated by us. Therefore, we strongly advise
you to review the Privacy Policy of these websites. We have no control
over and assume no responsibility for the content, privacy policies,
or practices of any third-party sites or services.
<h3>Children’s Privacy</h3>
These Services do not address anyone under the age of 13. We do not
knowingly collect personally identifiable information from children
under 13. In the case we discover that a child under 13 has provided
us with personal information, we immediately delete this from our
servers. If you are a parent or guardian and you are aware that your
child has provided us with personal information, please contact us so
that we will be able to do necessary actions.
<h3>Changes to This Privacy Policy</h3>
We may update our Privacy Policy from time to time. Thus, you are
advised to review this page periodically for any changes. We will
notify you of any changes by posting the new Privacy Policy on this
page. These changes are effective immediately after they are posted on
this page.
<h3>Contact Us</h3>
If you have any questions or suggestions about our Privacy Policy, do
not hesitate to contact us.
</div>
<div class="page" id="about">
<h4>About Electrum</h4>
<p>
Electrum was created by Thomas Voegtlin in
November 2011.<br/>
Since then,
<a href="https://github.com/spesmilo/electrum/graphs/contributors">
various developers</a> have contributed to its
source code.
</p>
<h4>Developers with Github write access</h4>
<ul>
<li>
Thomas Voegtlin
<a href="https://github.com/ecdsa">[github]</a>
<ul>
<li>
<a href="https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc">[gpg
key]</a>
<code>6694 D8DE 7BE8 EE56 31BE D950 2BD5 824B 7F94 70E6</code>
</li>
</ul>
</li>
<li>
SomberNight
<a href="https://github.com/SomberNight">[github]</a>
<ul>
<li>
<a href="https://github.com/spesmilo/electrum/blob/master/pubkeys/sombernight.asc">[gpg key
for identity/git commits]</a>
<code>4AD6 4339 DFA0 5E20 B3F6 AD51 E7B7 48CD AF5E 5ED9</code>
</li>
<li>
<a href="https://github.com/spesmilo/electrum/blob/master/pubkeys/sombernight_releasekey.asc">[gpg
key for releases]</a>
<code>0EED CFD5 CAFB 4590 6734 9B23 CA9E EEC4 3DF9 11DC</code>
</li>
</ul>
</li>
</ul>
<h4>Website and release security</h4>
<p>
Developers do not have direct unilateral write access to this website.
Changes must be signed by both
<a href="https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc">ThomasV</a> and
<a href="https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/sombernight_releasekey.asc">SomberNight</a>,
automatically checked by a script before made publicly visible.
Release distributables are reproducible, and need to be signed by at least the same two keys,
before the script exposes them to the webserver.<br/>
</p>
</div>
<div class="page" id="impressum">
<h4>Impressum</h4> This website is hosted by
Electrum Technologies GmbH<br/> Electrum Technologies was founded by Thomas
Voegtlin in 2013.<br/> Its mission is to develop,
package and distribute Electrum software, and to
provide services to Bitcoin users and businesses.
</p>
<h4>Address</h4>
Electrum Technologies GmbH<br/>
Paul-Lincke-Ufer 8d<br/>
10999 Berlin - Germany<br/>
</div>
<div class="page" id="disclaimer">
<h3>Disclaimer</h3>
Electrum is Free Software, released under the MIT Licence.
</div>
<!-- The default page has to come last, due to how the CSS works. -->
<div class="page default" id="home">
<div id="slides" class="slideshow"></div>
<div class="clear"></div>
<div class="featured-space"></div>
<div class="clear"></div>
<div class="features">
<div class="feature-item">
<h2 class="icon icon-safe">Safe</h2>
<p>
Your private keys are encrypted and
never leave your computer.
</p>
</div>
<div class="feature-item">
<h2 class="icon icon-seed">Forgiving</h2>
<p>
Your funds can be recovered from
a secret phrase.
</p>
</div>
<div class="feature-item last">
<h2 class="icon icon-clock">Instant On</h2>
<p>
Electrum is fast, because it uses
servers that index the Bitcoin blockchain.
</p>
</div>
<div class="clear"></div>
<div class="feature-item">
<h2 class="icon icon-exit">No Lock-In</h2>
<p>
You can export your private keys and
use them in other Bitcoin clients.
</p>
</div>
<div class="feature-item">
<h2 class="icon icon-blitz">No Downtimes</h2>
<p>
Electrum servers are decentralized and
redundant. Your wallet is never down.
</p>
</div>
<div class="feature-item last">
<h2 class="icon icon-spv">Proof Checking</h2>
<p>
Electrum Wallet verifies all the
transactions in your history using
<a href="http://docs.electrum.org/en/latest/spv.html">SPV</a>.
</p>
</div>
<div class="clear"></div>
<div class="feature-item">
<h2 class="icon icon-cold">Cold Storage</h2>
<p>
Keep your private keys offline, and go
online with a watching-only wallet.
</p>
</div>
<div class="feature-item">
<h2 class="icon icon-multisig">Multisig</h2>
<p>
Split the permission to spend your
coins between several wallets.
</p>
</div>
<div class="feature-item last">
<h2 class="icon icon-plugins">Add-ons</h2>
<p>
Electrum supports third-party plugins:
Multisig services, Hardware wallets, etc.
</p>
</div>
</div>
<div style="clear: both;"></div>
<br/>
<p style="text-align:center;">
<a href="#download" class="button">Download Electrum</a>
</p>
</div> <!-- end of #home -->
</div> <!-- end of wrapper -->
</div> <!-- end of content -->
<div id="footer">
<div class="wrapper">
<div class="col1">
<p><a href="#impressum"
onclick="location.hash='#impressum'; window.scrollTo(0,0); return false;">Impressum</a></p>
<p><a href="#disclaimer" onclick="location.hash='#disclaimer'; window.scrollTo(0,0); return false;">Disclaimer</a>
<p>
</div>
<div class="col2">
<p>Released under the <a href="https://github.com/spesmilo/electrum/blob/master/LICENCE">MIT Licence</a></p>
<p><a href="https://github.com/spesmilo/electrum-web">Website source<a/></p>
</div>
</div>
<div class="clear"></div>
</div>
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$.getJSON('projects.json', function(data) {
// format all projects
$(data).each(function (index, element) {
var text_more = element['raw_link'];
if ( element['featured'] != 1 )
return;
text_more = element['raw_link'];
if ( text_more == undefined )
text_more = '';
var html = [
'<div class="caption"><h3>', element['title'], '</h3>',
'<p>', element['description'].join(''), '</p>',
text_more,
'</div>',
<!-- '<a href="', element['media'], '" rel="prettyPhoto[featured]">', -->
'<img src="slides/', element['id'], '.png" alt="', element['title'], '"/>'
<!-- '</a>' -->
].join('');
var item = $('<div></div>').html(html);
$('#slides').append(item);
});
$("a[rel^='prettyPhoto']").prettyPhoto({
overlay_gallery: false,
deeplinking: false
});
$(".slideshow").cycle({
timeout: 8000,
speed: 1000
});
});
});
</script>
</body>
</html>