Changeset 14252


Ignore:
Timestamp:
2007-07-16T10:31:52+12:00 (17 years ago)
Author:
anna
Message:

Added strings for mediawiki plugin and download plug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/strings.properties

    r14243 r14252  
    6060
    6161# -- buildcol.pl --
     62
    6263buildcol.archivedir:Where the archives live.
    6364
     
    7778
    7879buildcol.desc:PERL script used to build a greenstone collection from GA documents.
    79 
    80 buildcol.disable_OAI:Disable the OAI service for this collection. This flag applies to Greenstone 3 only.
    8180
    8281buildcol.faillog:Fail log filename. This log receives the filenames of any files which fail to be processed.
     
    153152downloadfrom.download_mode:The type of server to download from
    154153downloadfrom.download_mode.Web:HTTP 
     154downloadfrom.download_mode.MediaWiki:MediaWiki website
    155155downloadfrom.download_mode.OAI: Open Archives Initiative
    156156downloadfrom.download_mode.z3950:z3950 server
     
    364364mkcol.doing_replacements:doing replacements for %s
    365365
    366 mkcol.gs3mode:Make a Greenstone 3 collection. If this flag is present, the collectdir argument must also be provided.
    367 
    368366mkcol.long_colname:ERROR: The collection name must be less than 8 characters so compatibility with earlier filesystems can be maintained.
    369367
     
    549547GenericList.desc:A general and flexible list classifier with most of the abilities of AZCompactList, but with better Unicode, metadata and sorting capabilities.
    550548GenericList.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ';' to separate metadata fields within each level.
     549GenericList.partition_name_length:The length of the partition name; defaults to a variable length from 1 up to 3 characters, depending on how many are required to distinguish the partition start from its end. This option only applies when partition_type_within_level is set to 'constant_size'.
    551550GenericList.partition_size_within_level:The number of items in each partition (only applies when partition_type_within_level is set to 'constant_size').
    552551GenericList.partition_type_within_level:The type of partitioning done: either 'per_letter', 'constant_size', or 'none'.
     
    863862
    864863MARCXMLPlug.metadata_mapping_file:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.
     864
     865MediaWikiPlug.desc:Plugin for importing MediaWiki web pages
     866
     867MediaWikiPlug.show_toc: Add to the collection's About page the 'table of contents' on the MediaWiki website's main page. Needs to specify a Perl regular expression in toc_exp below to match the 'table of contents' section.
     868
     869MediaWikiPlug.delete_toc:Delete the 'table of contents' section on each HTML page. Needs to specify a Perl regular expression in toc_exp below to match the 'table of contents' section.
     870
     871MediaWikiPlug.toc_exp:A Perl regular expression to match the 'table of content'. The default value matches common MediaWiki web pages.
     872
     873MediaWikiPlug.delete_nav:Delete the navigation section. Needs to specify a Perl regular expression in nav_div_exp below.
     874
     875MediaWikiPlug.nav_div_exp:A Perl regular expression to match the navigation section. The default value matches common MediaWiki web pages.
     876
     877MediaWikiPlug.delete_searchbox:Delete the searchbox section. Needs to specify a Perl regular expression in searchbox_div_exp below.
     878
     879MediaWikiPlug.searchbox_div_id:A Perl regular expression to match the searchbox section. The default value matches common MediaWiki web pages.
     880
     881MediaWikiPlug.remove_title_suffix_exp:A Perl regular expression to trim the extracted title. For example, \\s-(.+) will trim title contents after "-".
    865882
    866883MetadataCSVPlug.desc:A plugin for metadata in comma-separated value format. The Filename field in the CSV file is used to determine which document the metadata belongs to.
     
    10491066
    10501067BasDownload.desc:Base class for Download modules
     1068
     1069MediaWikiDownload.desc:A module for downloading from MediaWiki websites
     1070MediaWikiDownload.reject_filetype:Ignore url list, separate by comma, e.g.*cgi-bin*,*.ppt ignores hyperlinks that contain either 'cgi-bin' or '.ppt'
     1071MediaWikiDownload.reject_filetype_disp:Ignore url list, separate by comma
     1072MediaWikiDownload.exclude_directories:List of exclude directories (must be absolute path to the directory), e.g. /people,/documentation will exclude the 'people' and 'documentation' subdirectory under the currently crawling site.
     1073MediaWikiDownload.exclude_directories_disp:List of exclude directories, separate by comma
    10511074
    10521075OAIDownload.desc:A module for downloading from OAI repositories
Note: See TracChangeset for help on using the changeset viewer.