man xtm.pl () - a simple XTM Interpreter
NAME
XTM Bench - a simple XTM Interpreter
SYNOPSIS
xtm.pl <command line switch>...
DESCRIPTION
This simple, text-oriented user interface gives access to some Topic Map functions. This program is mainly thought for quick prototyping and testing Topic Maps and/or TM software.
Type 'help' within this shell to get an overview over available commands.
OPTIONS
Following command line switches are understood by the program:
- •
- history <file> (default: none) File which will be replayed at start of session. You can have any number of histories here, they will be all replayed in the order given. If the history is specified here, other implicit history files (see below) are ignored.
- •
- loglevel n (default: 1) Controls the log level.
- •
- batch boolean (default: no) If set to true, the interpreter will just execute the history and will not enter the interactive loop.
- •
- about (default: no) The program will print out some information about the software itself, (version) and will terminate thereafter.
FILES
The interpreter will look for history files:
$ENV{HOME}/.xtm/history $ENV{HOME}/.xtmhistory ./.xtmhistory
in this order taking only the first it will find. It will only use the last 100 lines.
AUTHOR INFORMATION
Copyright 2001, 2002, Robert Barta <rho@telecoma.net>, All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html