
[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
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:
- for the document 7-00-O-1999-01-0 . The rest of the document information (author, title, date) is extracted from the document master file Doc_Index.txt.
Note:
- The file Doc_Author.txt in this directory is generated automatically by sorting
the document master file Doc_Index.txt by author.
- The file Doc_Date.txt in this directory is generated automatically by sorting
the document master file Doc_Index.txt by date.
- The file Doc_Type.txt in this directory is generated automatically by sorting
the document master file Doc_Index.txt by type.
- The document master file Doc_Index.txt is backed
up in the file Doc_Index.txt.bak
- The sequence of lines in the Doc_*.txt determines the sequence in the produced html documents.
- The filename (except "Doc_" and extention) determines the header of the HTML page.
- All ";" are required as separators
- No field may contain ";" as character
- The last line must be terminated with a carriage return/line feed
Generated: Sun Aug 28 08:50:59 2005 by PWR.pl (PW_Tools)