From 67795636b066b5980d1c8fa1b73cea18b55342e4 Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 29 Sep 2019 21:51:56 +0200 Subject: [PATCH] updating to a release --- ChangeLog | 7 +++++-- README | 4 +++- VERSION | 2 +- documentation/installation.txt | 4 +++- documentation/requirements.txt | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 005146b..da1c4f0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,16 @@ -version 2.1 alpha - Guardian of Fire - (tba) +version 2.1 alpha - Guardian of Fire - (2019-09-29) * cleanups - * edit area for a bookmark + * edit area for a bookmark * documentation and sql setup cleanup * new design with bulma.css (https://bulma.io/) * added SEO information to "prevent" crawling and a robots.txt file * new option to restrict access via http basic auth. * very simple user authentication based on http basic auth. Needs improvement in further releases + * using mysql transactions + * working with new MySQL (5.7) version + * Image from parsed link info can now be stored version 2.0alpha - Bright Crucible - (2017-01-05) diff --git a/README b/README index 8193df5..0aeb4ba 100755 --- a/README +++ b/README @@ -1,3 +1,5 @@ Insipid is a web-based bookmark manager similar to the Delicious service. -https://www.bananas-playground.net/projekt/insipid/ \ No newline at end of file +https://www.bananas-playground.net/projekt/insipid/ + +Documentation can be found in the documentation folder of each release. diff --git a/VERSION b/VERSION index 2cecaaa..99b1e3a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1 alpha - Guardian of Fire - (tba) +2.1 alpha - Guardian of Fire - (2019-09-29) diff --git a/documentation/installation.txt b/documentation/installation.txt index 94066ae..3b486fd 100644 --- a/documentation/installation.txt +++ b/documentation/installation.txt @@ -8,7 +8,7 @@ Read this first!! Unpack the archive 4. -Modify webroot/config.default.php and rename it to webroot/config.php +Modify webroot/config.default.php and copy it to webroot/config.php 5. Copy and modify documentation/insipid-edit-me.sql and replace the placeholder. @@ -28,6 +28,8 @@ Edit the robots.txt file to your needs. 8. Copy the content of the webroot folder into your webserver folder. +Make the localdata folder writable to the web process to store images from link parsing. +LOCAL_STORAGE is the option in the config file. 9. If you want to fully restrict your contents activate the user/password restriction in the config. diff --git a/documentation/requirements.txt b/documentation/requirements.txt index c017eb6..57d997a 100644 --- a/documentation/requirements.txt +++ b/documentation/requirements.txt @@ -1,3 +1,3 @@ Apache (2 and up) with PHP extension (+imap if you us the email importer) -PHP (5 and up) with MySQL extension -> mysqli; curl enabled -MySQL database 5.6.x and up \ No newline at end of file +PHP (7 and up) with MySQL extension -> mysqli; curl enabled +MySQL database 5.6.x and up -- 2.39.5