It is currently Tue Sep 22, 2026 12:20 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Links-Web-Browser.scm
PostPosted: Sat Mar 04, 2017 7:58 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
GIMP Version: 2.8.20
Operating System: Windows
GIMP Experience: Basic Level



May has to be updated?
;last edit by MareroQ 07.07.2012(links-script.scm + Web-browser-help.scm + my favorite)

_________________
"Where am I ?"


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Links-Web-Browser.scm
PostPosted: Sat Mar 04, 2017 11:25 am  (#2) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
dinasset wrote:
GIMP Version: 2.8.20
Operating System: Windows
GIMP Experience: Basic Level



May has to be updated?
;last edit by MareroQ 07.07.2012(links-script.scm + Web-browser-help.scm + my favorite)

This is the only links script i use.

Bookmark to the GMIC filter Onlinelist
;;; 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
;;; Version-1.1 - updated to new url
;;;
;;; 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/gui_filters.txt")
 
)


(script-fu-register "gmic"
   _"_GMIC filter webpage"
   _"Bookmark to the GMIC filter Onlinelist  links-scriptfu_RD.scm"
    "Rod Detmer <[email protected]>"
    "Rod Detmer <[email protected]>"
    "2013"
    ""
)


(script-fu-menu-register "gmic"
                         "<Image>/G'MIC/Help")




_________________
Image


Top
 Post subject: Re: Links-Web-Browser.scm
PostPosted: Sat Mar 04, 2017 11:44 am  (#3) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
Though the script could use an update as some links no longer work.
viewtopic.php?f=9&t=4651&start=10#p58170

_________________
Image


Top
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group