From f3f64e5775eebac8fe8694083c440e5f294d4ab2 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 21 Apr 2018 11:25:03 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 48 ++++++++++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index e60b397d..d13c1595 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ editor). Bot Server accelerates the process of developing a bot. It provisions all code base, resources and deployment to the cloud, and gives you templates you can -choose from when you create a bot. Uses a database and tables as backend and -allow you to further modify your bot package directly downloading it in a ZIP -file and editing it and uploading it back to the server (deploying process). -Besides providing a framework to develop bot packages in a more advanced -editor like Visual Studio Code, Atom or Brackets. +choose from whenever you need a new bot. The server has a database and service +backend allowing you to further modify your bot package directly by downloading +a zip file, editing and uploading it back to the server (deploying process) with +no code. The Bot Server also provides a framework to develop bot packages in a more +advanced fashion writing custom code in editors like Visual Studio Code, Atom or Brackets. ### The same build process for everyone @@ -32,13 +32,10 @@ Office tools like Word or Excel to edit your Bot - using code (JavaScript or Typ How To ------ - ### Updating the Bot Knoledge Base (.gbkb folder) - The subjects.json file contains all information related to the subject tree and can be used to build the menu carrousel as well give a set of words to be used as subject catcher in the conversation. A hierarchy can be specified. - ### Creating a new Theme folder (.gbtheme folder) A theme is composed of some CSS files and images. That set of files can change @@ -138,24 +135,23 @@ General Bots Code Name is [Guaribas](https://en.wikipedia.org/wiki/Guaribas), th ## License & Warranty - General Bots Copyright (c) Pragmatismo.io. All rights reserved. - Licensed under the AGPL-3.0. +General Bots Copyright (c) Pragmatismo.io. All rights reserved. +Licensed under the AGPL-3.0. - According to our dual licensing model, this program can be used either - under the terms of the GNU Affero General Public License, version 3, - or under a proprietary license. +According to our dual licensing model, this program can be used either +under the terms of the GNU Affero General Public License, version 3, +or under a proprietary license. - The texts of the GNU Affero General Public License with an additional - permission and of our proprietary license can be found at and - in the LICENSE file you have received along with this program. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - "General Bots" is a registered trademark of Pragmatismo.io. - The licensing of the program under the AGPLv3 does not imply a - trademark license. Therefore any rights, title and interest in - our trademarks remain entirely with us. +The texts of the GNU Affero General Public License with an additional +permission and of our proprietary license can be found at and +in the LICENSE file you have received along with this program. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. +"General Bots" is a registered trademark of Pragmatismo.io. +The licensing of the program under the AGPLv3 does not imply a +trademark license. Therefore any rights, title and interest in +our trademarks remain entirely with us. From eb9d95e46e2fc61272af8fe63d5a401a9e9f749b Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 21 Apr 2018 11:26:14 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d13c1595..064ae0c2 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,14 @@ -General Bots Community Edition Preview -==================================== - ![General Bots Logo](https://github.com/pragmatismo-io/BotServer/blob/master/logo.png) -Welcome to General Bots! +Welcome to General Bots Community Edition! ------- General Bots is a package based chat bot server focused in convention over configuration and code-less approaches, which brings software packages and application server concepts to help parallel bot development. -Also, everyone can create bots copying and pasting some files and using their -favorite tools like Excel (or any .tsv editor) or Photoshop (or any .png +Everyone can create bots by just copying and pasting some files and using their +favorite tools like Excel (or any text editor) or Photoshop (or any image editor). ### What is Bot Server?