Octave-Forge: Difference between revisions

758 bytes added ,  19 July 2012
No edit summary
Line 29: Line 29:


[[File:agora.png|center|380px]]
[[File:agora.png|center|380px]]
The Forge packages have must comply with
* At least one package maintainer.
* Must install and work with the latest Octave release.
* The must be released under a [http://en.wikipedia.org/wiki/List_of_FSF-approved_software_licenses GPL compatible] license.
* All functions (except private ones) must be documented using [http://en.wikipedia.org/wiki/Texinfo Texinfo].
* The package must have all the [http://www.gnu.org/software/octave/doc/interpreter/Creating-Packages.html#Creating-Packages required files].
* If the package has a doc folder it should be written in [http://en.wikipedia.org/wiki/Texinfo Texinfo].
These packages are also recommended to comply with
* No shadowing of Octave core functions.
* No direct inclusion of external dependencies.


== Suggested new features ==
== Suggested new features ==
657

edits