aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2013-04-14 20:22:08 +0200
committerClaude <longneck@scratchbook.ch>2013-04-14 20:22:08 +0200
commit5918d40e8c7bcbd1dfe2a418d1dee4be2edadb12 (patch)
treecf527480caa2bc259e2a8c6771a0b7e3f4a2b32e /README.md
parent4ee3b00f7351cc82a109d472e237784ac34bee0f (diff)
downloadstikked-fit-5918d40e8c7bcbd1dfe2a418d1dee4be2edadb12.tar.gz
stikked-fit-5918d40e8c7bcbd1dfe2a418d1dee4be2edadb12.tar.bz2
stikked-fit-5918d40e8c7bcbd1dfe2a418d1dee4be2edadb12.zip
docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49ab739..e075d82 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,14 @@ Changelog
### Version 0.8.5:
* Themes! Configure a different theme in config/stikked.php - or create your own
+* Multilanguage support. Configure a different language in config/stikked.php
+* Diff view for paste replies! View differences between the original paste and its reply
+* Possibility to set default expiration time
+* Lots of minor fixes and improvements
#### Upgrade instructions
-The following line must be present config/stikked.php
+The following lines must be present config/stikked.php
```php
$config['theme'] = 'default';
@@ -49,6 +53,16 @@ $config['theme'] = 'default';
You can choose between default, bootstrap, gabdark and gabdark3.
+Create you own theme. See doc/CREATING_THEMES.md
+
+```php
+$config['language'] = 'english';
+```
+
+You can choose between english and swissgerman ;)
+
+Help translating Stikked into your language! See doc/TRANSLATING_STIKKED.md
+
### Version 0.8.4:
* Trending pastes: http://paste.scratchbook.ch/trends

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