forked from Chaogan-Yan/REST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
executable file
·45 lines (39 loc) · 1.57 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!-- $Id: info.xml 20070601 [email protected] $ -->
<productinfo
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.mathworks.com/namespace/info/v1/info.xsd">
<?xml-stylesheet type="text/xsl" href="http://www.mathworks.com/namespace/info/v1/info.xsl"?>
<matlabrelease>14</matlabrelease>
<name>Resting State fMRI Data Analysis</name>
<type>toolbox</type>
<icon>$toolbox/matlab/icons/matlabicon.gif</icon>
<help_location>./man/</help_location>
<!-- http://www.mathworks.com/support/solutions/data/1-1C77F.html?solution=1-1C77F -->
<!-- http://www.mathworks.com/support/solutions/data/1-18U6Q.html?solution=1-18U6Q -->
<!-- http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/guiref16.html -->
<!-- http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/guiref15.html -->
<list>
<listitem>
<label>Start REST 2007</label>
<callback>rest</callback>
<icon>$toolbox/matlab/icons/figureicon.gif</icon>
</listitem>
<listitem>
<label>Help</label>
<callback>rest OpenHelp</callback>
<icon>$toolbox/matlab/icons/book_mat.gif</icon>
</listitem>
<!--
<listitem>
<label>SPM Wiki</label>
<callback>web http://en.wikibooks.org/wiki/SPM -browser;</callback>
<icon>$toolbox/matlab/icons/demoicon.gif</icon>
</listitem>
-->
<listitem>
<label>Mail to REST Author</label>
<callback>web('mailto:[email protected]');</callback>
<icon>$toolbox/matlab/icons/webicon.gif</icon>
</listitem>
</list>
</productinfo>