#******************************* License GPLv3 ********************************
# Factory_paquets_de_CRIs_gen : Factory to build one paquet-de-CRIs from the website www.les-cris.com, with a timestamp, and and a SHA256 signature of the package.
# Copyright (C) 2022  Antoine Herzog <info -!at-arobase=! les-cris -!dot-point=! com>.
#
# 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 3 of the License, or
# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
#******************************************************************************

# File : paquets_de_CRIs_builder_help_010_configuration_README.txt

# This file contains the infos for the configurations of the paquets_de_CRIs_builder tool.

# The tags allow to find where are some config specific things to look at :
# tag_public_and_private_config_Only_for_private_config_base_value
# tag_public_and_private_config_For_public_config_base_value

#*************************** Configuration ****************************
# Factory_paquets_de_CRIs_gen configuration :
# The Config_Private files or the Config_Public files ?
# This script uses the Config_Private files, if it finds them.
# Either, if it does not find them, it uses the Config_Public.
#
# The Config_Private is in the folder relative to this launcher script folder :
# ./../Factory_paquets_de_CRIs_config_private_V_0_1_0/FactPackCris_120_Scripts_Config_Gen_Private
# The Config_Public is in the folder relative to this launcher script folder :
# FactPackCris_110_Scripts_Config_Gen_Public
#
# You shall modify directly the config files that are in FactPackCris_110_Scripts_Config_Gen_Public.
# Or build your own Config_Private folder (that is not delivered with this software).
#
# Note : The Config_Public is delivered with the software, but with fake values : 
# You should look at the files and modify them according to your preferences.
#**********************************************************************

#************************ Configuration files ************************
# Two files do the configuration.
# "base_conf" contains the base élements for the configuration : those are the elements that you are usually changing, for your own environment.
# Example : The root folder fullpath, for the workspace and data storage of the paquet-de-CRIs.
# "details_conf" contains the details élements for the configuration : those are the elements that are in the configuration parameters, but you usually don't change them.
# Example : Some options for the way to retrieve the website, or to build the packages of the paquet-de-CRIs.
# 
# For the Config_Private, files are :
# base_conf : paquets_de_CRIs_builder_110_config_private_base_conf.sh
# details_conf : paquets_de_CRIs_builder_120_config_private_details_conf.sh
# 
# For the Config_Public, files are :
# base_conf : paquets_de_CRIs_builder_010_config_public_base_conf.sh
# details_conf : paquets_de_CRIs_builder_020_config_public_details_conf.sh
#
# Note : the name of the file for details_conf is defined in the base_conf file.
# Then, it can be easily changed, for prototyping and trials, with several "try_and_test" details_conf files.
#
#*********************************************************************


