From 2a3941552d458c629577df095f7d8d656b08797b Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 31 May 2017 13:38:14 -0400 Subject: [PATCH 1/4] Update README with Trust info --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a514d1ee1..9390f19fd 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,12 @@ sign and verify tokens via a `HS256` algorithm. Refer to the wiki page on [Configuration Loading](https://github.com/coralproject/talk/wiki/Configuration-Loading) for alternative methods of loading configuration during development. -## Plugins +### Using Trust + +Talk ships with core components we call "Trust". This allow Talk to automatically do special things based on intelligence built into the system. + +Our first feature is the notion of Karma. Talk will automatically pre-moderate comments of users who have a negative karma score. You can [see more how karma works here](/talk/services/karma.js). -Talk ships with a plugin architecture that allows developers to significantly extend the platform. For more information, see our [plugin documentation](docs/PLUGINS.md). ## Supported Browsers From c172260d74945e8c3dc94e34574542143868772a Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 31 May 2017 14:09:53 -0400 Subject: [PATCH 2/4] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9390f19fd..fc2aba463 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ alternative methods of loading configuration during development. Talk ships with core components we call "Trust". This allow Talk to automatically do special things based on intelligence built into the system. -Our first feature is the notion of Karma. Talk will automatically pre-moderate comments of users who have a negative karma score. You can [see more how karma works here](/talk/services/karma.js). +Our first feature is the notion of Karma. Talk will automatically pre-moderate comments of users who have a negative karma score. You can [see more how karma works here](/services/karma.js). ## Supported Browsers From ac8e723e7584138ff80e9285b244d3284cef589a Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 31 May 2017 15:21:02 -0400 Subject: [PATCH 3/4] Copy changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2aba463..1b2c1590f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ alternative methods of loading configuration during development. ### Using Trust -Talk ships with core components we call "Trust". This allow Talk to automatically do special things based on intelligence built into the system. +Talk ships with core components we call "Trust". This allows Talk to automate certain actions based on previous user behavior. Our first feature is the notion of Karma. Talk will automatically pre-moderate comments of users who have a negative karma score. You can [see more how karma works here](/services/karma.js). From 93d8e0015bf5a23a2feecfae0f606b50fd38e863 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 31 May 2017 15:27:23 -0400 Subject: [PATCH 4/4] Remove space --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1b2c1590f..48055e326 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ Talk ships with core components we call "Trust". This allows Talk to automate ce Our first feature is the notion of Karma. Talk will automatically pre-moderate comments of users who have a negative karma score. You can [see more how karma works here](/services/karma.js). - ## Supported Browsers ### Web