From be1fd609756931e368860346fa8645440501b852 Mon Sep 17 00:00:00 2001 From: Banana Date: Wed, 9 Oct 2024 23:36:37 +0200 Subject: [PATCH] code license and config update Signed-off-by: Banana --- CHANGELOG | 6 ++++++ TODO | 2 +- webroot/.gitignore | 1 + webroot/config.default.php | 36 +++++++++++++++++++++++++++++++++ webroot/config.php | 36 --------------------------------- webroot/view/system/menu.php | 17 ++++++++++++++++ webroot/view/system/message.php | 17 ++++++++++++++++ 7 files changed, 78 insertions(+), 37 deletions(-) create mode 100644 webroot/.gitignore delete mode 100644 webroot/config.php diff --git a/CHANGELOG b/CHANGELOG index 05f786a..da9ae53 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +0.3 ++ Add: Web interface ++ Folder structure to separate crawler and web interface. ++ Setup sql file changed. Creation of the database needs to be done beforehand. ++ Updated documentation. + 0.2 + Cleanups + License change diff --git a/TODO b/TODO index c51e172..f7a6f79 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,3 @@ Set correct timezone. Maybe in config? Some sort of matching against spam domain list? -A web view for the results? +Documentation for web interface and installation. diff --git a/webroot/.gitignore b/webroot/.gitignore new file mode 100644 index 0000000..4f4773f --- /dev/null +++ b/webroot/.gitignore @@ -0,0 +1 @@ +config.php diff --git a/webroot/config.default.php b/webroot/config.default.php index e69de29..43ff625 100644 --- a/webroot/config.default.php +++ b/webroot/config.default.php @@ -0,0 +1,36 @@ +