Changeset 5163


Ignore:
Timestamp:
2003-08-18T14:06:09+12:00 (21 years ago)
Author:
jmt12
Message:

One argument was incorrect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/xml/buildcol.xml

    r4687 r5163  
    1616  <Desc>PERL script used to build a greenstone collection from GML documents.</Desc>
    1717  <Arguments>
     18
     19    <Option>
     20      <Name>allclassifications</Name>
     21      <Desc>Don't remove empty classifications</Desc>
     22      <Type>flag</Type>
     23      <Required>no</Required>
     24    </Option>
     25
    1826    <Option>
    1927      <Name>archivedir</Name>
    2028      <Desc>Where the archives live</Desc>
    2129      <Type>string</Type>
    22       <Required>no</Required>
    23     </Option>
    24     <Option>
    25       <Name>verbosity</Name>
    26       <Desc>0=none, 3=lots</Desc>
    27       <Type>int</Type>
    2830      <Required>no</Required>
    2931    </Option>
     
    3436      <Required>no</Required>
    3537    </Option>-->
     38
     39    <Option>
     40      <Name>buildtype</Name>
     41      <Desc>This will override the config file setting. (default is mg)</Desc>
     42      <Type>enum</Type>
     43      <Required>no</Required>
     44      <List>
     45        <Value>
     46          <Name>mg</Name>
     47        </Value>
     48        <Value>
     49          <Name>mgpp</Name>
     50        </Value>
     51      </List>
     52    </Option>
     53
     54    <!--<Option hide="true">
     55      <Name>collectdir</Name>
     56      <Desc>Collection directory</Desc>
     57      <Type>string</Type>
     58      <Required>no</Required>
     59    </Option>-->
     60
     61    <Option>
     62      <Name>create_images</Name>
     63      <Desc>Attempt to create default images for new collection. This
     64        relies on the Gimp being installed along with relevant perl
     65        modules to allow scripting from perl</Desc>
     66      <Type>flag</Type>
     67      <Required>no</Required>
     68    </Option>
     69
     70    <Option>
     71      <Name>debug</Name>
     72      <Desc>Print output to STDOUT</Desc>
     73      <Type>flag</Type>
     74      <Required>no</Required>
     75    </Option>
     76
     77    <Option>
     78      <Name>faillog</Name>
     79      <Desc>Fail log filename. This log receives the filenames of any
     80        files which fail to be processed (defaults. to &lt;collectdir&gt;/colname/etc/fail.log)</Desc>
     81      <Type>string</Type>
     82      <Required>no</Required>
     83    </Option>
     84
     85    <Option>
     86      <Name>index</Name>
     87      <Desc>Index to build (will build all in config file if not set)</Desc>
     88      <Type>string</Type>
     89      <Required>no</Required>
     90    </Option>
     91
     92    <Option>
     93      <Name>keepold</Name>
     94      <Desc>will not destroy the current contents of the building directory</Desc>
     95      <Type>flag</Type>
     96      <Required>no</Required>
     97    </Option>
     98
    3699    <Option>
    37100      <Name>maxdocs</Name>
     
    40103      <Required>no</Required>
    41104    </Option>
    42     <Option>
    43       <Name>debug</Name>
    44       <Desc>Print output to STDOUT</Desc>
    45       <Type>flag</Type>
    46       <Required>no</Required>
    47     </Option>
     105
    48106    <Option>
    49107      <Name>mode</Name>
     
    66124      </List>
    67125    </Option>
     126
    68127    <Option>
    69       <Name>index</Name>
    70       <Desc>Index to build (will build all in config file if not set)</Desc>
    71       <Type>string</Type>
    72       <Required>no</Required>
    73     </Option>
    74     <Option>
    75       <Name>keepold</Name>
    76       <Desc>will not destroy the current contents of the building directory</Desc>
     128      <Name>no_strip_html</Name>
     129      <Desc>Do not strip the html tags from the indexed text (only used
     130        for mgpp collections)</Desc>
    77131      <Type>flag</Type>
    78132      <Required>no</Required>
    79133    </Option>
     134
    80135    <Option>
    81136      <Name>no_text</Name>
     
    87142      <Required>no</Required>
    88143    </Option>
    89     <Option>
    90       <Name>allclassifications</Name>
    91       <Desc>Don't remove empty classifications</Desc>
    92       <Type>flag</Type>
    93       <Required>no</Required>
    94     </Option>
    95     <Option>
    96       <Name>create_images</Name>
    97       <Desc>Attempt to create default images for new collection. This
    98         relies on the Gimp being installed along with relevant perl
    99         modules to allow scripting from perl</Desc>
    100       <Type>flag</Type>
    101       <Required>no</Required>
    102     </Option>
    103     <!--<Option hide="true">
    104       <Name>collectdir</Name>
    105       <Desc>Collection directory</Desc>
    106       <Type>string</Type>
    107       <Required>no</Required>
    108     </Option>-->
     144
    109145    <Option>
    110146      <Name>out</Name>
     
    113149      <Required>no</Required>
    114150    </Option>
     151
    115152    <Option>
    116       <Name>buildtype</Name>
    117       <Desc>This will override the config file setting. (default is mg)</Desc>
    118       <Type>enum</Type>
    119       <Required>no</Required>
    120       <List>
    121         <Value>
    122           <Name>mg</Name>
    123         </Value>
    124         <Value>
    125           <Name>mgpp</Name>
    126         </Value>
    127       </List>
    128     </Option>
    129     <Option>
    130       <Name>no_strip_html</Name>
    131       <Desc>Do not strip the html tags from the indexed text (only used
    132         for mgpp collections)</Desc>
    133       <Type>flag</Type>
     153      <Name>verbosity</Name>
     154      <Desc>0=none, 3=lots</Desc>
     155      <Type>int</Type>
    134156      <Required>no</Required>
    135157    </Option>
    136     <Option>
    137       <Name>faillog</Name>
    138       <Desc>Fail log filename. This log receives the filenames of any
    139         files which fail to be processed (defaults. to &lt;collectdir&gt;/colname/etc/fail.log)</Desc>
    140       <Type>string</Type>
    141       <Required>no</Required>
    142     </Option>
     158
    143159  </Arguments>
    144160</Info>
Note: See TracChangeset for help on using the changeset viewer.