From: Banana Date: Sat, 12 Nov 2022 12:10:43 +0000 (+0100) Subject: some code cleanup X-Git-Tag: v1.0~1 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=2c4919e20f2321ea8bdde2966269412a73d87e37;p=scientia.git some code cleanup --- diff --git a/README b/README index 5b603b2..757c5e2 100644 --- a/README +++ b/README @@ -4,3 +4,8 @@ scientia utilis - useful knowledge https://www.bananas-playground.net/projekt/scientia/ A self hosted small knowledge base. + +Simple storage of text into the database. +Browsable by date. +Searchable with mysql fulltext search. +Protected by BASIC AUTH, single user only, so far. diff --git a/documentation/requirements.txt b/documentation/requirements.txt index 2db0061..fd3539f 100644 --- a/documentation/requirements.txt +++ b/documentation/requirements.txt @@ -1,3 +1,3 @@ A Webserver (tested on Apache 2.4) -PHP 7+ with mysqli, mbstring, curl +PHP 8+ with mysqli, mbstring, curl MySQL 8+ / MariaDB 10.2 diff --git a/webroot/lib/summoner.class.php b/webroot/lib/summoner.class.php index d23dad9..1fba426 100644 --- a/webroot/lib/summoner.class.php +++ b/webroot/lib/summoner.class.php @@ -2,7 +2,7 @@ /** * scientia * - * Copyright 2021 Johannes Keßler + * Copyright 2022 Johannes Keßler * * https://www.bananas-playground.net/projekt/scientia/ * diff --git a/webroot/view/list/list.php b/webroot/view/list/list.php index 7ed9806..1a3553e 100644 --- a/webroot/view/list/list.php +++ b/webroot/view/list/list.php @@ -2,7 +2,7 @@ /** * scientia * - * Copyright 2021 Johannes Keßler + * Copyright 2022 Johannes Keßler * * https://www.bananas-playground.net/projekt/scientia/ *