Plugin name | Old name | Description |
BibTexPlugin | (BibTexPlug) | Plugin that imports BibTex files. Inherits from SplitTextFile. |
BookPlugin | (BookPlug) | Plugin that imports Humanity Library collection files. A simplification of HBPlugin. Inherits from AutoExtractMetadata. |
CONTENTdmPlugin | (CONTENTdmPlug) | Plugin that imports RDF files in exported CONTENTdm collections. Inherits from ConvertBinaryFile, ReadXMLFile. |
ConvertToRogPlugin | (ConvertToRogPlug) | ?? Inherits from RogPlugin. |
CSVPlugin | (CSVPlug) | Plugin that imports files in comma-separated value format. A new document will be created for each line of the file. Inherits from SplitTextFile. |
DatabasePlugin | (DBPlug) | Plugin that extracts records from databases (requires additional Perl setup). Inherits from AutoExtractMetadata. |
DSpacePlugin | (DSpacePlug) | Plugin that imports DSpace archive format. Inherits from BasePlugin. |
EmailPlugin | (EMAILPlug) | Plugin that imports saved email files (not MS OutLook format though). Inherits from SplitTextFile. |
ExcelPlugin | (ExcelPlug) | Plugin that imports Microsoft Excel files. Inherits from ConvertBinaryFile. |
FavouritesPlugin | (FavouritesPlug) | Plugin that imports Internet Explorer Favourites files. Inherits from ReadTextFile. |
FOXPlugin | (FOXPlug) | Plugin that imports FOX database files. Inherits from BasePlugin. |
HBPlugin | (HBPlug) | Plugin that imports an HTML book directory. Used by Humanity Library collection. Inherits from BasePlugin. |
HTMLPlugin | (HTMLPlug) | Plugin that imports HTML files. Inherits from ReadTextFile, HBPlugin. |
HTMLImagePlugin | (W3ImgPlug) | Plugin that imports HTML files, creating a Greenstone document for each image in the web page. Inherits from HTMLPlugin. |
ImagePlugin | (ImagePlug) | Plugin that imports JPEG, GIF etc see http://www.imagemagick.org/www/formats.html. Inherits from BasePlugin, ImageConverter. |
IndexPlugin | (IndexPlug) | Plugin that processes an index.txt file, which lists all files to be included in the collection, plus additional metadata for those documents. Inherits from BasePlugin. |
ISISPlugin | (ISISPlug) | Plugin that imports CDS/ISIS database files. Inherits from SplitTextFile. |
LaTeXPlugin | (LaTeXPlug) | Plugin that imports LaTeX files. Inherits from ReadTextFile. |
LOMPlugin | (LOMPlug) | Plugin that imports LOM (Learning Object Metadata) files. Inherits from ReadTextFile. |
MARCPlugin | (MARCPlug) | Plugin that imports MARC metadata. Inherits from SplitTextFile. |
MARCXMLPlugin | (MARCXMLPlug) | Plugin that imports MARC metadata in XML format. Inherits from ReadXMLFile, ReadTextFile. |
MediaWikiPlugin | (MediaWikiPlug) | Plugin that imports MediaWiki web pages. Inherits from HTMLPlugin. |
MetadataCSVPlugin | (MetadataCSVPlug) | Plugin that imports metadata in CSV (comma separated value) format. The Filename field in the CSV file is used to determine which document the metadata belongs to. Inherits from BasePlugin. |
MP3Plugin | (MP3Plug) | Plugin that imports MP3 audio files. Inherits from BasePlugin. |
NulPlugin | (NULPlug) | Plugin that imports dummy files (.nul). These may generated when bibliographic databases are 'exploded'. Inherits from BasePlugin. |
OAIPlugin | (OAIPlug) | Plugin that imports Open Archives Initiatives (OAI) data. Inherits from ReadXMLFile, ReadTextFile. |
OggVorbisPlugin | (OggVorbisPlug) | |
OpenDocumentPlugin | (OpenDocumentPlug) | Plugin that imports OASIS OpenDocument format documents (used by OpenOffice 2.0). Inherits from ReadXMLFile. |
PagedImagePlugin | (PagedImgPlug) | Plugin that imports sequences of image files (formats as for ImagePlug), with optional associated plain text. Each document requires an item file listing the image/text files that make up the document. Inherits from ReadXMLFile, ReadTextFile, ImageConverter. |
PDFPlugin | (PDFPlug) | Plugin that imports PDF files. Inherits from ConvertBinaryFile. |
PostScriptPlugin | (PSPlug) | Plugin that imports Postscript files. Inherits from ConvertBinaryFile. |
PowerPointPlugin | (PPTPlug) | Plugin that imports Microsoft Powerpoint files. Inherits from ConvertBinaryFile. |
ProCitePlugin | (ProCitePlug) | Plugin that imports ProCite files. Inherits from SplitTextFile. |
RealMediaPlugin | (RealMediaPlug) | Plugin that imports RealMedia files. Inherits from BasePlugin. |
ReferPlugin | (ReferPlug) | Plugin that imports Refer files. Inherits from SplitTExtFile. |
RogPlugin | (RogPlug) | Plugin that imports .rog or .mdb files. Inherits from BasePlugin. |
RTFPlugin | (RTFPlug) | Plugin that imports RTF files. Inherits from ConvertBinaryFile. |
SourceCodePlugin | (SRCPlug) | Plugin that imports source code (C/C++, Perl, Shell). Inherits from ReadTextFile. |
StructuredHTMLPluin | (StructuredHTMLPlug) | Plugin that imports structured HTML documents, splitting them into sections based on style information. Inherits from HTMLPlugin. |
TextPlugin | (TEXTPlug) | Plugin that imports plain text files. Inherits from ReadTextFile. |
UnknownPlugin | (UnknownPlug) | Plugin that imports files with a user-specified file extension. No processing is done on the file. Instead a fictional document is created and the file is attached to that document. Used to import files that Greenstone can't otherwise handle. Inherits from BasePlugin. |
WordPlugin | (WordPlug) | Plugin that imports Microsoft Word documents. Inherits from ConvertBinaryFile. |
ZIPPlugin | (ZIPPlug) | Plugin that unpacks compressed or archive file formats and sends content down plugin pipeline. Handled formats include gzip (.gz, .z, .tgz, .taz), bzip (.bz), bzip2 (.bz2), zip (.zip, .jar) and tar (.tar). Relies on the appropriate utility being present: gunzip, bunzip, bunzip2, unzip, tar. Inherits from BasePlugin. |