annotate index.html @ 136:aaf612aece2b

Use https URLs where possible * README.md, _config.yml, _includes/footer.html, about.md, get-involved.md, index.html, support-expectations.md, support.md: Use https for Octave URLs and GNU URLs, as well as some external URLs. * _includes/install.html: Use https for Homebrew.
author Mike Miller <mtmiller@octave.org>
date Sun, 08 Oct 2017 17:24:51 -0700
parents 3a6d7e9903a0
children 2ae741742981
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: default
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 ---
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 <section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
7 <div class="columns medium-6">
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
8 <a href="#" data-reveal-id="meshModal">
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
9 <img src="{{ "/img/example-mesh.svg" | relative_url }}"
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
10 style="height: 400px; width: auto;" alt="Example mesh">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 <div class="columns medium-6">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
14 <h2 class="home-title">
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
15 <img src="{{ "/img/octave-logo.svg" | relative_url }}"
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
16 style="float: left; height: 48px; width: auto; padding-right: 0.5rem"
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
17 alt="GNU Octave logo">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
18 GNU Octave
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
19 </h2>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
20 <h3>Scientific Programming Language</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
21 <ul>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
22 <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
125
d79176062baa Use consistent naming convention for macOS
Mike Miller <mtmiller@octave.org>
parents: 122
diff changeset
23 <li>Free software, runs on GNU/Linux, macOS, BSD, and Windows</li>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
24 <li>Drop-in compatible with many Matlab scripts</li>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
25 </ul>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
26 <div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
27 <ul class="button-group stack-for-small even-2">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
28 <li><a href="#install" class="button">Download</a></li>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
29 <li><a href="{{site.docs_url}}" class="button">Docs</a></li>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
30 </ul>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
31 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
32 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
33 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
34 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
35
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
36 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
37 <h3>Syntax Examples</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
38
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
39 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
40 <div class="columns medium-12">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
41 <p>
109
4bb4b68c792f Remove Matlab link.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 108
diff changeset
42 The Octave syntax is largely compatible with Matlab. The Octave
4bb4b68c792f Remove Matlab link.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 108
diff changeset
43 interpreter can be run in GUI mode, as a console, or invoked as part
4bb4b68c792f Remove Matlab link.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 108
diff changeset
44 of a shell script. More Octave examples can be found in
4bb4b68c792f Remove Matlab link.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 108
diff changeset
45 <a href="{{ site.wiki_url }}/Using_Octave">the wiki</a>.
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
46 </p>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
47 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
48 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
49
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
50 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
51 <div class="columns medium-4" >
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
52 <p>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
53 Solve systems of equations with linear algebra operations on
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
54 <strong>vectors</strong> and <strong>matrices</strong>.
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
55 </p>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
56 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
57 <div class="columns medium-8">
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
58 {% highlight octave %}
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
59 b = [4; 9; 2] # Column vector
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
60 A = [ 3 4 5;
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
61 1 3 1;
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
62 3 5 9 ]
122
cb5ec7b6c582 index.html: fix comment about solving a linear system
Mike Miller <mtmiller@octave.org>
parents: 109
diff changeset
63 x = A \ b # Solve the system Ax = b
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
64 {% endhighlight %}
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
65 </div>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
66 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
67
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
68 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
69 <div class="columns medium-4">
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
70 <p>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
71 Visualize data with <strong>high-level plot commands</strong>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
72 in 2D and 3D.
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
73 </p>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
74 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
75 <div class="columns medium-8">
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
76 {% highlight octave %}
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
77 x = -10:0.1:10; # Create an evenly-spaced vector from -10..10
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
78 y = sin (x); # y is also a vector
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
79 plot (x, y);
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
80 title ("Simple 2-D Plot");
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
81 xlabel ("x");
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
82 ylabel ("sin (x)");
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
83 {% endhighlight %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
84 <div class="text-left">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
85 <a href="#" data-reveal-id="plotModal">
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
86 <img src="{{ "/img/example-plot.svg" | relative_url }}"
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
87 style="height: 12rem; width: auto;" alt="Example plot">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
88 <span class="label">Expand</span>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
89 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
90 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
91 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
92 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
93 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
94
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
95 <section id="install">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
96 <h3>Install</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
97 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
98 <div class="columns medium-8">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
99 {% include install.html %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
100 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
101 <div class="columns medium-4">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
102 <a href="#" data-reveal-id="guiModal">
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
103 <img src="{{ "/img/screenshot-octave-4-2.png" | relative_url }}"
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
104 alt="GNU Octave screenshot">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
105 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
106 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
107 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
108 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
109
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
110 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
111 <h3>Octave Forge</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
112 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
113 <div class="columns medium-9">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
114 <p>
132
3a6d7e9903a0 Improve text about implementing missing functions (bug #40990)
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
115 <a href="{{ site.sourceforge_url }}">Octave Forge</a>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
116 is a central location for development of packages for GNU Octave,
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
117 similar to Matlab's toolboxes. To install a package, use the
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
118 <code>pkg</code> command from the Octave prompt by typing:
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
119 </p>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
120 {% highlight text %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
121 pkg install -forge package_name
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
122 pkg load package_name
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
123 {% endhighlight %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
124 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
125 <div class="columns large-3">
132
3a6d7e9903a0 Improve text about implementing missing functions (bug #40990)
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
126 <a href="{{ site.sourceforge_url }}/packages.php" class="button expand">Browse Packages</a>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
127 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
128 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
129 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
130
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
131 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
132 <h3>Development</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
133 <p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
134 Octave is free software licensed under the
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
135 <a href="{{ "license.html" | relative_url }}">GNU General Public License (GPL)</a>.
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
136 Assuming you have Mercurial installed on your machine
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
137 you may obtain the latest development version of Octave sources
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
138 with the following command:
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
139 </p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
140 {% highlight text %}
136
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 132
diff changeset
141 hg clone https://www.octave.org/hg/octave
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
142 {% endhighlight %}
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
143 <p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
144 If you want to participate in Octave development, join the
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
145 <a href="https://lists.gnu.org/mailman/listinfo/octave-maintainers">maintainers@octave.org</a>
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
146 mailing list.
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
147 </p>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
148 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
149
103
34cd51c807b1 Some code refactoring.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 98
diff changeset
150 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
151 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
152 <div class="columns small-12">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
153 {% assign latest_post = site.posts.first %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
154 {% if latest_post %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
155 <div class="panel callout">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
156 <a class="right" href="{{ "/feed.xml" | relative_url }}">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
157 <span class="label warning">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
158 RSS
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
159 </span>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
160 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
161 <h3 class="entry-title">
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
162 <a href="{{ latest_post.url | relative_url }}">{{ latest_post.title }}</a>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
163 </h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
164 <p class="post-meta">{{ latest_post.date | date: "%b %-d, %Y" }}</p>
96
e7efa40deb17 Fix URLs, Images, Titles to be up with Alex original style.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 92
diff changeset
165 <div class="entry-content">{{ latest_post.excerpt }}</div>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
166 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
167 {% endif %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
168 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
169 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
170 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
171
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
172 <div id="meshModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
173 <img src="{{ "/img/example-mesh.svg" | relative_url }}" alt="Example mesh">
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
174 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
175 </div>
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
176
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
177 <div id="plotModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
178 <img src="{{ "/img/example-plot.svg" | relative_url }}" alt="Example plot">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
179 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
180 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
181
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
182 <div id="guiModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
183 <img src="{{ "/img/screenshot-octave-4-2.png" | relative_url }}" alt="GNU Octave GUI screenshot">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
184 <a class="close-reveal-modal" aria-label="Close">&#215;</a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
185 </div>