greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16025

Show
Ignore:
Timestamp:
2008-06-16 14:58:01 (7 months ago)
Author:
kjdon
Message:

added license info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/perllib/plugins/AbstractPlugin.pm

    r15868 r16025  
     1########################################################################### 
     2# 
     3# Base plugin for other plugins that don't inherit (directly or indirectly) 
     4# from BasePlugin 
     5# 
     6# A component of the Greenstone digital library software 
     7# from the New Zealand Digital Library Project at the  
     8# University of Waikato, New Zealand. 
     9# 
     10# Copyright (C) 2008 New Zealand Digital Library Project 
     11# 
     12# This program is free software; you can redistribute it and/or modify 
     13# it under the terms of the GNU General Public License as published by 
     14# the Free Software Foundation; either version 2 of the License, or 
     15# (at your option) any later version. 
     16# 
     17# This program is distributed in the hope that it will be useful, 
     18# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     20# GNU General Public License for more details. 
     21# 
     22# You should have received a copy of the GNU General Public License 
     23# along with this program; if not, write to the Free Software 
     24# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     25# 
     26########################################################################### 
    127package AbstractPlugin; 
    228 
  • gsdl/trunk/perllib/plugins/AcronymExtractor.pm

    r16013 r16025  
     1########################################################################### 
     2# 
     3# AcronymExtractor - helper plugin that extacts acronyms from text  
     4# 
     5# A component of the Greenstone digital library software 
     6# from the New Zealand Digital Library Project at the  
     7# University of Waikato, New Zealand. 
     8# 
     9# Copyright (C) 2008 New Zealand Digital Library Project 
     10# 
     11# This program is free software; you can redistribute it and/or modify 
     12# it under the terms of the GNU General Public License as published by 
     13# the Free Software Foundation; either version 2 of the License, or 
     14# (at your option) any later version. 
     15# 
     16# This program is distributed in the hope that it will be useful, 
     17# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19# GNU General Public License for more details. 
     20# 
     21# You should have received a copy of the GNU General Public License 
     22# along with this program; if not, write to the Free Software 
     23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     24# 
     25########################################################################### 
     26 
    127package AcronymExtractor; 
    228 
  • gsdl/trunk/perllib/plugins/DateExtractor.pm

    r15887 r16025  
     1########################################################################### 
     2# 
     3# DateExtractor - helper plugin that extracts historical dates from text 
     4# 
     5# A component of the Greenstone digital library software 
     6# from the New Zealand Digital Library Project at the  
     7# University of Waikato, New Zealand. 
     8# 
     9# Copyright (C) 2008 New Zealand Digital Library Project 
     10# 
     11# This program is free software; you can redistribute it and/or modify 
     12# it under the terms of the GNU General Public License as published by 
     13# the Free Software Foundation; either version 2 of the License, or 
     14# (at your option) any later version. 
     15# 
     16# This program is distributed in the hope that it will be useful, 
     17# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19# GNU General Public License for more details. 
     20# 
     21# You should have received a copy of the GNU General Public License 
     22# along with this program; if not, write to the Free Software 
     23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     24# 
     25########################################################################### 
     26 
    127package DateExtractor; 
    228 
  • gsdl/trunk/perllib/plugins/EmailAddressExtractor.pm

    r16013 r16025  
     1########################################################################### 
     2# 
     3# EmailAddressExtractor - helper plugin that extracts email addresses from text 
     4# 
     5# A component of the Greenstone digital library software 
     6# from the New Zealand Digital Library Project at the  
     7# University of Waikato, New Zealand. 
     8# 
     9# Copyright (C) 2008 New Zealand Digital Library Project 
     10# 
     11# This program is free software; you can redistribute it and/or modify 
     12# it under the terms of the GNU General Public License as published by 
     13# the Free Software Foundation; either version 2 of the License, or 
     14# (at your option) any later version. 
     15# 
     16# This program is distributed in the hope that it will be useful, 
     17# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19# GNU General Public License for more details. 
     20# 
     21# You should have received a copy of the GNU General Public License 
     22# along with this program; if not, write to the Free Software 
     23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     24# 
     25########################################################################### 
     26 
    127package EmailAddressExtractor; 
    228 
  • gsdl/trunk/perllib/plugins/ImageConverter.pm

    r16019 r16025  
     1########################################################################### 
     2# 
     3# ImageConverter - helper plugin that does image conversion using ImageMagick 
     4# 
     5# A component of the Greenstone digital library software 
     6# from the New Zealand Digital Library Project at the  
     7# University of Waikato, New Zealand. 
     8# 
     9# Copyright (C) 2008 New Zealand Digital Library Project 
     10# 
     11# This program is free software; you can redistribute it and/or modify 
     12# it under the terms of the GNU General Public License as published by 
     13# the Free Software Foundation; either version 2 of the License, or 
     14# (at your option) any later version. 
     15# 
     16# This program is distributed in the hope that it will be useful, 
     17# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19# GNU General Public License for more details. 
     20# 
     21# You should have received a copy of the GNU General Public License 
     22# along with this program; if not, write to the Free Software 
     23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     24# 
     25########################################################################### 
    126package ImageConverter; 
    227 
  • gsdl/trunk/perllib/plugins/KeyphraseExtractor.pm

    r15887 r16025  
     1########################################################################### 
     2# 
     3# KeyphraseExtractor - helper plugin to extract key phrases 
     4# 
     5# A component of the Greenstone digital library software 
     6# from the New Zealand Digital Library Project at the  
     7# University of Waikato, New Zealand. 
     8# 
     9# Copyright (C) 2008 New Zealand Digital Library Project 
     10# 
     11# This program is free software; you can redistribute it and/or modify 
     12# it under the terms of the GNU General Public License as published by 
     13# the Free Software Foundation; either version 2 of the License, or 
     14# (at your option) any later version. 
     15# 
     16# This program is distributed in the hope that it will be useful, 
     17# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19# GNU General Public License for more details. 
     20# 
     21# You should have received a copy of the GNU General Public License 
     22# along with this program; if not, write to the Free Software 
     23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     24# 
     25########################################################################### 
     26 
    127package KeyphraseExtractor; 
    228 
  • gsdl/trunk/perllib/plugins/PrintInfo.pm

    r15881 r16025  
     1########################################################################### 
     2# 
     3# PrintInfo - most base plugin 
     4# 
     5# A component of the Greenstone digital library software 
     6# from the New Zealand Digital Library Project at the  
     7# University of Waikato, New Zealand. 
     8# 
     9# Copyright (C) 2008 New Zealand Digital Library Project 
     10# 
     11# This program is free software; you can redistribute it and/or modify 
     12# it under the terms of the GNU General Public License as published by 
     13# the Free Software Foundation; either version 2 of the License, or 
     14# (at your option) any later version. 
     15# 
     16# This program is distributed in the hope that it will be useful, 
     17# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19# GNU General Public License for more details. 
     20# 
     21# You should have received a copy of the GNU General Public License 
     22# along with this program; if not, write to the Free Software 
     23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
     24# 
     25########################################################################### 
     26 
    127## Most basic plugin, just handles parsing the arguments and printing out descriptions. Used for plugins and Extractor plugins 
    228 
     
    237263} 
    238264 
     265 
    2392661; 
    240267