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:

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

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.