annotate index.html @ 154:d9294f3fa785

Update screenshot to 4.4.0 version. * index.html: Update screenshot to 4.4.0 version. * .htaccess: Update screenshot to 4.4.0 version.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 14 Aug 2018 09:44:42 +0200
parents 2ae741742981
children 171c46307031
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 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
89 </div>
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 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
93
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
94 <section id="install">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
95 <h3>Install</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
96 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
97 <div class="columns medium-8">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
98 {% include install.html %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
99 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
100 <div class="columns medium-4">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
101 <a href="#" data-reveal-id="guiModal">
154
d9294f3fa785 Update screenshot to 4.4.0 version.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 145
diff changeset
102 <img src="{{ "/img/GNU_Octave_4-4-0_screenshot_1600x900.png" | relative_url }}"
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
103 alt="GNU Octave screenshot">
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
104 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
105 </div>
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 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
108
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
109 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
110 <h3>Octave Forge</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
111 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
112 <div class="columns medium-9">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
113 <p>
132
3a6d7e9903a0 Improve text about implementing missing functions (bug #40990)
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 125
diff changeset
114 <a href="{{ site.sourceforge_url }}">Octave Forge</a>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
115 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
116 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
117 <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
118 </p>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
119 {% highlight text %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
120 pkg install -forge package_name
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
121 pkg load package_name
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
122 {% endhighlight %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
123 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
124 <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
125 <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
126 </div>
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 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
129
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
130 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
131 <h3>Development</h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
132 <p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
133 Octave is free software licensed under the
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
134 <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
135 Assuming you have Mercurial installed on your machine
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
136 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
137 with the following command:
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
138 </p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
139 {% highlight text %}
136
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 132
diff changeset
140 hg clone https://www.octave.org/hg/octave
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
141 {% endhighlight %}
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
142 <p>
98
86b96d9a0075 Format main page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 96
diff changeset
143 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
144 <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
145 mailing list.
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
146 </p>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
147 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
148
103
34cd51c807b1 Some code refactoring.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 98
diff changeset
149 <section>
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
150 <div class="row">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
151 <div class="columns small-12">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
152 {% assign latest_post = site.posts.first %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
153 {% if latest_post %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
154 <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
155 <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
156 <span class="label warning">
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
157 RSS
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
158 </span>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
159 </a>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
160 <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
161 <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
162 </h3>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
163 <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
164 <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
165 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
166 {% endif %}
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
167 </div>
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 </section>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
170
108
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
171 <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
172 <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
173 <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
174 </div>
2f1de3071ee9 Add a new set of images for the first page.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 103
diff changeset
175
92
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
176 <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
177 <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
178 <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
179 </div>
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
180
7609e2a6faef maint: revert changeset 40 (2ff331fce678) .gitignore -> .hgignore.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
181 <div id="guiModal" class="reveal-modal" data-reveal aria-hidden="true" role="dialog">
154
d9294f3fa785 Update screenshot to 4.4.0 version.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 145
diff changeset
182 <img src="{{ "/img/GNU_Octave_4-4-0_screenshot_1600x900.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
183 <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
184 </div>