Ignore:
Timestamp:
2004-09-15T16:18:06+12:00 (20 years ago)
Author:
chi
Message:

Add the "FileFormat" metadata to each of the Plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BibTexPlug.pm

    r6408 r8121  
    140140         'copyright', 'Copyright',
    141141         'note', 'Note',
    142 );
     142         );
    143143
    144144    # Metadata fields
     
    219219    # Add the Entry type as metadata
    220220    $doc_obj->add_utf8_metadata ($cursection, "EntryType", $EntryType);
     221   
     222    #Add the fileformat as metadata
     223    $doc_obj->add_metadata($cursection, "FileFormat", "BibTex");
     224
    221225
    222226    # Add the various field as metadata
Note: See TracChangeset for help on using the changeset viewer.