Ignore:
Timestamp:
2018-10-19T17:17:08+13:00 (6 years ago)
Author:
ak19
Message:

Related to previous commit, part 2 of commit. Renamed new MySQLPlugout to GreenstoneSQLPlugout to indicate that it deals with the internal Greenstone doc format and to match with the in-progress GreenstoneSQLPlugin (whereas the extant DatabasePlugin, like most other plugins, appears to work with external document formats, database records in DatabasePlugin's case).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/import.pl

    r32518 r32528  
    8888      { 'name' => "GreenstoneMETS",
    8989        'desc' => "{export.saveas.GreenstoneMETS}"},
    90       { 'name' => "MySQL",
    91         'desc' => "{export.saveas.MySQL}"},
    92       { 'name' => "MySQL_metadata_only",
    93         'desc' => "{export.saveas.MySQL.meta_only}"},
    94       { 'name' => "MySQL_fulltext_only",
    95         'desc' => "{export.saveas.MySQL.text_only}"},
     90      { 'name' => "GreenstoneSQL",
     91        'desc' => "{export.saveas.GreenstoneSQL}"},
     92      { 'name' => "GreenstoneSQL_metadata_only",
     93        'desc' => "{export.saveas.GreenstoneSQL.meta_only}"},
     94      { 'name' => "GreenstoneSQL_fulltext_only",
     95        'desc' => "{export.saveas.GreenstoneSQL.text_only}"},
    9696      ];
    9797
Note: See TracChangeset for help on using the changeset viewer.