README

2002-03-09

For those of you ambitious enough to try this,

You probably want to import the AutoInstall.vor Template into Star Office (SO) first.

Using StartOffice 6.0Beta, open the file AutoInstall-8.2.0.sxw, make your changes, then

1.  Save the file (in SO native format)
2.  Print the file to a generic printer to get a Postscript file output (AutoInstall-8.2.0.ps) or
    Print the file to a PDF Converter if you do not mind the LARGE file size (AutoInstall-8.2.0.pdf)
3.  Save the file AS  a Web Page, DO NOT use the SEND -> Create HTML

4.  Using an MDK 8.0 version of files, create the SMALL PDF file by:
    ps2pdf -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=AutoInstall-8.2.0.pdf -f AutoInstall-8.2.0.ps

    Do the next step only if you have the so_split program (see below)
5.  Create a cleaned up version of the HTML file (has the TOC fixed with HyperLinks) and a HOWTO style version
    by:  ./build

    Make sure that you have a sub-directory called HTML.


The so_split program:

The 'build' script (In step 5) invokes a custom program (so_split) )that I wrote to take the 'big' html file
generated by SO and break it down into smaller chunks, similar to all the linux howtos that you see.  It also
has a mode to correct the table of contents in the 'big' file too.

a) For this all to work, create a working directory in your home (say AutoInstall), then create two
   subdirectories; Programs and 8.2.0, within 8.2.0, create a subdirectory called HTML.

b) copy the AutoInstall-*.*.*.sxw and the build files to AutoInstall/8.2.0,

c) copy the contents of the Programs directory, to your new subdirectory Programs.

d) Then cd to Programs and create the so_split program by using:  ./build

e) change over to the 8.2.0 directory and follow the above steps (1, 3, 4 and 5).

Good luck...

Dave



