From 17231c293a59daabc719f4a186d7d3f3334ecde4 Mon Sep 17 00:00:00 2001 From: xynngh Date: Sun, 1 Sep 2019 18:47:15 +0400 Subject: [PATCH] Update readme in regards to assets --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b5c4be8..0c10c2c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Disclaimer:** This is a free and open source project, but it relies on third-party assets and web-services for some functions to work. This project is not affiliated with any third-party entities in any other sense. +**Disclaimer:** This is a free and open source project, but it relies on third-party web-services for some functions to work. This project is not affiliated with any third-party entities in any other sense. # Yet Another Call Blocker @@ -18,7 +18,7 @@ Currently implemented (more or less): * Automatic update of the database (for offline use). *Requires internet.* -## Available 3rd-party data +## Available data The following data is available in the main offline database: @@ -28,6 +28,8 @@ The following data is available in the main offline database: * a number of positive reviews, * a number of neutral reviews. +The main database may receive delta updates from third-party servers. + The "featured" database provides "names" (company names or short descriptions) for some (presumably) subset of numbers in the main database. The third-party servers can be queried for a list of detailed user reviews for a specific phone number. @@ -37,9 +39,6 @@ A detailed review contains: * A category: each review may have a different one. * A title and a comment: the actual description the user left for the number. -The offline databases are extracted from the aforementioned third-party proprietary application. -The main database may receive delta updates from the third-party servers. - ## Privacy @@ -64,7 +63,6 @@ Also, this project is meant to be non-commercial. So, there's that. ## License [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html). -Third-party asset files are required for some functionality. ## Contributing