text2htm(1) - Linux man page
Name
text2htm - Text to HTML converter.
Synopsis
text2htm [<options>] [ <inputfile> [<outputfile>] ]
Description
The program converts input text to HTML .
Options
- -h
Show a help text.
- Long option: --help
- -v
Show the version number.
- Long option: --version
- -c
Configure the program (set the options in the command line as permanent options).
- Long option: --configure
- -C
Show the permanent options.
- Long option: --show-configuration
- -u
Unconfigure, remove the permanent options set by the user.
- Long option: --unconfigure
- -r
Reset the program, skip permanent options set by the user and defaults set by the administrator, use built-in defaults instead.
- This option must appear before any of the following options.
Long option: --reset
- -e encoding
- Long option: --help
- Specify the input encoding, either ''automatic'', ''latin-1'', or ''utf-8''. The ''automatic'' setting inspects the LANG environment variable whether or not the value ends on ''.UTF-8''.
- -t title
- Title of the page, used in the <title> tag.
- -s stylesheet
- Name of the CSS file to use as style sheet.
- -f
Create full HTML page.
-f-
Create a portion of HTML code which can be copied into an existing file.
-g
Add template code for additional information.
-g-
Do not add template code for additional information.
-b
Convert line breaks to <br> tags.
-b-
Do not convert line breaks to <br> tags.
Return Value
The program returns exit status code 0 on success, any other value indicates an error.
Environment
- LANG
If input encoding is set to ''automatic'' the program checks whether the LANG environment variable ends on ''.UTF-8'' to decide between '' UTF-8 '' and '' LATIN-1 '' encoding.
See Also
http://dktools.sourceforge.net/text2htm.html
Author
Dirk Krause
Copyright And License
Copyright © 2010, Dirk Krause All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Dirk Krause nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS " AS IS " AND ANY EXPRESS OR IMPLIED WARRANTIES , INCLUDING , BUT NOT LIMITED TO , THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED . IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT , INDIRECT , INCIDENTAL , SPECIAL , EXEMPLARY , OR CONSEQUENTIAL DAMAGES ( INCLUDING , BUT NOT LIMITED TO , PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES ; LOSS OF USE , DATA , OR PROFITS ; OR BUSINESS INTERRUPTION ) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY , WHETHER IN CONTRACT , STRICT LIABILITY , OR TORT ( INCLUDING NEGLIGENCE OR OTHERWISE ) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE , EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE .