Changeset 12639


Ignore:
Timestamp:
2006-09-01T10:52:17+12:00 (18 years ago)
Author:
mdewsnip
Message:

Changed the "-collect" option to "-collection", because it's a million times more accurate.

Location:
trunk/gsdl
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/classinfo.pl

    r12629 r12639  
    4646
    4747my $arguments =
    48     [ { 'name' => "collect",
    49     'desc' => "{classinfo.collect}",
     48    [ { 'name' => "collection",
     49    'desc' => "{classinfo.collection}",
    5050    'type' => "string",
    5151    'deft' => "",
     
    7878
    7979sub main {
    80     my $collect = "";
     80    my $collection = "";
    8181    my $xml = 0;
    8282    my $listall = 0;
     
    134134
    135135    # make sure the classifier is loaded from the correct location - a hack.
    136     if ($collect ne "") {
    137     $ENV{'GSDLCOLLECTDIR'} = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collect);
     136    if ($collection ne "") {
     137    $ENV{'GSDLCOLLECTDIR'} = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collection);
    138138    } else {
    139139    $ENV{'GSDLCOLLECTDIR'} = $ENV{'GSDLHOME'};
  • trunk/gsdl/bin/script/downloadinfo.pl

    r12629 r12639  
    4545
    4646my $arguments =
    47     [ { 'name' => "collect",
    48     'desc' => "{downloadinfo.collect}",
     47    [ { 'name' => "collection",
     48    'desc' => "{downloadinfo.collection}",
    4949    'type' => "string",
    5050    'reqd' => "no" },
     
    7878sub main {
    7979   
    80     my $collect = "";
     80    my $collection = "";
    8181    my $xml = 0;
    8282    my $listall = 0;
     
    152152    }
    153153
    154     if ($collect ne "") {
    155     $ENV{'GSDLCOLLECTDIR'} = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collect);
     154    if ($collection ne "") {
     155    $ENV{'GSDLCOLLECTDIR'} = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collection);
    156156    } else {
    157157    $ENV{'GSDLCOLLECTDIR'} = $ENV{'GSDLHOME'};
  • trunk/gsdl/bin/script/pluginfo.pl

    r12629 r12639  
    4646
    4747my $arguments =
    48     [ { 'name' => "collect",
    49     'desc' => "{pluginfo.collect}",
     48    [ { 'name' => "collection",
     49    'desc' => "{pluginfo.collection}",
    5050    'type' => "string",
    5151    'reqd' => "no" },
     
    7878
    7979sub main {
    80     my $collect = "";
     80    my $collection = "";
    8181    my $xml = 0;
    8282    my $listall = 0;
     
    154154    }
    155155
    156     if ($collect ne "") {
    157     $ENV{'GSDLCOLLECTDIR'} = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collect);
     156    if ($collection ne "") {
     157    $ENV{'GSDLCOLLECTDIR'} = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collection);
    158158    } else {
    159159    $ENV{'GSDLCOLLECTDIR'} = $ENV{'GSDLHOME'};
  • trunk/gsdl/bin/script/plugoutinfo.pl

    r12629 r12639  
    4646
    4747my $arguments =
    48     [ { 'name' => "collect",
    49     'desc' => "{plugoutinfo.collect}",
     48    [ { 'name' => "collection",
     49    'desc' => "{plugoutinfo.collection}",
    5050    'type' => "string",
    5151    'reqd' => "no" },
     
    7878
    7979sub main {
    80     my $collect = "";
     80    my $collection = "";
    8181    my $xml = 0;
    8282    my $listall = 0;
     
    156156    }
    157157
    158     if ($collect ne "") {
    159     $ENV{'GSDLCOLLECTDIR'} = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collect);
     158    if ($collection ne "") {
     159    $ENV{'GSDLCOLLECTDIR'} = &util::filename_cat ($ENV{'GSDLHOME'}, "collect", $collection);
    160160    } else {
    161161    $ENV{'GSDLCOLLECTDIR'} = $ENV{'GSDLHOME'};
  • trunk/gsdl/perllib/strings.properties

    r12617 r12639  
    124124# -- classinfo.pl --
    125125
    126 classinfo.collect:Giving a collection name will make classinfo.pl look in collect/collection-name/perllib/classify first. If the classifier is not found there it will look in the general perllib/classify directory.
     126classinfo.collection:Giving a collection name will make classinfo.pl look in collect/collection-name/perllib/classify first. If the classifier is not found there it will look in the general perllib/classify directory.
    127127
    128128classinfo.desc:Prints information about a classifier.
     
    157157
    158158downloadinfo.desc:Prints information about a download module
    159 downloadinfo.collect:Giving a collection name will make downloadinfo.pl look in collect/collection-name/perllib/downloaders first. If the module is not found there it will look in the general perllib/downloaders directory.
     159downloadinfo.collection:Giving a collection name will make downloadinfo.pl look in collect/collection-name/perllib/downloaders first. If the module is not found there it will look in the general perllib/downloaders directory.
    160160downloadinfo.params:[options] [download-module]
    161161downloadinfo.general_options:General options are inherited from parent classes of the download modules.
     
    384384# -- pluginfo.pl --
    385385
    386 pluginfo.collect:Giving a collection name will make pluginfo.pl look in collect/collection-name/perllib/plugins first. If the plugin is not found there it will look in the general perllib/plugins directory.
     386pluginfo.collection:Giving a collection name will make pluginfo.pl look in collect/collection-name/perllib/plugins first. If the plugin is not found there it will look in the general perllib/plugins directory.
    387387
    388388pluginfo.desc:Prints information about a plugin.
     
    405405# -- plugoutinfo.pl --
    406406
    407 plugoutinfo.collect:Giving a collection name will make plugoutinfo.pl look in collect/collection-name/perllib/plugouts first. If the plugout is not found there it will look in the general perllib/plugouts directory.
     407plugoutinfo.collection:Giving a collection name will make plugoutinfo.pl look in collect/collection-name/perllib/plugouts first. If the plugout is not found there it will look in the general perllib/plugouts directory.
    408408
    409409plugoutinfo.desc:Prints information about a plugout.
  • trunk/gsdl/perllib/strings_es.properties

    r12538 r12639  
    123123# -- classinfo.pl --
    124124
    125 classinfo.collect:Dar un nombre de la colección harán que classinfo.pl aparezca primero clasifique en el collect/collection-name/perllib/classify. Si el clasificador no se encuentra allí buscará en el directorio general perllib/classify.
     125classinfo.collection:Dar un nombre de la colección harán que classinfo.pl aparezca primero clasifique en el collect/collection-name/perllib/classify. Si el clasificador no se encuentra allí buscará en el directorio general perllib/classify.
    126126
    127127classinfo.desc:Imprime la información de las impresiones sobre un clasificador.
     
    156156
    157157downloadinfo.desc:Ofrece información sobre el módulo de descarga  # Updated 17-Aug-2006
    158 downloadinfo.collect:Dar un nombre de colección hará que downloadinfo.pl busque en collect/collection-name/perllib/downloaders primero. Si no encuentra el módulo aquí, buscará en el directorio general perllib/downloaders  # Updated 17-Aug-2006
     158downloadinfo.collection:Dar un nombre de colección hará que downloadinfo.pl busque en collect/collection-name/perllib/downloaders primero. Si no encuentra el módulo aquí, buscará en el directorio general perllib/downloaders  # Updated 17-Aug-2006
    159159downloadinfo.params:[opciones] [módulo de descarga]  # Updated 17-Aug-2006
    160160downloadinfo.general_options:Las opciones generale se heredan de las clases padre de los módulos de descarga.  # Updated 17-Aug-2006
     
    382382# -- pluginfo.pl --
    383383
    384 pluginfo.collect:Al dar un nombre a la colección realizará que un pluginfo.pl revise primero en el collect/collection-name/perllib/plugins. Si el plugin general no se encuentra allí que aparecerá en el directorio del perllib/plugins.
     384pluginfo.collection:Al dar un nombre a la colección realizará que un pluginfo.pl revise primero en el collect/collection-name/perllib/plugins. Si el plugin general no se encuentra allí que aparecerá en el directorio del perllib/plugins.
    385385
    386386pluginfo.desc:Imprime información sobre un plugin.
     
    403403# -- plugoutinfo.pl --
    404404
    405 plugoutinfo.collect:Dando un nombre de colección hará que plugoutinfo.pl busque primero en collect/collection-name/perllib/plugouts. Si la salida no se encuentra allí, buscará en el directorio general perllib/plugouts  # Updated 17-Aug-2006
     405plugoutinfo.collection:Dando un nombre de colección hará que plugoutinfo.pl busque primero en collect/collection-name/perllib/plugouts. Si la salida no se encuentra allí, buscará en el directorio general perllib/plugouts  # Updated 17-Aug-2006
    406406
    407407plugoutinfo.desc:Muestra información sobre la salida.  # Updated 17-Aug-2006
  • trunk/gsdl/perllib/strings_fr.properties

    r11850 r12639  
    121121# -- classinfo.pl --
    122122
    123 classinfo.collect:En donnant un nom à la collection fera que classinfo.pl va regarder d'abord dans collect/nom-de-collection/perlib/classify. Si le classificateur n'est pas trouvé, il va alors chercher dans le répertoire général perlib/classify.
     123classinfo.collection:En donnant un nom à la collection fera que classinfo.pl va regarder d'abord dans collect/nom-de-collection/perlib/classify. Si le classificateur n'est pas trouvé, il va alors chercher dans le répertoire général perlib/classify.
    124124
    125125classinfo.desc:Impime l'information sur un classificateur.
     
    352352# -- pluginfo.pl --
    353353
    354 pluginfo.collect:L'attribution d'un nom de colection fera que pluginfo.pl va rechercher d'abord dans collect/nom_de_collection/perllib/plugins. Si le plugin n'y est pas trouvé il va alors chercher dans le répertoire général de logiciels/perlib.
     354pluginfo.collection:L'attribution d'un nom de colection fera que pluginfo.pl va rechercher d'abord dans collect/nom_de_collection/perllib/plugins. Si le plugin n'y est pas trouvé il va alors chercher dans le répertoire général de logiciels/perlib.
    355355
    356356pluginfo.desc:Imprime l'information concernant un plugin.
  • trunk/gsdl/perllib/strings_ru.properties

    r11850 r12639  
    135135# -- classinfo.pl --
    136136
    137 classinfo.collect:ПрО преЎПставлеМОО ОЌеМО кПллекцОО МаЎП буЎет прежЎе всегП прПсЌПтреть classinfo.pl в collect/collection-name/perllib/classify. ЕслО классОфОкатПр таЌ Ме МайЎеМ, МеПбÑ
     137classinfo.collection:ПрО преЎПставлеМОО ОЌеМО кПллекцОО МаЎП буЎет прежЎе всегП прПсЌПтреть classinfo.pl в collect/collection-name/perllib/classify. ЕслО классОфОкатПр таЌ Ме МайЎеМ, МеПбÑ
    138138ПЎОЌП буЎет прПсЌПтреть Пбщую ЎОректПрОю perllib/classify.
    139139
     
    416416# -- pluginfo.pl --
    417417
    418 pluginfo.collect:ПреЎПставлеМОе ОЌеМО кПллекцОО буЎет выпПлМеМП прО прПсЌПтре плагОМПв прежЎе всегП  в collect/collection-name/perllib/plugins.  ЕслО плагОМ таЌ Ме МайЎеМ, тП МаЎП буЎет прПсЌПтреть в Пбщей ЎОректПрОО perllib/plugins.
     418pluginfo.collection:ПреЎПставлеМОе ОЌеМО кПллекцОО буЎет выпПлМеМП прО прПсЌПтре плагОМПв прежЎе всегП  в collect/collection-name/perllib/plugins.  ЕслО плагОМ таЌ Ме МайЎеМ, тП МаЎП буЎет прПсЌПтреть в Пбщей ЎОректПрОО perllib/plugins.
    419419
    420420pluginfo.desc:ЗапОсать ОМфПрЌацОю П плагОМаÑ
Note: See TracChangeset for help on using the changeset viewer.