Latest News

Announcing GlossBase Personal Addition: GlossBase is a freely-available application for defining and publishing glossary terms and definitions. GlossBase encodes terms and definitions in XML and stores them in a database. Definitions may contain an unlimited number of paragraphs, tables, equations, and figures. GlossBase automatically generates glossaries of relevant terms for FrameMaker books and enables definitions to appear in a pop-up window in on-line help systems generated with WebWorks ePublisher Pro.

Installing Scripts

All of the scripts available from GolehTek, LLC can be installed by following these simple instructions. (Installation instructions are also provided in the PDF file that accompanies each script.)

The installation process involves first downloading and installing one or more scripts. You then need to configure FrameScript so it automatically installs the scripts each time you run FrameMaker. This is accomplished by selecting the GolehTek_Init.fsl initialization script from FrameScript's Options window.

Detailed instructions for installing scripts and configuring FrameScript are provided in the Installation and Basic Configuration sections below.

Note: If you already have an initialization script, the instructions in the Advanced Configuration section provide the lines of code that you need to add to your initialization script to load the GolehTek scripts on startup.

Installation

To install a script from GolehTek, LLC, do the following:

  1. Download the script you would like to install.
  2. Double-click on the installation program to install the script.

The installer will create a directory named GolehTek in your C:\Program Files directory. All of the scripts distributed by GolehTek, LLC install in the C:\Program Files\GolehTek directory.

Once you install a script, you need to configure FrameMaker to load the script on startup.

Basic Configuration

To configure FrameMaker to load one or more GolehTek scripts, do the following:

  1. Run FrameMaker.
  2. Select Options… from the FrameScript menu.
  3. The FrameScript Options window will open.

  4. Click Browse… to select the initial script that FrameScript runs on startup. Navigate to the GolehTek installation script named GolehTek_Init in the C:\Program Files\GolehTek directory.
  5. Click Save to close the FrameScript Options window.
  6. Exit FrameMaker.

The next time you run FrameMaker you should notice that new menu named GolehTek has been added to your FrameMaker document and book menu bars.

Any scripts that you downloaded and installed will be available under the GolehTek menu.

Advanced Configuration

If you already have an initialization script that you are using with FrameScript, you can install the GolehTek scripts by adding the following lines of code to the bottom of your current initialization script:

  1. Open your current initialization script with a text editor.
  2. Add the following lines of code to your current initialization script:
  3. //======================================================

    // INSTALL SCRIPTS FROM GolehTek, LLC

    //======================================================

    Install Script File('C:\Program Files\GolehTek\BookMover\BookMover.fso') Name('BookMover');

    Install Script File('C:\Program Files\GolehTek\BookReport\BookReport.fso') Name('BookReport');

    Install Script File('C:\Program Files\GolehTek\GenDex\GenDex.fso') Name('GenDex');

  4. Save the initialization script.
  5. Run FrameMaker.

You should see the GolehTek menu in the FrameMaker document and Book menu bars. Any GolehTek scripts you installed will be accessible from the GolehTek menu.