changeset 13:560cd6870417

use FSF preferred terminology
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 13:25:13 -0800
parents db3122c92b2a
children bc698651c94a
files _includes/install.html index.html
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/_includes/install.html	Sun Nov 08 03:35:07 2015 -0800
+++ b/_includes/install.html	Sun Nov 08 13:25:13 2015 -0800
@@ -1,6 +1,6 @@
 <ul class="tabs" data-tab>
   <li class="tab-title"><a href="#source">Source</a></li>
-  <li class="tab-title active"><a href="#linux">Linux</a></li>
+  <li class="tab-title active"><a href="#linux">GNU/Linux</a></li>
   <li class="tab-title"><a href="#mac">Mac</a></li>
   <li class="tab-title"><a href="#bsd">BSD</a></li>
   <li class="tab-title"><a href="#windows">Windows</a></li>
--- a/index.html	Sun Nov 08 03:35:07 2015 -0800
+++ b/index.html	Sun Nov 08 13:25:13 2015 -0800
@@ -18,8 +18,8 @@
       <h3>Scientific Programming Language</h3>
       <ul>
         <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
-        <li>Free, open source software runs on Linux, Mac, BSD, and Linux</li>
-        <li>Drop-in compatible with many <a href="#syntax">Matlab&trade;</a> scripts</li>
+        <li>Free software, runs on GNU/Linux, Mac, BSD, and Windows</li>
+        <li>Drop-in compatible with many Matlab scripts</li>
       </ul>
       <div class="">
         <a class="button expand" href="{{ "/#install" | prepend: site.baseurl }}">
@@ -36,7 +36,7 @@
   <div class="row">
     <div class="columns medium-12">
       <p>
-        The Octave syntax is derived from <a href="http://www.mathworks.com/matlab">Matlab</a> and maintains compatability with many commands. 
+        The Octave syntax is largely compatible with <a href="http://www.mathworks.com/matlab">Matlab</a>. The Octave interpreter can be run in GUI mode, as a console, or invoked as part of a shell script.
       </p>
     </div>
   </div>