summaryrefslogtreecommitdiff
path: root/doc/context/scripts/mkiv/mtx-install-modules.xml
blob: cee53e9126c43b5b7ef8f8270f6dad0eea51e1c4 (plain)
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
<?xml version="1.0"?>
<application>
 <metadata>
  <entry name="name">mtx-install</entry>
  <entry name="detail">ConTeXt Installer</entry>
  <entry name="version">2.01</entry>
 </metadata>
 <flags>
  <category name="basic">
   <subcategory>
    <flag name="list"><short>list modules</short></flag>
    <flag name="installed"><short>list installed modules</short></flag>
    <flag name="install"><short>install modules</short></flag>
    <flag name="uninstall"><short>uninstall modules</short></flag>
    <flag name="module"><short>install (zip) file(s)</short></flag>
   </subcategory>
  </category>
 </flags>
 <examples>
  <category>
   <title>Examples</title>
   <subcategory>
    <example><command>mtxrun --script install-modules --list</command></example>
   </subcategory>
   <subcategory>
    <example><command>mtxrun --script install-modules --install filter letter</command></example>
    <example><command>mtxrun --script install-modules --install tikz</command></example>
    <example><command>mtxrun --script install-modules --install --all</command></example>
   </subcategory>
   <subcategory>
    <example><command>mtxrun --script install-modules --install   --module t-letter.zip</command></example>
    <example><command>mtxrun --script install-modules --uninstall --module t-letter.zip</command></example>
   </subcategory>
   <subcategory>
    <example><command>mtxrun --script install-modules --installed</command></example>
   </subcategory>
  </category>
 </examples>
</application>