Merge pull request #412 from techjwalker/master

Some Minor Additions
This commit is contained in:
Claude 2017-03-18 00:04:05 +01:00 committed by GitHub
commit 8db301b87d
3 changed files with 5 additions and 2 deletions

View File

@ -6,4 +6,5 @@ Some guidelines:
```
php_beautifier --indent_tabs -l "IndentStyles(style=bsd) ArrayNested() NewLines(before=function:T_CLASS:if,after=T_COMMENT) ListClassFunction()"
```
* Optionally, use https://phpbeautifier.com/ with "Allman style" formatting for smaller segments of PHP-only code
* Other people may modify your contribution. Don't take that personal; we all want to improve Stikked. Your input is always welcome!

View File

@ -2,6 +2,6 @@ How to translate Stikked into your own language
-----------------------------------------------
1. Make a copy of the folder `htdocs/application/language/swissgerman`, and name it as you like.
2. Start placing in your texts!
2. Start placing in your translated text!
The date_lang.php and form_validation_lang.php are optional; they lay in the system folder for english fallback. stikked_lang.php is required. If you miss a translation, it will be shown as [translation_index] in Stikked.

View File

@ -1,6 +1,8 @@
Stikked troubleshooting guide
-----------------------------
First, be sure to double-check whether you meet the [prerequisites](//github.com/claudehohl/Stikked#prerequisites).
### Apache
#### 404 Not Found after creating a Paste
@ -50,4 +52,4 @@ You need to have the GD extension for PHP installed and enabled so that the QR c
Still have a problem?
---------------------
Report an issue at GitHub, and we will add your problem to this guide.
Report an issue [at GitHub](//github.com/claudehohl/Stikked/issues), and we will add your problem to this guide.