Istruzioni per le versioni release di
Analyzer
Documentazione HTML
La documentazione è stata scritta interamente in formato
HTML. Questo formato ha il vantaggio di potenti tools visuali per
l'organizzazione dei dati (sotto forma di server web) e delle
informazioni. Inoltre, grazie alla presenza di utility in grado
di trasformare un server web in un file help compilato, con
pochissimo sforzo è possibile sviluppare contemporaneamente sia
la documentazione web che quella allegata al programma.
La scelta dell'HTML come formato per scrivere queste note ha
reso quindi possibile il trasformare i file della documentazione
in file di Help richiamabili da Analyzer.
How to create an Help file
Afted you downloaded the HTMLHELP tool (http://www.microsoft.com/workshop/author/htmlhelp/) you can proceed as following:
- Create a standard web (html, gif, ...)
- Update the field Release and Date, on
the default home page
- Delete files Default.htm
and Default_i.htm
- Move Help_default.htm
to Default.htm
and Help_default_i.htm
to Default_i.htm
Complete
creation |
Fast creation |
- Save all the HTML file names in a TXT temporary
file: from the web root directory, type:
dir *.htm* /B /s > summary.txt
- Edit summary.txt and delete all the path
before the root directory (es "c:\tmp"
in "c:\tmp\default.htm")
- Open HTMLHELP
- Create a new Project
- Save and close it immediately
- Edit the projext file with NOTEPAD, copying all
the files previously saved in summary.txt
at the and of the [FILES] section
- Save the projext file, and closes it
- Open the project file with HTMLHELP
|
- Open HTMLHELP
- Create a new Project
- Doble click in the [FILES] section
- Add file default.htm
|
- Double click in the OPTIONS section
- Set the as default file (in the "General" tab)
the file you would like to appear when the help is
launched
- Set the "automatically create content file when
compiling" (in the "Files" tab)
- Digit a file name (*.hhc) in the "Contects
file" box (NOTE: if you do not type anyting in this
box, the produced help appears like a web brower. In this
case there is no the possibility to search or to show the
table of content)
- Set "Maximum Head Level" to 2 (look at
<H1> and <H2> only)
- Check the "Compile full-text search
information" in the "Compiler" tab
- File - Compile
- Copy the ".chm" file only in the Analyzer
distribution folder
Tips for Analyzer: after creating the summary.txt
files, delete all the entries in the directory INSTALL and in the
ROOT. Those are file for the web-version only. The corrisponding
files can be found in the help_specific directory.
Creazione di uno ZIP decompattante
You need to have both WinZIP and the WinZIP Self Extractor
(better the stand alone version) installed.
- Create the .EXE distribution file:
- Launch the Window Explorer
- Go to the Analyzer program source tree
- Delete folder Sources and Driver
- Right-click on the root directory
- Choose "add to XXX.zip" This should
create the ZIP file
- Right-click con che ZIP file
- Choose "Create Self Extractor (.EXE)"
- Choose "Standard Self Extractor". Click
NEXT
- Confirm the ZIP file selected, and click NEXT
- Leave the box empty and click NEXT
- Type C:\Program\Analyzer as standard
target location. Click NEXT
- Leave the optional parameter box empty. Click
NEXT
- Leave the optional icon empty. Click NEXT
- Choose the "32bit Windows95 and NT"
tab. Click NEXT
- Deselect the "Default overwriting without
prompting".
- Deselect the "Unzip Automatically"
Click NEXT
- Click FINISH
- Click CLOSE
- Copy the new files .EXE into the install/bin Analyzer
webserver directory.