From 03de600b118b5cc48825449aa6b280a61e3acd85 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 20 Apr 2019 09:42:56 +0200 Subject: [PATCH] added basic README file --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d50f223 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +Math Caption Addon +================== + +This addon for [Friendica](https://friendi.ca) adds a small mathematical task to the registration form. +If this task was not solved correctly, the the registration process fails. + +The task is randomly created combining two numbers between 1 and 10 with the addition, subtraction and multiplication operations. + +* Author: Tobias Diekershoff +* License: MIT + +Installation +------------ + +On the server running your Friendica change into your addon directory and clone this git repository. +You should then have all the needed files in the + + /addon/mathcaptcha + +directory of your Friendica installation. +Afterwards enable the addon in the admin panel as usual. + +Translations +------------ + +You can translate this addon by translating the strings in the `lang/C/messages.po` file and copy the resulting `messages.po` to the `lang/LNG_CODE` directory of your language.. +To generate the needed `strings.php` file for your language, use the tools [Friendica supplies](https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/translations.md).