Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [webmaster33] Install a global from a plugin?

Quote Reply
Re: [webmaster33] Install a global from a plugin? In reply to
Hi,

If "Links" was the controlling program, I could see that happening, even in a Windows/compiled environment, but with open source and Unix as the real guy in charge, this would be hard to do.

My suggestion for using your own libraries, would be for cleanliness, and ease of operation. If someone hijacked your libaries, or altered them, you could simply reinstall them, (with changes) and put them out of operation. But, that gets nasty, and should be an effort of last result.

My real suggestion is for something like this:

PUGDOG/Utils.pm
PUGDOG/Utils/FileSave.pm
PUGDOG/Download/Download.pm
PUGDOG/Download/Upload.pm
PUGDOG/Download/Utils.pm

Etc. This would allow you to install new plugins in your own directory, with a file hierarchy, and if you have 2-3 plugins that all used the same basic check, or handling rutines, you could put them in your Utils.pm/Utils hierarchy, and only have to worry about them once. No embedded "bad" coding. :)

Look at the GT or Links subdirectory trees for ideas of how to break up your code.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread Install a global from a plugin? Ian 7237 May 20, 2002, 9:54 PM
Thread Re: [Ian] Install a global from a plugin?
yogi 6964 May 20, 2002, 10:31 PM
Thread Re: [yogi] Install a global from a plugin?
Ian 6989 May 20, 2002, 10:36 PM
Thread Re: [Ian] Install a global from a plugin?
pugdog 7017 May 27, 2002, 3:28 AM
Thread Re: [pugdog] Install a global from a plugin?
webmaster33 6988 May 27, 2002, 4:13 AM
Post Re: [webmaster33] Install a global from a plugin?
pugdog 6984 May 28, 2002, 9:28 AM
Post Re: [pugdog] Install a global from a plugin?
Ian 6946 May 28, 2002, 5:33 PM
Thread Re: [yogi] Install a global from a plugin?
Ian 6895 May 31, 2002, 11:52 AM
Thread Re: [Ian] Install a global from a plugin?
yogi 6961 May 31, 2002, 1:17 PM
Thread Re: [yogi] Install a global from a plugin?
Ian 6921 May 31, 2002, 1:35 PM
Thread Re: [Ian] Install a global from a plugin?
webmaster33 6941 May 31, 2002, 11:46 PM
Thread Re: [webmaster33] Install a global from a plugin?
Ian 6971 Jun 1, 2002, 8:18 AM
Thread Re: [Ian] Install a global from a plugin?
webmaster33 6980 Jun 2, 2002, 3:54 AM
Thread Re: [webmaster33] Install a global from a plugin?
Ian 6888 Jun 2, 2002, 8:50 AM
Thread Re: [Ian] Install a global from a plugin?
webmaster33 7050 Jun 2, 2002, 9:13 AM
Post Re: [webmaster33] Install a global from a plugin?
Ian 6871 Jun 2, 2002, 9:21 AM