]> 91.132.146.200 Git - scientia.git/commitdiff
some code cleanup
authorBanana <mail@bananas-playground.net>
Sat, 12 Nov 2022 12:10:43 +0000 (13:10 +0100)
committerBanana <mail@bananas-playground.net>
Sat, 12 Nov 2022 12:10:43 +0000 (13:10 +0100)
README
documentation/requirements.txt
webroot/lib/summoner.class.php
webroot/view/list/list.php

diff --git a/README b/README
index 5b603b23a0016509e36f588f0451d52888c12323..757c5e2260321e98b00897adaf3206409311b1e0 100644 (file)
--- 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.
index 2db0061d63d6e387b7330f464fd13097296d8f67..fd3539f68f5b1619aa411531299fc888ec9f5c08 100644 (file)
@@ -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
index d23dad90272788f2274d73fea9138374489cc715..1fba4267ade9ad4e230a5fa09758bee8d3b00c7f 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * scientia
  *
- * Copyright 2021 Johannes Keßler
+ * Copyright 2022 Johannes Keßler
  *
  * https://www.bananas-playground.net/projekt/scientia/
  *
index 7ed9806c41c5fcf5677c4b9d59b3366ebeb3b433..1a3553ed1241c988a410ed3da8c26ccd598fba64 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * scientia
  *
- * Copyright 2021 Johannes Keßler
+ * Copyright 2022 Johannes Keßler
  *
  * https://www.bananas-playground.net/projekt/scientia/
  *