annotate _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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
51
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
1 <ul class="tab">
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
2 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Source')">Source</a></li>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
3 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'GNU/Linux')">GNU/Linux</a></li>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
4 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Mac')">Mac</a></li>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
5 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'BSD')">BSD</a></li>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
6 <li><a href="javascript:void(0);" class="tablinks" onclick="openCity(event, 'Windows')">Windows</a></li>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
7 </ul>
51
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
8
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
9 <div id="Source" class="tabcontent">
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
10 <p>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
11 The latest released version of Octave is always available from
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
12 <a href="ftp://ftp.gnu.org/gnu/octave">ftp://ftp.gnu.org/gnu/octave</a>.
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
13 </p>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
14 <p>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
15 If you are interested in working with the latest version of the
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
16 Octave sources, check out
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
17 the <a href="get-involved.html">resources for developers</a>.
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
18 </p>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
19 </div>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
20
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
21 <div id="GNU/Linux" class="tabcontent">
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
22 <p>
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
23 Executable versions of Octave for GNU/Linux systems are provided
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
24 by the individual distributions. Distributions known to package
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
25 Octave include: <a href="http://debian.org">Debian</a>,
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
26 <a href="http://fedoraproject.org">Fedora</a>,
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
27 <a href="http://gentoo.org">Gentoo</a>,
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
28 and <a href="http://opensuse.org">SuSE</a>. These packages are
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
29 created by volunteers. The delay between an Octave source release
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
30 and the availability of a package for a particular GNU/Linux
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
31 distribution varies. The Octave project has no control over that
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
32 process.
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
33 </p>
51
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
34 </div>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
35
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
36 <div id="Mac" class="tabcontent">
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
37 <p>
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
38 The Wiki has some instructions for
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
39 <a href="http://wiki.octave.org/Octave_for_MacOS_X">installing
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
40 Octave on OS X systems</a>.
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
41 </p>
51
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
42 </div>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
43
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
44 <div id="BSD" class="tabcontent">
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
45 <p>
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
46 Executable versions of Octave for BSD systems are provided
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
47 by the individual distributions.
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
48 Both <a href="http://freebsd.org">FreeBSD</a>
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
49 and <a href="http://openbsd.org">OpenBSD</a> have Octave
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
50 packages. These packages are created by volunteers. The delay
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
51 between an Octave source release and the availability of a package
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
52 for a particular GNU/Linux distribution varies. The Octave
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
53 project has no control over that process.
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
54 </p>
51
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
55 </div>
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
56
40cbddf42ce4 Repair download tabs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 46
diff changeset
57 <div id="Windows" class="tabcontent">
46
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
58 <p>
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
59 Windows binaries with corresponding source code can be downloaded from
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
60 <a href="https://ftp.gnu.org/gnu/octave/windows/">https://ftp.gnu.org/gnu/octave/windows/</a>
171ca967fcc9 Start new development branch closer to the current website,
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
61 </p>
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 19
diff changeset
62 </div>