diff --git a/Manuals/Tcar-ug/Scripts/Bash/prepare.docbook b/Manuals/Tcar-ug/Scripts/Bash/prepare.docbook index 85dd296..e48e83d 100644 --- a/Manuals/Tcar-ug/Scripts/Bash/prepare.docbook +++ b/Manuals/Tcar-ug/Scripts/Bash/prepare.docbook @@ -10,6 +10,9 @@ inside it already. + + Syntax + Assuming this is the very first time you run the centos-art.sh script, you'll find that @@ -21,7 +24,7 @@ its absolute path first: - ~/Projects/artwork/trunk/Scripts/Bash/centos-art.sh prepare [OPTIONS] + ~/artwork/trunk/Scripts/Bash/centos-art.sh prepare [OPTIONS] Later, once the centos-art.sh script is @@ -33,6 +36,11 @@ centos-art prepare [OPTIONS] + + + + Options + The prepare functionality accepts the following options: @@ -80,6 +88,21 @@ + + + + This option creates or updates the machine object (MO) file + used by gettext to retrive + translated strings when centos-art.sh + script is running. This option is a call to the + option of + locale functionality, as described in + . + + + + + @@ -132,21 +155,37 @@ - + Print the name and value of some of the environment variables used by centos-art.sh scripts as described - in . + in . + + + + + + + + + Set default environment values to your personal profile + (~/.bash_profile). + + + + Description + When no option is provided to prepare functionality, the centos-art.sh script - uses the , + uses the , + , , and options as default behaviour. Otherwise, if you provide any option, the @@ -157,7 +196,7 @@ Notice that it is possible for you to execute the - prepare functionality as much times as + prepare functionality as many times as you need to. This is specially useful when you need to keep syncronized the relation between content produced inside your working copy and the applications you use outside it. For @@ -171,127 +210,49 @@ patterns and palettes. - - Environment Variables - - - There are some environment variables that you can customize to - fit your personal needs (e.g., default text editor, default - locale information, default time zone representation, etc.). - To customize these variables you need to edit your personal - profile (i.e., ~/.bash_profile) and set the - redefinition there. Notice that you may need to logout and - then do login again in order for the new variable values to - take effect. - - - - Default text editor - - The default text editor information is controlled by the - EDITOR environment variable. The - centos-art.sh script uses the default text - editor to edit subversion pre-commit messages, translation - files, documentation files, script files, and similar - text-based files. - - - - If EDITOR environment variable is not set, - centos-art.sh script uses /usr/bin/vim as default text - editor. Otherwise, the following values are recognized by - centos-art.sh script: - - - - - /usr/bin/vim - - - - - - /usr/bin/emacs - - - - - - /usr/bin/nano - - - - - + + + Environment - If no one of these values is set in the EDITOR - environment variable, the centos-art.sh - script uses /usr/bin/vim text editor, the one - installed by default in &TCD;. + ... - + - - Default locale information + + Authors - The default locale information is controlled by the - LANG environment variable. This variable is - initially set in the installation process of &TCD;, - specifically in the Language step. - Generally, there is no need to customize this variable in your - personal profile. If you need to change the value of this - environment variable do it through the login screen of GNOME - Desktop Environment or the - system-config-language command. + The following people have worked in the + prepare functionality: - + + - The centos-art.sh script uses the - LANG environment variable to determine what - language to use for printing output messages from the script - itself, as well as the portable objects locations that need to - be updated or edited when you localize directory structures - inside the working copy of &TCAR;. + Alain Reguera Delgado <alain.reguera@gmail.com> - + + + - - Default time zone representation + + License - The time zone representation is a time correction applied to - the system time (stored in the BIOS clock) based on your - country location. This correction is specially useful to - distributed computers around the world that work together and - need to be syncronized in time to know when things happened. +Copyright (C) 2009-2012 The CentOS Project + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - &TCAR; is made of one server and several workstations spread - around the world. In order for all these workstations to know - when changes in the server took place, it is required that - they all set their system clocks to use the same time - information (e.g., through UTC (Coordinated Universal Time)) - and set the time correction for their specific countries in - the operating system. Otherwise, it would be difficult to - know when something exactly happened. - - - Generally, setting the time information is a straight-forward - task and configuration tools provided by &TCD; do cover time - correction for most of the countries around the world. - However, if you need a time precision not provided by any of - the date and time configuration tools provided by &TCD; then, - you need to customize the TZ environment - variable in your personal profile to correct the time - information by yourself. The format of TZ - environment variable is described in tzset(3) - manual page. - - -