next up previous contents index
Next: 4.2 Invoking the parser Up: 4. The Parser Previous: 4. The Parser   Contents   Index


4.1 Description file

Before we take a closer look at the parser itself, we will describe the format of the description file also known as the Home Page document (default home.html, but that can be changed). On a Unix/Linux system this file will be stored by default in $HOME/.plucker.

OS/2 will use the environment-variable HOME to find the location of your home-directory (you can also use drive letters). The installer should set the necessary environment variable for you and also add the necessary directories to your system. You may check the location by simply typing set home at a command prompt.

The description file is a valid HTML document with extra optional tags added for the link references.

An simple example of a description file is:

<HTML>
<HEAD>
  <TITLE>Plucker Home Page</TITLE>
</HEAD>
<BODY>
  <A HREF="http://plucker.gnu-designs.com" MAXDEPTH=2 STAYONHOST NOIMAGES>Plucker home page</A>
</BODY>
</HTML>

This would download the front page of our web site and also follow any links on the page if they are local to the host. No images would be downloaded.

The description file (home.html) that is installed when your Plucker directory is set up, also contains a few examples.


next up previous contents index
Next: 4.2 Invoking the parser Up: 4. The Parser Previous: 4. The Parser   Contents   Index
The Plucker Team