logo.gif


[Home] [PWA] [PWB] [PWC] [PWD] [PWE] [PWL] [PWR] [PWS] [PWU] [How to get started] [Downloads]
Created by Peter Wieland
(peter.wieland(at)dnv.com) .
Copyleft under the terms of The GNU General Public License.

Document input directory

Location: ./PW_Tools/PWD/Input/ (Example)

It can contain as many Doc_*.txt files, as wanted. Each file is used to create a document overview page

Each file must have a unique name and starting with Doc_ . Each file consists of header lines and body lines:

Header lines

Header lines are lines with the format of

header2a;header2b;header1
where
header2a and header 2b text strings that appear as header of the second column of the html. file in the sequence (header2a header2b)
header1 text strings that appear as header of the first column of the html. file

Example:

The file ./PW_Tools/PWD/Input/Doc_Meeting.txt contains

Oslo (Norway); PSG & TC & WP1;1999-01-18/19

This will produce:


Body lines

Body lines are lines with the format

ref;
where
ref a reference to the paper in the format of the document reference system

Example:

The file ./PW_Tools/PWD/Input/Doc_Meeting.txt contains

7-00-O-1999-01-0;

This will produce a line in the file ./PW_Tools/PWD/Doc_Meeting.html:


Note:


Generated: Sun Aug 28 08:50:59 2005 by PWR.pl (PW_Tools)