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

20 lines
440 B
HTML

<html>
<head>
<title>Welcome to the GIMP Help Browser</title>
</head>
<body bgcolor="#ffffff">
<center>
<h2>Welcome to the</h2>
<h1>GIMP Help Browser</h1>
<img src="wilber.png">
<p>
Brought to you by:
<p>
<table><tr>
<td width=50%><center>Sven Neumann<p><address>sven@gimp.org</address></center></td>
<td width=50%><center>Michael Natterer<p><address>mitschel@cs.tu-berlin.de</address></center></td>
</tr></table>
</center>
</body>
</html>