aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2013-04-26 12:45:02 +0200
committerClaude <longneck@scratchbook.ch>2013-04-26 12:45:02 +0200
commit92b2d8e5065c1f41a99874926a33e8c8cbbeff94 (patch)
tree0ec47c96c3895858f169294740d4e233e06a5144 /README.md
parentb85e4d23fbdb5c3a3958512f1483210f422747ff (diff)
downloadstikked-fit-92b2d8e5065c1f41a99874926a33e8c8cbbeff94.tar.gz
stikked-fit-92b2d8e5065c1f41a99874926a33e8c8cbbeff94.tar.bz2
stikked-fit-92b2d8e5065c1f41a99874926a33e8c8cbbeff94.zip
recaptcha in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 613be7a..7d3f2ae 100644
--- a/README.md
+++ b/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

© 2014-2024 Faster IT GmbH | imprint | privacy policy