annotate _includes/install.html @ 110:40babc87d1bc

Enable website accessabilty without Javascript.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 04 Nov 2016 10:16:27 +0100
parents ea174ca6ccc9
children 3e9a81efaf79
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
1 <ul class="tabs" data-tab>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
2 <li class="tab-title"><a href="#source">Source</a></li>
13
560cd6870417 use FSF preferred terminology
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 5
diff changeset
3 <li class="tab-title active"><a href="#linux">GNU/Linux</a></li>
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
4 <li class="tab-title"><a href="#mac">Mac</a></li>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
5 <li class="tab-title"><a href="#bsd">BSD</a></li>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
6 <li class="tab-title"><a href="#windows">Windows</a></li>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
7 </ul>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
8 <div class="tabs-content">
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
9 <div class="no-js content active" id="linux">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
10 <p>
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
11 Executable versions of GNU Octave for GNU/Linux systems are provided
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
12 by the individual distributions. Distributions known to package Octave
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
13 include <a href="https://www.debian.org/">Debian</a>,
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
14 <a href="https://www.ubuntu.com/">Ubuntu</a>,
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
15 <a href="https://getfedora.org/">Fedora</a>,
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
16 <a href="https://gentoo.org/">Gentoo</a>, and
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
17 <a href="https://www.opensuse.org/">openSUSE</a>.
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
18 These packages are created by volunteers. The delay between an Octave
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
19 source release and the availability of a package for a particular
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
20 GNU/Linux distribution varies.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
21 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
22 </div>
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
23 <div class="no-js content" id="mac">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
24 <p>
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
25 The <a href="{{ site.wiki_url }}Octave_for_MacOS_X">Octave Wiki</a>
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
26 has instructions for installing Octave on OS X systems. Octave may
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
27 also be available in third-party package managers such as
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
28 <a href="http://brew.sh">Homebrew</a>,
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
29 <a href="https://www.macports.org">Macports</a>, or
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
30 <a href="http://www.finkproject.org">Fink</a>.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
31 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
32 </div>
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
33 <div class="no-js content" id="bsd">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
34 <p>
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
35 Executable versions of Octave for BSD systems are provided by the
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
36 individual distributions. Both
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
37 <a href="https://www.freebsd.org/">FreeBSD</a> and
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
38 <a href="https://www.openbsd.org/">OpenBSD</a> have Octave packages.
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
39 These packages are created by volunteers. The delay between an Octave
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
40 source release and the availability of a package for a particular
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
41 GNU/Linux distribution varies. The Octave project has no control over
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
42 that process.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
43 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
44 </div>
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
45 <div class="no-js content" id="windows">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
46 <p>
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
47 Windows binaries with corresponding source code can be downloaded
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
48 from <a href="https://ftp.gnu.org/gnu/octave/windows/">https://ftp.gnu.org/gnu/octave/windows/</a>.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
49 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
50 </div>
110
40babc87d1bc Enable website accessabilty without Javascript.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 106
diff changeset
51 <div class="no-js content" id="source">
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
52 <p>
106
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
53 The latest released version of Octave is always available from
ea174ca6ccc9 Fixing some URLs.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
54 <a href="https://ftp.gnu.org/gnu/octave/">https://ftp.gnu.org/gnu/octave/</a>.
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
55 </p>
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
56 </div>
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 19
diff changeset
57 </div>