]> bicyclesonthemoon.info Git - ott/enhance/blobdiff - settings.txt
debug build target; updated config tool; install script
[ott/enhance] / settings.txt
index fc883ae0c7780b0878f9e1a4ed3894de3aa420c3..c6fde1721f9f324c67fc8ce8ee442a947e690414 100644 (file)
@@ -1,7 +1,6 @@
 # settings.txt
-# 04.12.2022
 # 
-# Copyright (C) 2022  Balthasar Szczepański
+# Copyright (C) 2022, 2024  Balthasar Szczepański
 # 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as
@@ -36,19 +35,44 @@ _bin_reveal_path       = @_PATH($bin_path, reveal)
 _bin_reveal_cgi_path   = @_PATH($bin_path, reveal-cgi)
 _bin_t-1_cgi_path      = @_PATH($bin_path, t-1-cgi)
 
+_cgi_bluenh_path   = @_PATH($cgi_path, bluenh)
+_cgi_diff_path     = @_PATH($cgi_path, diff)
+_cgi_nofading_path = @_PATH($cgi_path, nofading)
+_cgi_npb_path      = @_PATH($cgi_path, npb)
+_cgi_pal_path      = @_PATH($cgi_path, pal)
+_cgi_reveal_path   = @_PATH($cgi_path, reveal)
+_cgi_t-1_path      = @_PATH($cgi_path, t-1)
+
 _conf_path = @_PATH($conf_path, $name\.conf)
 
-HTML_TITLE = @_HTML_TITLE()
+
+HTML_TITLE = @_HT_ENCODE(@_HTML_TITLE())
+
+HTML_BLUENH_PATH   = @_HT_ENCODE($_cgi_bluenh_path)
+HTML_DIFF_PATH     = @_HT_ENCODE($_cgi_diff_path)
+HTML_NOFADING_PATH = @_HT_ENCODE($_cgi_nofading_path)
+HTML_NPB_PATH      = @_HT_ENCODE($_cgi_npb_path)
+HTML_PAL_PATH      = @_HT_ENCODE($_cgi_pal_path)
+HTML_REVEAL_PATH   = @_HT_ENCODE($_cgi_reveal_path)
+HTML_T-1_PATH      = @_HT_ENCODE($_cgi_t-1_path)
 
 
 CONF_bin      = $bin_path
-CONF_bluenh   = $_bin_bluenh_cgi_path
-CONF_diff     = $_bin_diff_cgi_path
-CONF_nofading = $_bin_nofading_cgi_path
-CONF_npb      = $_bin_npb_cgi_path
-CONF_pal      = $_bin_pal_cgi_path
-CONF_reveal   = $_bin_reveal_cgi_path
-CONF_t-1      = $_bin_t-1_cgi_path
+CONF_bin_bluenh   = $_bin_bluenh_cgi_path
+CONF_bin_diff     = $_bin_diff_cgi_path
+CONF_bin_nofading = $_bin_nofading_cgi_path
+CONF_bin_npb      = $_bin_npb_cgi_path
+CONF_bin_pal      = $_bin_pal_cgi_path
+CONF_bin_reveal   = $_bin_reveal_cgi_path
+CONF_bin_t-1      = $_bin_t-1_cgi_path
+
+CONF_cgi_bluenh   = $_cgi_bluenh_path
+CONF_cgi_diff     = $_cgi_diff_path
+CONF_cgi_nofading = $_cgi_nofading_path
+CONF_cgi_npb      = $_cgi_npb_path
+CONF_cgi_pal      = $_cgi_pal_path
+CONF_cgi_reveal   = $_cgi_reveal_path
+CONF_cgi_t-1      = $_cgi_t-1_path
 
 
 MAKE_TARGET    = TARGET    = $target