Introduction

These pages are an exapmle of what homepages you can create with the tool makeHTML. They are completly created using this tool.

The source of these pages is published as file makeHTML-exapmle.tgz, a simple tarball. It runs with makeHTML v0.06 or above. (Version 0.05 is now longer supported as it is obsolete now.)

On the following pages, you'll find exapmles for most features of this tool. One of the biggest features is the menu creation which you can see above and is described on page 2.

Starting makeHTML: To start makeHTML simply call it's executable (depending on your installation). As parameters you simply add the makefile(s) you want to process:

makeHTML makefile1 [makefile2] [makefile3] [...]
If you want to only give one makefile at the command line, you can use the include tag in this one to include the others:
...
include makefile2
include makefile3
...

Thanks to:
  1. All the free software hackers who build the base for such a tool.
  2. Especiallay Larry Wall and alle the other Perl hackers.
  3. The GIMP team of developing my favorit graphics program. I made all the graphics in here with it.
  4. Sarathy for developing the Tie::IxHash module for Perl.
  5. Lincoln Stein for developing the GD module for Perl.
  6. Markus Espenhain and Klaus Roeller for their ideas in my development process.

Next page