########################### # common.lib instructions # ########################### # Flyounet (c)2009-2010 # ########################### + Licenses : o All documentations are provided under hte Creative Commons License by-sa v3.0 o http://creativecommons.org/licenses/by-sa/3.0/ o http://creativecommons.org/licenses/by-sa/3.0/deed.fr o These material is provided under the GPLv3 license and DSSLv1. o http://www.gnu.org/licenses/gpl-3.0.html o http://www.april.org/files/groupes/trad-gpl/doc/GPLv3/www.rodage.org/gpl-3.0.fr.html?q=groupes/trad-gpl/doc/GPLv3/www.rodage.org/gpl-3.0.fr.html o http://dssl.flyounet.net/licences + Installation instructions : o Simply copy file where you want. + Uninstallation instructions : o Simply delete file + Usage instructions : o Source the file in your script and call the functions you want eg: . /homeOfTheLib/common.lib + Example : o The script test/test_common-lib.sh is provided to give you a full example. o The script test/libHelp.sh is provided to give you a simple example, and to let you use it against the common.lib file. + Files : o common.lib (or maybe common.lib_vx.xx) contains all the functions. o _common4bash.lib contains only functions for Bash (that Ksh cannot support). This file must be called though common.lib. o common.lib.README contains this documentation. o test/test_common-lib.sh contains a full example. o test/test_common-lib.conf contains datas to provide example. o test/libHelp.sh returns help about function in a file. o doc/common.lib.mm contains the list of function in FreeMind format. o doc/common.lib.png contains the FreeMind file in image format. # +---------------------------------------------------------------------------+ # # | Last subversion informations : # | $Revision: 24 $ : $Date: 2010-04-21 15:35:12 -0700 (mer, 21 avr 2010) $ # | $Author: flyounet $ # +---------------------------------------------------------------------------+ #