About html-form

Author: Kai Witte (kwitte@pclab.ifg.uni-kiel.de)

html-form is a template tool. It can be used for complex changes to files that follow a scheme.
Example: To add a link to your link collection on a html site you would have to add code like this at a certain position:

                    <p>
<a href="link here">description<a>
</p>
When you use this software you can create a project file that already contains the information that is always the same for each new link: The position to insert it, the html code, the file name ...
Once you open your project file the program just asks for the new information: The actual link and the description.

Known bugs