man tablix_output (Commandes) - Tablix data export utility
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: (only fatal error messages are shown), (fatal and non-fatal errors), (errors and a progress indicator), (all of the above plus some informational messages) or (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)