From 95bc34ed16009f0f4060bc571e8dd575b0296ffc Mon Sep 17 00:00:00 2001 From: Binnette Date: Sat, 20 Oct 2018 12:25:50 +0200 Subject: [PATCH 1/5] Add possible logger_level values Add possible logger_level values : EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG, NONE --- defaults.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults.ini b/defaults.ini index ea7a46a92b..21f831ce6b 100644 --- a/defaults.ini +++ b/defaults.ini @@ -10,6 +10,7 @@ db_password= db_port= db_prefix= logger_destination=file:data/logs/default.log +; logger_level values: EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG, NONE logger_level=ERROR items_perpage=50 items_lifetime=30 From 0a82176cdfe19d44493877001f97af147b481185 Mon Sep 17 00:00:00 2001 From: Binnette Date: Sat, 20 Oct 2018 12:44:51 +0200 Subject: [PATCH 2/5] Add some details Command line for permissions & table for Mobile Apps --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f905964e53..b114f71720 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ INSTALLATION 1. Upload all files of this folder (IMPORTANT: also upload the invisible .htaccess files) 2. Make the directories data/cache, data/favicons, data/logs, data/thumbnails, data/sqlite and public/ writeable + + `chmod o+w selfoss/data/cache selfoss/data/favicons selfoss/data/logs selfoss/data/thumbnails selfoss/data/sqlite selfoss/public/` + 3. Insert database access data in config.ini (see below -- you don't have to change anything if you want to use sqlite) 3. You don't have to install the database, it will be created automatically (ensure that your database has enought rights for creating triggers) 4. Create cronjob for updating feeds and point it to https://yourselfossurl.com/update via wget or curl. You can also execute the cliupdate.php from commandline. @@ -66,10 +69,15 @@ OPML Import Selfoss supports importing OPML files. Find the OPML export in the old application, it is usually located somewhere in settings. Then visit the page https://yourselfossurl.com/opml and upload it there. -APPS +MOBILE APPS ---- -Two third party apps are available for Android: [Selfoss](https://play.google.com/store/apps/details?id=fr.ydelouis.selfoss) and [Reader For Selfoss](https://play.google.com/store/apps/details?id=apps.amine.bou.readerforselfoss). +| App Url | OS | Project status | Compatibility* | +|--------------------|---------|----------------|----------------| +| [Reader For Selfoss](https://play.google.com/store/apps/details?id=apps.amine.bou.readerforselfoss) | Android | Active | 2.18 and older | +| [Selfoss](https://play.google.com/store/apps/details?id=fr.ydelouis.selfoss) | Android | Inactive | 2.18 and older | + +\* Checked on 20 October 2018 DEVELOPMENT From b41b83c92048887b6be83298a948219131e28e73 Mon Sep 17 00:00:00 2001 From: Binnette Date: Sun, 21 Oct 2018 11:43:20 +0200 Subject: [PATCH 3/5] Remove chmod & rename section to thirs-party apps --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b114f71720..6095b31b0f 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,6 @@ INSTALLATION 1. Upload all files of this folder (IMPORTANT: also upload the invisible .htaccess files) 2. Make the directories data/cache, data/favicons, data/logs, data/thumbnails, data/sqlite and public/ writeable - - `chmod o+w selfoss/data/cache selfoss/data/favicons selfoss/data/logs selfoss/data/thumbnails selfoss/data/sqlite selfoss/public/` - 3. Insert database access data in config.ini (see below -- you don't have to change anything if you want to use sqlite) 3. You don't have to install the database, it will be created automatically (ensure that your database has enought rights for creating triggers) 4. Create cronjob for updating feeds and point it to https://yourselfossurl.com/update via wget or curl. You can also execute the cliupdate.php from commandline. @@ -69,7 +66,7 @@ OPML Import Selfoss supports importing OPML files. Find the OPML export in the old application, it is usually located somewhere in settings. Then visit the page https://yourselfossurl.com/opml and upload it there. -MOBILE APPS +THIRD-PARTY APPS ---- | App Url | OS | Project status | Compatibility* | From d8e54a4d318a7084eb3b24d9a86b7746cdd4f4f1 Mon Sep 17 00:00:00 2001 From: Binnette Date: Sun, 21 Oct 2018 11:46:54 +0200 Subject: [PATCH 4/5] update link in header & remove duplicated doc --- defaults.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/defaults.ini b/defaults.ini index 21f831ce6b..d715f34f25 100644 --- a/defaults.ini +++ b/defaults.ini @@ -1,5 +1,5 @@ -; see https://selfoss.aditu.de for more information about -; the configuration parameters +; see https://selfoss.aditu.de/#configuration_params +; for more information about he configuration parameters [globals] db_type=sqlite db_file=data/sqlite/selfoss.db @@ -10,7 +10,6 @@ db_password= db_port= db_prefix= logger_destination=file:data/logs/default.log -; logger_level values: EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG, NONE logger_level=ERROR items_perpage=50 items_lifetime=30 From f38f0e89965beb93419ee40d886896188fae19c1 Mon Sep 17 00:00:00 2001 From: Binnette Date: Mon, 22 Oct 2018 21:12:21 +0200 Subject: [PATCH 5/5] Re-add dropped "t" --- defaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.ini b/defaults.ini index d715f34f25..044dd1942c 100644 --- a/defaults.ini +++ b/defaults.ini @@ -1,5 +1,5 @@ ; see https://selfoss.aditu.de/#configuration_params -; for more information about he configuration parameters +; for more information about the configuration parameters [globals] db_type=sqlite db_file=data/sqlite/selfoss.db