summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorrupak192020-04-19 19:08:29 +0530
committerrupak192020-04-19 19:08:29 +0530
commite43fd7fe8ac865bd26b2cd15f7574653870c775c (patch)
treee0f092e516b4cf935f95df3feabd145a2a519140 /DESCRIPTION
parent5e31a0ae0155db60e3bf193292ea487728521d40 (diff)
downloadfossee-scilab-octave-toolbox-e43fd7fe8ac865bd26b2cd15f7574653870c775c.tar.gz
fossee-scilab-octave-toolbox-e43fd7fe8ac865bd26b2cd15f7574653870c775c.tar.bz2
fossee-scilab-octave-toolbox-e43fd7fe8ac865bd26b2cd15f7574653870c775c.zip
deleted description
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION85
1 files changed, 0 insertions, 85 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
deleted file mode 100644
index 32ad281..0000000
--- a/DESCRIPTION
+++ /dev/null
@@ -1,85 +0,0 @@
-// Modify this file to provide a description of your toolbox.
-// This file is used by Atoms GUI in scilab, to show information about the toolbox.
-//
-// Note that it will NOT be used when publishing your toolbox on http://atoms.scilab.org;
-// the present file is only used if you distribute your toolbox yourself.
-// On the http://atoms.scilab.org site, only the information you provide there is used.
-//
-//
-// Lines starting with // are comments
-// (you can remove all the comments designed to help you)
-// Lines starting with a space are continuation of the previous field.
-// Empty lines separate fields.
-
-
-// Unique identifier for this toolbox.
-// It must be alphanumeric, start with a letter and contain neither space
-// nor special characters other than underscore or dash.
-Toolbox: toolbox_skeleton
-
-// Human-friendly name for your toolbox
-Title: Toolbox Skeleton
-
-// One-line description for your toolbox
-Summary: Skeleton of a valid atoms package
-
-// Version number, in format 'major.minor.patch', or
-// 'major.minor.patch', where all fields are numbers.
-// If you are just starting your toolbox, you should use '0.1' or '0.1.0'.
-// Use '1.0' or '1.0.0' for a tested, good quality first version.
-Version: 0.1.0
-
-// Name(s) of the author(s) of this toolbox.
-// They are usually the original copyright holders
-// (persons or entities)
-Author: Your Name
- Other Author
-
-// Name(s) and email address(es) of the person(s) maintaining this toolbox
-Maintainer: Your Name <name@address.com>
- Other Maintainer <othername@address.com>
-
-// Categories that this toolbox belongs to.
-// The toolbox will appear in the Scilab Atoms GUI
-// under the categories that you select here.
-Category: biology - Robotic_2
- CatB - SScat2
- biology - modelisation_III
-
-// Name of the institution (company, university, lab...) who has developped the toolbox.
-// If you developped the toolbox as an individual, then just enter "private individual"
-Entity: Scilab Enterprises
-
-// Optional website that has more information about this toolbox
-WebSite: http://www.scilab.org
-
-// License under which the toolbox will be published
-License: GPL 2.0
-
-// Version of Scilab supported by this toolbox,
-// prefixed by =, >= ...
-ScilabVersion: >= 6.0
-
-// Other toolbox(es) that must be installed in order
-// this toolboxes to work. Atoms will automatically ensure that
-// the dependent toolboxes listed here are installed on the user's
-// Scilab installation.
-// Each toolbox dependency must be in format:
-// <operator> <toolbox name> <toolbox version|any>
-// where operator can be: ~, >, <, >=, <=
-// If multiple dependencies, put one per line (starting each line with a space)
-Depends:
-
-// Creation date
-Date: 2016-03-01
-
-Description: Succinct presentation of this toolbox.
-
- It should cover:
- - What problem the toolbox solves,
- - If it requires any third-party software or hardware,
- and how to install them,
- - Some basics about how to use it, such as an example of use.
- but ensuring that each line starts with a space.
-
-