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

Manual page of C2KMakeAll

C2KMakeAll is one of the post production tools of Class room 2000 projects. This program can generate World Wide Web pages for Netscape from annotated images, audio log file, and keyword index file.

This program generates four kinds of files ( demo file, header file, frame file,base file, and page file ) and one directory including the thumbnail images of annotated images. If you want to use this program, you have to add the directory of netpbm tools to your PATH environment variable.

Input

This program needs following three kinds of files on each directry.

Output

This program output the following four kinds of files and one subdirectory in each directory.

WARNING

Examples

no argument use

When you want to generate Web pages from annotated image files in a specific directory, move to that directory and only type in C2KMakeAll. For example, when you want to create the web pages of liveboard images of the 11 Mar lecture of cs6751/96/winter,
% cd /net/www/.../cs6751_96_winter/lectures/11mar/live
% C2KMakeAll

directory arguments

When you want to generate Web pages from annotated image files in multiple directories, you can specify the directories as command line arguments. For example, when you want to create the web pages of liveboard images of the 11 Mar lecture of cs6751/96/winter,
% cd /net/www/.../cs6751_96_winter/students/11mar
% C2KMakeAll *
% C2KMakeStudents

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