gimp/help/contents.html
Sven Neumann df1088074e Michael Natterer <mitschel@cs.tu-berlin.de>
1999-06-28  Sven Neumann  <sven@gimp.org>
	    Michael Natterer  <mitschel@cs.tu-berlin.de>

	* app/plug_in.c: return a PDB_EXECUTION_ERROR if a procedure
	requested by a plugin doesn't exist.

	* plug-ins/helpbrowser/*: The GIMP Help Browser!
	Not yet built by default. You need GtkXmHTML to make it work.
	There is a Makefile.classic for testing it.

	* Makefile.am
	* configure.in
	* help/*: some sample help files. Subdirs are possible, too.
1999-06-28 13:28:37 +00:00

14 lines
232 B
HTML

<html>
<head>
<title>GIMP Help Contents</title>
</head>
<body bgcolor="#ffffff">
<h1>Contents</h1>
<ol>
<li><a href="preface.html">Preface</a></li>
<li><a href="tools/index.html">Tools</a></li>
<li>...</li>
</ol>
</body>
</html>