1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) DIGITEO - Pierre MARECHAL <pierre.marechal@scilab.org>
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="atoms">
15 <refname>Functions Summary</refname>
17 <!-- ===================================================================== -->
18 <!-- Install/Remove/Update modules -->
19 <!-- ===================================================================== -->
21 <title>Install/Remove/Update modules ...</title>
23 <informaltable border="1">
26 <link linkend="atomsInstall">atomsInstall</link>
29 Install one or several modules
34 <link linkend="atomsUpdate">atomsUpdate</link>
37 Update one or several modules
42 <link linkend="atomsRemove">atomsRemove</link>
45 Remove one or several modules
50 <link linkend="atomsGetInstalled">atomsGetInstalled</link>
53 Get the list of installed external modules
58 <link linkend="atomsIsInstalled">atomsIsInstalled</link>
61 Determine whether the module is installed or not
66 <link linkend="atomsTest">atomsTest</link>
69 Execute the tests of an installed module
74 <link linkend="atomsCheckModule">atomsCheckModule</link>
77 Install, load, test and remove one or several modules
83 <!-- ===================================================================== -->
85 <!-- ===================================================================== -->
87 <title>Load modules ...</title>
89 <informaltable border="1">
92 <link linkend="atomsLoad">atomsLoad</link>
95 Load one or several modules
100 <link linkend="atomsAutoLoad">atomsAutoLoad</link>
103 Load the modules marked as "autoload"
108 <link linkend="atomsGetLoaded">atomsGetLoaded</link>
111 Get the list of loaded modules
116 <link linkend="atomsIsLoaded">atomsIsLoaded</link>
119 Determines whether the module is loaded or not
124 <link linkend="atomsAutoloadList">atomsAutoloadList</link>
127 Get the list of modules registered to autoload at Scilab start.
132 <link linkend="atomsAutoloadAdd">atomsAutoloadAdd</link>
135 Add one or several modules to autoload system.
140 <link linkend="atomsAutoloadDel">atomsAutoloadDel</link>
143 Remove one or several modules from autoload system.
148 <link linkend="atomsQuit">atomsQuit</link>
151 Launch the .quit file of all loaded modules
157 <!-- ===================================================================== -->
159 <!-- ===================================================================== -->
161 <title>Get information ...</title>
163 <informaltable border="1">
166 <link linkend="atomsList">atomsList</link>
169 List available modules
174 <link linkend="atomsCategoryList">atomsCategoryList</link>
177 List available categories
182 <link linkend="atomsSearch">atomsSearch</link>
190 <link linkend="atomsShow">atomsShow</link>
193 Show the characteristics of a module
198 <link linkend="atomsDepTreeShow">atomsDepTreeShow</link>
201 Show the dependency tree of a module
206 <link linkend="atomsGetInstalledPath">atomsGetInstalledPath</link>
209 Get the installation path of an module
214 <link linkend="atomsGetLoadedPath">atomsGetLoadedPath</link>
217 Get the installation path of a loaded module
222 <link linkend="atomsVersion">atomsVersion</link>
225 Get the ATOMS's module version
231 <!-- ===================================================================== -->
232 <!-- Repository management -->
233 <!-- ===================================================================== -->
235 <title>Manage repositories ...</title>
237 <informaltable border="1">
240 <link linkend="atomsRepositoryList">atomsRepositoryList</link>
243 Get the list of managed repositories
248 <link linkend="atomsRepositoryAdd">atomsRepositoryAdd</link>
251 Add one or several URLs to the list of managed repositories
256 <link linkend="atomsRepositoryDel">atomsRepositoryDel</link>
259 Remove one or several URLs from the list of managed repositories
265 <!-- ===================================================================== -->
267 <!-- ===================================================================== -->
269 <title>Manage ATOMS system ...</title>
271 <informaltable border="1">
274 <link linkend="atomsSystemUpdate">atomsSystemUpdate</link>
277 Update the list of available modules
282 <link linkend="atomsSetConfig">atomsSetConfig</link>
285 Manage ATOMS parameters
290 <link linkend="atomsGetConfig">atomsGetConfig</link>
293 Get the list of ATOMS parameters
298 <link linkend="atomsRestoreConfig">atomsRestoreConfig</link>
301 Restore the configuration from the backup file
306 <link linkend="atomsSaveConfig">atomsSaveConfig</link>
309 Make a backup of the configuration file
314 <link linkend="atomsSystemInit">atomsSystemInit</link>
317 Set the rightful write access for the ATOMS system
323 <!-- ===================================================================== -->
325 <!-- ===================================================================== -->