# HG changeset patch # User Alex Krolick # Date 1447655120 28800 # Node ID 7ddf75ff9f24b90af18cd005af92cedd331b6d7f # Parent 1138390dfe96259c25af656d55b113a375e32bb1 update home page organization diff -r 1138390dfe96 -r 7ddf75ff9f24 index.html --- a/index.html Sun Nov 15 22:25:11 2015 -0800 +++ b/index.html Sun Nov 15 22:25:20 2015 -0800 @@ -20,10 +20,11 @@
  • Free software, runs on GNU/Linux, Mac, BSD, and Windows
  • Drop-in compatible with many Matlab scripts
  • -
    - - Download - +
    +
    @@ -89,27 +90,33 @@ +
    +

    Octave Forge

    +
    +
    +

    + Octave Forge is a central location for development of packages for GNU Octave, similar to Matlab's toolboxes. To install a package, use the pkg command from the Octave prompt by typing: +

    +{% highlight text %} +pkg install -forge package_name +pkg load package_name +{% endhighlight %} +
    + +
    +
    +

    Development

    - Octave is free software licensed under the GNU General Public License (GPL). Assuming you have Mercurial and git installed on your machine you may obtain the latest development version of Octave sources with the following command: + Octave is free software licensed under the GNU General Public License (GPL). Assuming you have Mercurial installed on your machine you may obtain the latest development version of Octave sources with the following command:

    hg clone http://www.octave.org/hg/octave

    If you want to participate in Octave development, join the maintainers@octave.org mailing list.

    -

    Octave Forge

    -
    -
    -

    - Octave Forge is a central location for development of packages for GNU Octave. To install a package, use the pkg command from the Octave prompt by typing: -

    -

    pkg install -forge package_name

    -
    - -