|
NAMEtentmaker - browser based bigtop file editorUSAGEtentmaker [ --port=8192 ] [ file ] Or, to name a new app with optional table layout: tentmaker --new AppName style_info Or, to augment an existing bigtop file: tentmaker --add file.bigtop style_info See "STYLES" below for what style_info can be. DESCRIPTIONThis script is a simple web server. Tell it what file you want to edit (or start from scratch) and an optional port (defaults to 8080). Point your browser to that port and edit away.OPTIONS
For example see examples/def.bigtop.tt.
STYLESAny command line arguments not consumed by the options above are passed to your style backend. If you don't use -s, the Original style is used. If you do use -s, whatever style you choose is used. All styles live in the Bigtop::ScriptHelp::Style:: namespace. See their individual docs for what they know how to do.This section used to be called "ASCII ART," the code which supported that got factored out and became the default style "Bigtop::ScriptHelp::Style::Original". See it for details on ASCII art. AUTHORPhil Crow <crow.phil@gmail.com>COPYRIGHT and LICENSECopyright (C) 2006 by Phil CrowThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
Visit the GSP FreeBSD Man Page Interface. |