changeset 18:011b5099594e

add octave-forge links
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 15:49:37 -0800
parents b15dfde86b1c
children 955199ca3123
files get-involved.md index.html
diffstat 2 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/get-involved.md	Sun Nov 08 15:48:58 2015 -0800
+++ b/get-involved.md	Sun Nov 08 15:49:37 2015 -0800
@@ -37,3 +37,19 @@
     hg -v update
     
 The `-v` (verbose) option is not required but provides extra information about what was pulled and updated. The Octave manual has more information about contributing to Octave's development.
+
+### Octave Forge
+
+The community-developed [Octave-Forge][forge] packages expand Octave's core functionality by providing field specific features via Octave's package system. For example, image and signal processing, fuzzy logic, instrument control, and statistics packages are examples of individual Octave-Forge packages.
+
+#### Installing packages
+
+You can find the list of packages [here][forge-packages]. To install a package, use the pkg command from the Octave prompt by typing:
+
+    pkg install -forge package_name
+
+where package_name is the name of the package you want to install.
+
+
+[forge]: http://octave.sourceforge.net/
+[forge-packages]: http://octave.sourceforge.net/packages.php
--- a/index.html	Sun Nov 08 15:48:58 2015 -0800
+++ b/index.html	Sun Nov 08 15:49:37 2015 -0800
@@ -97,6 +97,18 @@
   <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.
   </p>
+  <h4>Octave Forge</h4>
+  <div class="row">
+    <div class="columns medium-9">
+      <p>
+        <a href="http://octave.sourceforge.net/">Octave Forge</a> 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:
+      </p>
+      <p style="margin-left:1rem"><code>pkg install -forge package_name</code></p>
+    </div>
+    <div class="columns large-3">
+      <a href="http://octave.sourceforge.net/packages.php" class="button expand">Browse Packages</a>
+    </div>
+  </div>
 </section>
 
 <section id="latest">