tablix_output

Langue: en

Version: 2004-06-21 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

tablix_output - Tablix data export utility

SYNOPSIS

tablix_output [ -o file ] [ options ] format file

DESCRIPTION

Tablix is a high school timetable generator. It uses a coarse-grained parallel genetic algorithm to construct sensible timetables from XML-formated school information files. It can run on a single host as well as on a heterogeneous parallel virtual machine by using PVM3.

tablix_output reads Tablix output XML file from file and converts it into a human readable time table in the desired format.

OPTIONS

-o FILE
Write output to file FILE instead of the standard output.
-s OPTIONS
pass string OPTIONS to the export module.
-d LEVEL
Set the verbosity level, where LEVEL is one of the following:
0
(only fatal error messages are shown),
1
(fatal and non-fatal errors),
2
(errors and a progress indicator),
3
(all of the above plus some informational messages) or
4
(all of the above plus debug messages).
-h
Shows a brief help message.
-v
Shows compile time options and copyright information.

FORMATS

html
The plain old HTML format. Include the word class somewhere in the OPTIONS string to include separate timetables for each class in the output. Include the word room to include separate timetables for each classroom. Any other module options are ignored.
htmlcss
XHTML 1.1 using CSS stylesheets and UTF-8 encoding (use this format if some characters do not display correctly in browser). Use the -s option to specify the desired CSS stylesheet.
csv
Converts the timetable to a comma-separated values (CSV) format, suitable for import into other programs.

BUGS

Time tables with weeks that are more than 7 days long are not displayed correctly.

Currently only htmlcss output format correctly supports non-ASCII characters.

AUTHOR

Tomaz Solc (tomaz.solc@siol.net)

SEE ALSO

tablix(1), Tablix User's Manual, Tablix modules HOWTO, Tablix on Morphix HOWTO