#####################################################
# An example configuration file for shagaConfigurator
#####################################################
#
# The following symbols are not allowed to be used
# in variable names and it's values:
# '!','@','$','%','^','*','(',')','+','\\','[',']',',','<','>','`','~','|'
# The following symbols are not allowed to be used as 'the first symbol' the start of line:
# '_',':','\'','\"','/','-','?','=','&'
#
# After each line in each section there must be ';' sumbol.That is not matter is that symbol going just
# after variable's value nor else
# The line starting with '#' or '//' is a comment line
# Comments after value of variable or section header are not recommended
dummy_section{
dummy_var dummy_var_value;
#
}
another_dummy_section{
another_dummy_var yes ;
}
global_sec{
global_var plain;
}
big_dummy_sec{
dummy_var_one shaga;
dummy_var_two gb;
}
direct {
redirect http://www.hello.com/barev/mrut.php?mama=im&papa=eli_im ;
}
|