[Gimp-developer] Help file index RFC

2001-12-31 Thread syngin

The time has come to determine an index system for the new help package.
The entire help system will be changing (as previously determined) and
initial discussions with Sven have leaned toward an XML index and
precompiled HTML help files.

The role of the index will be to eliminate hard coded file links inside
The GIMP's mighty core which will in turn lead to greater i18n
flexibility.

We have now reached a point in discussions where other's are encouraged
to comment on how this might be achieved.

CC's to [EMAIL PROTECTED] would be appreciated.

GIMP on, you crazy kids :)
-- 
__
   UNIX gives you  |   l  i  n  u  x  -  b  a  s  h  -  g  i  m  p
enough rope to shoot   |   s y n g i n  @  g i m p . o r g
yourself in the foot   | s y n g i n  @  g i m p . n o
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] Module or plug-in for embedded control of GIMP?

2001-12-31 Thread David Hodson

Michael Terry wrote:

> If I could access the image manipulation functions through a plug-in that
> remained resident, that would work, but a plug-in is unloaded once its
> method (whether query or run) is finished (if I understand correctly).

I've done a couple of things like this. The simpler is a system for
doing some common batch processing of images. Try looking at

  http://members.ozemail.com.au/~hodsond/dbp.html

for the code. It requests lots of operations from the Gimp. Note that
it processes the images and returns once the OK button is pressed -
if you don't call gtk_main_quit() (or whatever it is), your plugin
keeps going.

-- 
David Hodson  --  this night wounds time
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer