Update AndroidBuildApp.md and ProtectionFromSpam.md files

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Vitalii Koshura 2023-04-02 05:41:28 +02:00
parent 1830b94017
commit 5eed449997
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
2 changed files with 2 additions and 2 deletions

@ -125,7 +125,7 @@ The client reports CPU architecture and capabilities, i.e. VFP and NEON support,
The Android NDK currently does not have a FORTRAN compiler distributed with it.
But it is possible to build GNU Fortran (gfortran) libraries for ARM/Android using the information at
[http://danilogiulianelli.blogspot.co.uk/2013/02/how-to-build-gcc-fortran-cross-compiler.html]
[http://danilogiulianelli.blogspot.co.uk/2013/02/how-to-build-gcc-fortran-cross-compiler.html](http://danilogiulianelli.blogspot.co.uk/2013/02/how-to-build-gcc-fortran-cross-compiler.html)
## Example
Setup the environment:

@ -32,7 +32,7 @@ To prevent spam profile creation, [reCAPTCHA](http://recaptcha.net/) system can
For every profile modification it displays an image containing text,
which is recognizable to humans but not computers.
In order to use reCAPTCHA, to register your web site on [http://www.google.com/recaptcha] and get a pair of keys.
In order to use reCAPTCHA, to register your web site on [http://www.google.com/recaptcha](http://www.google.com/recaptcha) and get a pair of keys.
Add these keys to config.xml:
```
<recaptcha_public_key>Site key</recaptcha_public_key>