slitaz-base-files annotate doc/libtaz.txt @ rev 139

Add libtaz and httphelper man a like documentation
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 10:26:35 2012 +0200 (2012-04-24)
parents
children dd17cc10cd6d
rev   line source
pankso@139 1
pankso@139 2 SYNOPSIS
pankso@139 3 . /lib/libtaz.sh
pankso@139 4 function
pankso@139 5
pankso@139 6 DESCRIPTION
pankso@139 7 LibTaz is the base SliTaz SHell library used by almost all tools and
pankso@139 8 utilities. It provide common SHell script functions, parse the cmdline
pankso@139 9 options and store values in a variable. The output messages can be
pankso@139 10 formated for raw/text, gtk, html and by default they are formated for
pankso@139 11 a standard terminal supporting colors. LibTaz is in the directory
pankso@139 12 /lib/libtaz.sh since it is used when /usr may not be mounted.
pankso@139 13
pankso@139 14 FUNCTIONS
pankso@139 15 status
pankso@139 16 separator
pankso@139 17 boldify [string]
pankso@139 18 check_root
pankso@139 19
pankso@139 20 OPTIONS
pankso@139 21 --output=[raw|gtk|html]
pankso@139 22
pankso@139 23 AUTHOR
pankso@139 24 Written by Christophe Lincoln
pankso@139 25