Menu

Tree [e515de] master /
 History

HTTPS access


File Date Author Commit
 help 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 po 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 src 2026-03-04 Pavel Krejcir Pavel Krejcir [e515de] save name fix
 AUTHORS 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 BUGS 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 COPYING 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 ChangeLog 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 HACKING 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 INSTALL 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 Makefile 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 Makefile.am 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 Makefile.in 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 NEWS 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 README 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 TODO 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 aclocal.m4 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 autogen.sh 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 config.h 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 config.h.in 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 config.log 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 config.status 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 configure 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 configure.in 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 depcomp 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 install-sh 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 intltool-extract 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 intltool-extract.in 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 intltool-merge 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 intltool-merge.in 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 intltool-update 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 intltool-update.in 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 missing 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 mkinstalldirs 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit
 stamp-h1 2026-03-04 Pavel Krejcir Pavel Krejcir [e68bae] Initial commit

Read Me

GIMP Plug-In Template
=====================

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


This package is an empty plug-in for GIMP 2.0. 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.

The default license for the gimp-plugin-template is an ultra-permissive
XFree-style license to encourage the use of the template for GPL /or/
non-GPL plugins.  If you wish to use a different license for your plugin
(e.g. GPL) then you may change the license block in the 'COPYING' file
and the source to your favourite license.


Happy GIMPing,
--Mitch
MongoDB Logo MongoDB