mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
recaptcha in readme
This commit is contained in:
parent
b85e4d23fb
commit
92b2d8e506
13
README.md
13
README.md
@ -62,6 +62,7 @@ Changelog
|
||||
* Lots of minor fixes and improvements
|
||||
* Added guides for troubleshooting, development, translation and creating themes
|
||||
* Added webserver example configurations
|
||||
* Added reCaptcha integration for better antispam
|
||||
|
||||
#### Upgrade instructions
|
||||
|
||||
@ -71,7 +72,7 @@ The following lines must be present config/stikked.php
|
||||
$config['theme'] = 'default';
|
||||
```
|
||||
|
||||
You can choose between default, bootstrap, gabdark and gabdark3.
|
||||
You can choose between default, bootstrap, gabdark, gabdark3 and a fancy geocities theme ;)
|
||||
|
||||
Create you own theme. See doc/CREATING_THEMES.md
|
||||
|
||||
@ -83,6 +84,16 @@ You can choose between english, german and swissgerman ;)
|
||||
|
||||
Help translating Stikked into your language! See doc/TRANSLATING_STIKKED.md
|
||||
|
||||
##### reCaptcha
|
||||
|
||||
```php
|
||||
$config['recaptcha_publickey'] = '';
|
||||
$config['recaptcha_privatekey'] = '';
|
||||
```
|
||||
|
||||
If these lines are filled, reCaptcha will be used.
|
||||
Get a key from https://www.google.com/recaptcha/admin/create
|
||||
|
||||
### Version 0.8.4:
|
||||
|
||||
* Trending pastes: http://paste.scratchbook.ch/trends
|
||||
|
Loading…
x
Reference in New Issue
Block a user