diff --git a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/funref.docbook b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/funref.docbook index 707def8..15212b3 100644 --- a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/funref.docbook +++ b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/funref.docbook @@ -156,8 +156,6 @@ cli_expandTMarkers - --as-html-link - --with-locale LOCATION @@ -167,7 +165,10 @@ construction of translation markers and their related expansion. As convention, translation markers are set inside source files (e.g., DocBook, SVG) and expanded inside temporal - instances used to produce final contents. + instances used to produce final contents. The + LOCATION argument should point to + the temporal file where translation markers expansion takes + place in. Translation markers written in source files must comply the @@ -477,22 +478,53 @@ - + + + See also: + + - cli_exportFunctions + cli_exportFunctions EXPORTID - ... + The cli_exportFunctions function + standardizes the way specific functionalities are exported to + centos-art.sh script execution environment. + The EXPORTID argument points the + specific function initialization file relatively from + trunk/Scripts/Bash/Functions directory + on. For example, if we want to export the + render specific functionality, we use the + following construction: + + cli_exportFunctions "Render/render" + + In this construction, Render with the first + letter in upper case is the name of the directory under + trunk/Scripts/Bash/Functions + where the specific functionality is stored in, and + render with all letters in lower case is + the name of the specific functionality we want to export, + without its extension. This name is also use as suffix to + identify all files related to the specific functionality we + are exporting to centos-art.sh script + execution environment. + + + See also: + + @@ -869,6 +901,34 @@ + + + cli_unsetFunctions + EXPORTID + + + + + ... + + + + + + + + cli_getTemporalFile + FILENAME + + + + + ... + + + + + ...