changeset 186:3af099b61f60

* index.html: Some minor corrections on the landing page.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 08 Jul 2020 13:12:09 +0900
parents 4be8521a3f4f
children 831b4032bfbc
files index.html
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Jul 08 13:11:32 2020 +0900
+++ b/index.html	Wed Jul 08 13:12:09 2020 +0900
@@ -20,7 +20,7 @@
       <h3>Scientific Programming Language</h3>
       <ul>
         <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
-        <li>Free software, runs on GNU/Linux, macOS, BSD, and Windows</li>
+        <li>Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows</li>
         <li>Drop-in compatible with many Matlab scripts</li>
       </ul>
       <div>
@@ -92,7 +92,7 @@
     <div class="columns medium-9">
       <p>
         <a href="{{ site.sourceforge_url }}">Octave Forge</a>
-        is a central location for development of packages for GNU Octave,
+        is a collection of high quality packages for GNU Octave,
         similar to Matlab's toolboxes.  To install a package, use the
         <code>pkg</code> command from the Octave prompt by typing:
       </p>
@@ -120,9 +120,8 @@
 hg clone https://www.octave.org/hg/octave
 {% endhighlight %}
   <p>
-    If you want to participate in Octave development, join the
-    <a href="https://lists.gnu.org/mailman/listinfo/octave-maintainers">maintainers@octave.org</a>
-    mailing list.
+    <a href="{{ "/get-involved.html" | relative_url }}">Get involved</a>
+    in Octave development.
   </p>
 </section>