;;; Plugin  : Help Links
;;; Author  : Rod Detmer
;;; Date    : December 7th 2013
;;; Revision: 1.0
;;; 					
;;; Version : 1.0
;;; Latest version at: http://www.gimpchat.com
;;; Required : Gimp 2.8 or later
;;;
;;; Description: 
;;; Creates a link to any online website from within Gimps interface
;;; -----------------------------------------------------------------------------
;;; Change Log:
;;; Version-1.0
;;;
;;; License:
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 2 of the License, or
;;; (at your option) any later version.
;;; 
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;; 
;;; You should have received a copy of the GNU General Public License
;;; along with this program; if not, write to the Free Software
;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, U


(define (gmic)
  (plug-in-web-browser "http://gmic.eu/gimp_filters.txt")
  
)


(script-fu-register "gmic"
   _"_GMIC filter webpage"
   _"Bookmark to the GMIC filter Onlinelist  links-scriptfu_RD.scm"
    "Rod Detmer <wacmaster@hotmail.com>"
    "Rod Detmer <wacmaster@hotmail.com>"
    "2013"
    ""
)


(script-fu-menu-register "gmic"
                         "<Image>/G'MIC/Help")



