gimp/help/index.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

58 lines
690 B
HTML

<html>
<head>
<title>GIMP Help Index</title>
</head>
<body bgcolor="#ffffff">
<h1>GIMP Help Index</h1>
<p>
<a href="#A">A</a>
<a href="#B">B</a>
<a href="#C">C</a>
<a href="#D">D</a>
<a href="#E">E</a>
<a href="#F">F</a>
<a name="A">
<h2>A</h2>
<ul>
<li><a href="tools/airbrush.html">Airbrush</a></li>
<li><a href="layers/add_alpha.html">Alpha Channel</a></li>
</ul>
<a name="B">
<h2>B</h2>
<ul>
<li><a href="tools/bezier.html">Bezier Selections</a></li>
<li>...</li>
</ul>
<a name="C"
<h2>C</h2>
<ul>
<li>...</li>
</ul>
<a name="D"
<h2>D</h2>
<ul>
<li>...</li>
</ul>
<a name="E">
<h2>E</h2>
<ul>
<li>...</li>
</ul>
<a name="F">
<h2>F</h2>
<ul>
<li>...</li>
</ul>
</body>
</html>