#############################################################
#
#  Please read the README that came with this file set
#
#############################################################
# This is the customer activation template, which you will have to
# (a) edit (at least the activation key, likely also the gallery selection,
#     or any of the other things), and
# (b) insert into the rpm packages by executing the customize.sh script
#     as explained in the associated README
#

#############################################################
# Using the Variables
#
# All boolean environment variables here must have value of 1 or be unset or be commented out.
# For example:
#      export DISALLOW_DOWNLOAD=1
# will forbid downloading of the Gallery, while
#      export DISALLOW_DOWNLOAD=
# or
#      # export DISALLOW_DOWNLOAD=something
# or
#      unset DISALLOW_DOWNLOAD
# will allow it.
#
# Network paths must be mounted to local filesystem -- smb:// and nfs:// links are not supported.

##############################################################
# SMART Notebook customizations
#
# Provide your product key below.
# The key will be registered and the activation attempt will be made during installation.
# If an invalid key has been detected, the installation will continue and install the product in Trial Mode.

export PRODUCT_KEY="NB-XXXXX-YYYYY-ZZZZZ-UUUUU"

##############################################################
# SMART Archive key replacement
#
# the RPM packages you have received are signed with our archive gpg key
# Our key ID is 7DD63D3B and the fingerprint is
#   2907 DB4C CC5D 44D8 3694  5F8A BB8D 4237 7DD6 3D3B
# You should have received it as the file "swbuild.asc" and you should import this file,
#   using "rpm --import swbuild.asc", before you can run "rpm --checksig"
#   or, you can import the key from the public servers.
#
# However, after the customize.sh execution has modified the .rpm package files, 
#   you will want the new package files signed with your own key.
# To that end, you will have to ensure (a) your gnupg is configured and ready for use, 
#   and (b) your rpm signing process is configured appropriately, 
#   probably by editing the file /etc/rpm/macros or ~/.rpmmacros
#   as explained in "man rpm" under "USING GPG TO SIGN PACKAGES"
#
export SMART_ARCHIVE_KEY=swbuild@smarttech.com

##############################################################
# SMART Board Drivers customizations
#
# This option will disable SMART Board Service and SMART Board Tools from starting when a user logs on.

#export NO_SB_AUTOSTART=1


##############################################################
# Gallery Essentials customizations
#
# A Team Content folder is a location on your school's network where teachers and
# students can store shared content. Location must be mounted and contain a valid gallery
# at the time of install.

#export TEAM_CONTENT_PATH="/mnt/path_to_team_content"


##############################################################
# This option changes the gallery install location.
# Default location is /opt/SMART Technologies/Notebook Galleries/Gallery Essentials
# Make sure the full path is accessible for reading by all users (o+rX).

#export CONTENT_TARGET_PATH="/opt/SMART Technologies/Notebook Galleries/Gallery Essentials"

##############################################################
# Set this if users should be able to modify gallery without having admin privileges.
# Any user will be able to add or remove categories when they do that via Notebook
# (but not install additional galleries).
# All files and the parent folder will get rwrwrwX permissions.
# Use CONTENT_TARGET_PATH if you want to install gallery into a different location.
# Don't use together with NETWORK_CONTENT=1.

#export USER_CAN_INSTALL_GALLERY=1

##############################################################
# If the gallery is already installed in a shared location, using NETWORK_CONTENT registers the
# gallery and prevents local machines from updating it.
# Use in conjunction with CONTENT_TARGET_PATH (above) to point to the gallery location.

#export NETWORK_CONTENT=1


##############################################################
# For instructions on how to predownload gallery, go to
# http://www2.smarttech.com/st/en-US/Support/SBS/NBSv10Win.htm
# and refer to document "SMART Notebook 10 System Administrator's Guide (Windows)",
# section "Using Gallery Setup"
#
# If you have pre-downloaded gallery to a location (but not installed it),
# use CONTENT_SOURCE_PATH to provide the path to the location.
# Use in conjunction with DISALLOW_DOWNLOAD=1 to prevent Gallery Setup from trying to go online
# (as it does if it fails to find the gallery source locally).
# These settings are overridden if NETWORK_CONTENT=1 is used.

#export CONTENT_SOURCE_PATH="/mnt/path_to_downloaded_content"
#export DISALLOW_DOWNLOAD=1

##############################################################
# A. If you want to set up a local download source for galleries
# on your own web server, you can do it, (assuming
# your server is named mywww.company.com) as follows:
#
# 1. log in as root to mywww.company.com
# 2. we assume the document root fo your web server is /var/www
#    and you want to put the data under "efe"
# 3. we assume that you have installed smart-gallerysetup in the
#    default location and it is configured to download galleries from
#    the default source (http://downloads01.smarttech.com/software/efe)
#    which is how the packages are initially built
# 4. download the data with:
#    /opt/SMART\ Technologies/Gallery\ Setup/bin/GallerySetup 	\
#	--downloadall 						\
#	--destination /var/www/efe/				\
#	--configuration /opt/SMART\ Technologies/Gallery\ Setup/share/SMARTEssentials.gallerycollection
# This should fill /var/www/efe with gallery data
#
# B. Then set the URL to this source as shown below;
# only the gallerysetup package is affected by this
#
# C. Notes:
# C.1 unsetting this variable will revert this change to the built-in default URL
# C.2 the default URL for this is http://downloads01.smarttech.com/software/efe
# C.3 after applying customization, a user with root privilege will be able
#     to pick either source URL in the interactive "Gallery Setup"
#
#export CONTENT_LOCAL_URL=http://mywww.company.com/efe

##############################################################
# Gallery selection
#
# Only the selected categories will be installed.
# These settings are overridden if NETWORK_CONTENT=1 is used.

export ADMIN_CONTENT=1
export ARTS_CONTENT=1
export ENGLISH_CONTENT=1
export GEOGRAPHY_CONTENT=1
export HISTORY_CONTENT=1
export MATH_CONTENT=1
export PEOPLE_CONTENT=1
export SCIENCE_CONTENT=1
export SPECIAL_CONTENT=1
export SPORTS_CONTENT=1
##CUSTOMIZATION_END##
