]> 91.132.146.200 Git - insipid.git/commitdiff
updating to a release 2.1-alpha-2019-0-29
authorBanana <banana@ironhide>
Sun, 29 Sep 2019 19:51:56 +0000 (21:51 +0200)
committerBanana <banana@ironhide>
Sun, 29 Sep 2019 19:51:56 +0000 (21:51 +0200)
ChangeLog
README
VERSION
documentation/installation.txt
documentation/requirements.txt

index 005146b3cfb61d86b3d4054e10c11d71a46527ea..da1c4f0a470a00851c9c11261556af774bbc8cde 100755 (executable)
--- 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 8193df597e03757208498e5edda09c26909c8268..0aeb4ba60ad35d0634b53284425909ce739b3921 100755 (executable)
--- 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 2cecaaabf51efacc4764e1b7f2b8e5ca47d871ef..99b1e3a1d80cf20ca742eea1b62f86e98629d58d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1 alpha - Guardian of Fire - (tba)
+2.1 alpha - Guardian of Fire - (2019-09-29)
index 94066aed17a4493dceaaf269ac03fb61f75aeb9d..3b486fd7ade88bb766f5e20e9f9a0489df0e1dbd 100644 (file)
@@ -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.
index c017eb61520bb98f1317ebae300ae972e631f942..57d997aa5a596a8f2b4d5d6fc8b1d9d9a657b08e 100644 (file)
@@ -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