[GVU]   [FCE]   [C2K]   [PostProduction]

Manual page of C2KIndexing

C2KIndexing is one of the post production tools of Class room 2000 projects. This program is a perl script that generates "keyword index file" from mif files.

Input

We define the input file of this program is the MIF file created by FrameMaker5. The suffix of the file name have to be .mif.

Output

We define the output file of this program as a "keyword index file". The base name of this file is the same as the base name of mif file and the suffix of this file is "kwd". If you want to know the format of this file, refer to the specification.

WARNING

This program assumed that one mif file of course materials in each directory. This program process all mif files in a specific directory. If you have multiple mif files in one directory, you have to move other files.

Examples

When you want to generate "keyword index file" and you have the mif file of the lecture material in a specific directory, move to that directory and only type in C2KIndexing. For example, when you want to create the keyword index file of specific lecture of the 11 Mar,cs6751/96/winter, you can do it as follows:
% cd /net/www/.../cs6751_96_winter/lectures/11mar/live
% C2KIndexing

Mikiya Tani - Mar 11 1996 - mailto:mik@cc.gatech.edu