GIMP PlugIn Template
====================

Copyright (C) 2000-2003  Michael Natterer <mitch@gimp.org>


This package is an empty GIMP Plug-In.

It features all the nice things a good GIMP Plug-In should have:

- The source is separated in main/interface/render files (core/ui separation).
- It's prepared for I18N.
- It installs it's own help files.
- Full autoconf/automake support.
- A dialog with examples of all libgimp widgets.

Basically everything a Plug-In author should ever need except
her own image manupulation routines.


To build and install it, just ...

	./configure
	make
	make install

 ... and it's there.


To transform this template into your_plugin, grep the sources for
"gimp-plugin-template" and "gimp_plugin_template", then

 s/gimp-plugin-template/your-plugin/
 s/gimp_plugin_template/your_plugin/

And don't forget to remove (or update if really necessary) comments
for translators in po/README.translators.


Happy GIMPing,
--Mitch
