From 57819c03f7c164c5e4d93f6288a87cee070408f1 Mon Sep 17 00:00:00 2001 From: Georg Date: Fri, 6 Aug 2021 17:52:16 +0200 Subject: SuperSeriousStats Commit 06/08/2021 Signed-off-by: Georg --- superseriousstats/configs/libertacasa/libcasa.conf | 31 ++++++++++++++++++++++ .../configs/libertacasa/libcasa.info.conf | 31 ++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 superseriousstats/configs/libertacasa/libcasa.conf create mode 100644 superseriousstats/configs/libertacasa/libcasa.info.conf (limited to 'superseriousstats/configs') diff --git a/superseriousstats/configs/libertacasa/libcasa.conf b/superseriousstats/configs/libertacasa/libcasa.conf new file mode 100644 index 0000000..8e081d4 --- /dev/null +++ b/superseriousstats/configs/libertacasa/libcasa.conf @@ -0,0 +1,31 @@ +# configuration file for superseriousstats + +### REQUIRED SETTINGS ### + +# name of the irc channel +# example: "#my_channel" +channel = "#libcasa" + +# name of the logfile parser (see parsers directory) +# example: "parser_eggdrop" +parser = "parser_supybot" + +# timezone the logs are in (see online ''tz database'') +# example: "Europe/Berlin" +timezone = "Europe/Berlin" + +# (path to) the sqlite database for this channel +# example: "/var/www/databases/my_channel.db" +database = "/opt/superseriousstats/databases/libertacasa/libcasa.db" + +### OPTIONAL SETTINGS (default values are shown below) ### + +#auto_link_nicks = "true" # link nicks like Guest33 to Guest +#stylesheet = "sss.css" # change if you have a custom css +#link_history_php = "true" # create links to history.php on the main page +link_user_php = "true" # create links to user.php on the main/history pages +#main_page = "./" # be specific if httpd doesn't know of index file +#userpics_dir = "userpics" # directory to put user pics in +#userpics_default = "" # default pic if none found for user +#show_banner = "true" # put the sss logo at the top +#favicon = "favicon.svg" # include a link to this favicon on all pages diff --git a/superseriousstats/configs/libertacasa/libcasa.info.conf b/superseriousstats/configs/libertacasa/libcasa.info.conf new file mode 100644 index 0000000..da414a8 --- /dev/null +++ b/superseriousstats/configs/libertacasa/libcasa.info.conf @@ -0,0 +1,31 @@ +# configuration file for superseriousstats + +### REQUIRED SETTINGS ### + +# name of the irc channel +# example: "#my_channel" +channel = "#libcasa.info" + +# name of the logfile parser (see parsers directory) +# example: "parser_eggdrop" +parser = "parser_supybot" + +# timezone the logs are in (see online ''tz database'') +# example: "Europe/Berlin" +timezone = "Europe/Berlin" + +# (path to) the sqlite database for this channel +# example: "/var/www/databases/my_channel.db" +database = "/opt/superseriousstats/databases/libertacasa/libcasa.info.db" + +### OPTIONAL SETTINGS (default values are shown below) ### + +#auto_link_nicks = "true" # link nicks like Guest33 to Guest +#stylesheet = "sss.css" # change if you have a custom css +#link_history_php = "true" # create links to history.php on the main page +#link_user_php = "true" # create links to user.php on the main/history pages +#main_page = "./" # be specific if httpd doesn't know of index file +#userpics_dir = "userpics" # directory to put user pics in +#userpics_default = "" # default pic if none found for user +#show_banner = "true" # put the sss logo at the top +#favicon = "favicon.svg" # include a link to this favicon on all pages -- cgit v1.2.3