~otto/valo-cd/trunk

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
<?php 
$title = 'Starting download..';
$discimage = 'valo-cd-v8-en.iso.torrent';
// tämän pitäisi perustua request stringiin!
$redirect = '/releases/'.$discimage;
require_once('header.inc');
?>

<h2>Starting download...</h2>

<p>If the download does not start automatically in 5 seconds, try <a href="/releases/<?php echo $discimage; ?>">manual starting</a>.</p>


<h3>BitTorrent</h3>

<p>In order to keep our server from overloading and to increase the distribution speed we offer only a BitTorrent download option (<a href="http://en.wikipedia.org/wiki/BitTorrent"><small>What is it?</small></a>). To use it you need a BitTorrent client program. If you don't have one, install <a href="download_vuze">Vuze</a> from VALO-CD.net.</p>

<p>Torrents can also be <a href="http://www.bitlet.org/download?torrent=http%3A%2F%2Fvalo-cd.fi%2Freleases%2F<?php echo $discimage; ?>">downloaded directly in the browser</a>, in case you don't want to install a separate client program. The browser based torrent download uses a Java applet provided by the <a href="http://www.bitlet.org/">Bitlet.org service</a></p>


<h3>Burn the disc image on to a disc</h3>

<p>After you have downloaded the disc image, you can burn it on a disc using for example <a href="download_infrarecorder">InfraRecorder</a>, which is also available from VALO-CD.net. Install it and choose from the menu <code>Functions > Burn disc image</code>. 
<br/>
<br/>
<img src="/img/levykuvapoltto1.png" alt="Burning disc image with InfranRecorder"/><br/>
<br/>
Choose with a file browser the iso-file (e.g. valo-cd-v7-en.iso) and click OK. The default settings in the burn dialog are fine, so continue by pressing just OK.
<br/>
<br/>
<img src="/img/levykuvapoltto2.png" alt="Burning disc image with InfranRecorder"/><br/>
<br/>
Remember to insert an empty disc in the disc tray before starting the burn process.</p>

<h3>Order VALO-CD by mail</h3>
<p>This option will be available later.</p>

<?php
require_once('subscribe-announce-list.inc');

require_once('footer.inc');