comparison _includes/install.html @ 51:40cbddf42ce4 kai

Repair download tabs.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 21:51:37 +0200
parents 171ca967fcc9
children
comparison
equal deleted inserted replaced
50:1810308dba49 51:40cbddf42ce4
1 <ul class="tabs" data-tab> 1 <ul class="tab">
2 <li class="tab-title"><a href="#source">Source</a></li> 2 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Source')">Source</a></li>
3 <li class="tab-title active"><a href="#linux">GNU/Linux</a></li> 3 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'GNU/Linux')">GNU/Linux</a></li>
4 <li class="tab-title"><a href="#mac">Mac</a></li> 4 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Mac')">Mac</a></li>
5 <li class="tab-title"><a href="#bsd">BSD</a></li> 5 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'BSD')">BSD</a></li>
6 <li class="tab-title"><a href="#windows">Windows</a></li> 6 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Windows')">Windows</a></li>
7 </ul> 7 </ul>
8 <div class="tabs-content"> 8
9 <div class="content active" id="linux"> 9 <div id="Source" class="tabcontent">
10 <p>
11 The latest released version of Octave is always available from
12 <a href="ftp://ftp.gnu.org/gnu/octave">ftp://ftp.gnu.org/gnu/octave</a>.
13 </p>
14 <p>
15 If you are interested in working with the latest version of the
16 Octave sources, check out
17 the <a href="get-involved.html">resources for developers</a>.
18 </p>
19 </div>
20
21 <div id="GNU/Linux" class="tabcontent">
10 <p> 22 <p>
11 Executable versions of Octave for GNU/Linux systems are provided 23 Executable versions of Octave for GNU/Linux systems are provided
12 by the individual distributions. Distributions known to package 24 by the individual distributions. Distributions known to package
13 Octave include: <a href="http://debian.org">Debian</a>, 25 Octave include: <a href="http://debian.org">Debian</a>,
14 <a href="http://fedoraproject.org">Fedora</a>, 26 <a href="http://fedoraproject.org">Fedora</a>,
17 created by volunteers. The delay between an Octave source release 29 created by volunteers. The delay between an Octave source release
18 and the availability of a package for a particular GNU/Linux 30 and the availability of a package for a particular GNU/Linux
19 distribution varies. The Octave project has no control over that 31 distribution varies. The Octave project has no control over that
20 process. 32 process.
21 </p> 33 </p>
22 </div> 34 </div>
23 <div class="content" id="mac"> 35
36 <div id="Mac" class="tabcontent">
24 <p> 37 <p>
25 The Wiki has some instructions for 38 The Wiki has some instructions for
26 <a href="http://wiki.octave.org/Octave_for_MacOS_X">installing 39 <a href="http://wiki.octave.org/Octave_for_MacOS_X">installing
27 Octave on OS X systems</a>. 40 Octave on OS X systems</a>.
28 </p> 41 </p>
29 </div> 42 </div>
30 <div class="content" id="bsd"> 43
44 <div id="BSD" class="tabcontent">
31 <p> 45 <p>
32 Executable versions of Octave for BSD systems are provided 46 Executable versions of Octave for BSD systems are provided
33 by the individual distributions. 47 by the individual distributions.
34 Both <a href="http://freebsd.org">FreeBSD</a> 48 Both <a href="http://freebsd.org">FreeBSD</a>
35 and <a href="http://openbsd.org">OpenBSD</a> have Octave 49 and <a href="http://openbsd.org">OpenBSD</a> have Octave
36 packages. These packages are created by volunteers. The delay 50 packages. These packages are created by volunteers. The delay
37 between an Octave source release and the availability of a package 51 between an Octave source release and the availability of a package
38 for a particular GNU/Linux distribution varies. The Octave 52 for a particular GNU/Linux distribution varies. The Octave
39 project has no control over that process. 53 project has no control over that process.
40 </p> 54 </p>
41 </div> 55 </div>
42 <div class="content" id="windows"> 56
57 <div id="Windows" class="tabcontent">
43 <p> 58 <p>
44 Windows binaries with corresponding source code can be downloaded from 59 Windows binaries with corresponding source code can be downloaded from
45 <a href="https://ftp.gnu.org/gnu/octave/windows/">https://ftp.gnu.org/gnu/octave/windows/</a> 60 <a href="https://ftp.gnu.org/gnu/octave/windows/">https://ftp.gnu.org/gnu/octave/windows/</a>
46 </p> 61 </p>
47 </div>
48 <div class="content" id="source">
49 <p>
50 The latest released version of Octave is always available
51 from <a href="ftp://ftp.gnu.org/gnu/octave">ftp://ftp.gnu.org/gnu/octave</a>.
52 </p>
53 <p>
54 If you are interested in working with the latest version of the
55 Octave sources, check out
56 the <a href="get-involved.html">resources for developers</a>.
57 </p>
58 </div>
59 </div> 62 </div>