From bd842f740319fa109d8d21fbe6868e4a63384a93 Mon Sep 17 00:00:00 2001 From: ayato <58212796+ayaaop@users.noreply.github.com> Date: Mon, 27 Feb 2023 14:43:10 +0600 Subject: [PATCH] Readme Grammar Thingies Fix --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ccaed853..5dfd3b38 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,17 @@ We will release OpenVK as soon as it's ready. As for now you can: ## Instances * **[openvk.su](https://openvk.su/)** -* **[openvk.uk](https://openvk.uk)** - official mirror of openvk.su () -* **[openvk.co](http://openvk.co)** - yet another official mirror of openvk.su without TLS () +** Mirrors: +** **[openvk.uk](https://openvk.uk)** () +** **[openvk.co](http://openvk.co)** (without TLS ()) * [social.fetbuk.ru](http://social.fetbuk.ru/) * [vepurovk.xyz](http://vepurovk.xyz/) +** Mirrors: +** [vepurovk.fun](http://vepurovk.fun/) (without TLS) ## Can I create my own OpenVK instance? -Yes! And you're very welcome to. +Yes! And you are very welcome to. However, OVK makes use of Chandler Application Server. This software requires extensions, that may not be provided by your hosting provider (namely, sodium and yaml. these extensions are available on most of ISPManager hostings). @@ -34,12 +37,12 @@ If you want, you can add your instance to the list above so that people can regi 1. Install PHP 7.4, web-server, Composer, Node.js, Yarn and [Chandler](https://github.com/openvk/chandler) -* PHP 8.1 is supported, but it was not tested carefully, be aware of that. +* PHP 8.1 is supported too, however it was not tested carefully, so be aware. 2. Install MySQL-compatible database. -* We recommend using Percona Server, but any MySQL-compatible server should work -* Server should be compatible with at least MySQL 5.6, MySQL 8.0+ recommended. +* We recommend using Percona Server, but any MySQL-compatible server should work too. +* Server should be compatible with at least MySQL 5.6, MySQL 8.0+ is recommended. * Support for MySQL 4.1+ is WIP, replace `utf8mb4` and `utf8mb4_unicode_520_ci` with `utf8` and `utf8_unicode_ci` in SQLs. 3. Install [commitcaptcha](https://github.com/openvk/commitcaptcha) and OpenVK as Chandler extensions like this: @@ -77,7 +80,7 @@ See `install/automated/docker/README.md` and `install/automated/kubernetes/READM ### If my website uses OpenVK, should I release it's sources? -It depends. You can keep the sources to yourself if you do not plan to distribute your website binaries. If your website software must be distributed, it can stay non-OSS provided the OpenVK is not used as a primary application and is not modified. If you modified OpenVK for your needs or your work is based on it and you're planning to redistribute this, then you should license it under terms of any LGPL-compatible license (like OSL, GPL, LGPL etc). +It depends. You can keep the sources to yourself if you do not plan to distribute your website binaries. If your website software must be distributed, it can stay non-OSS provided the OpenVK is not used as a primary application and is not modified. If you modified OpenVK for your needs or your work is based on it and you are planning to redistribute this, then you should license it under terms of any LGPL-compatible license (like OSL, GPL, LGPL etc). ## Where can I get assistance? @@ -90,7 +93,7 @@ You may reach out to us via: * [Discussions](https://github.com/openvk/openvk/discussions) * Matrix chat: #openvk:matrix.org -**Attention**: bug tracker, board, telegram and matrix chat are public places. And ticketing system is being served by volunteers. If you need to report something, that shouldn't be immediately disclosed to general public (for instance, vulnerability report), please use contact us directly at this email: **openvk [at] tutanota [dot] com** +**Attention**: bug tracker, board, telegram and matrix chat are public places, ticketing system is being served by volunteers. If you need to report something that should not be immediately disclosed to general public (for instance, a vulnerability), please contact us directly by this email: **openvk [at] tutanota [dot] com** Get it on Codeberg