diff --git a/doc/DEVELOPMENT.md b/doc/DEVELOPMENT.md index 91c5333..4100351 100644 --- a/doc/DEVELOPMENT.md +++ b/doc/DEVELOPMENT.md @@ -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! diff --git a/doc/TRANSLATING_STIKKED.md b/doc/TRANSLATING_STIKKED.md index b1c5181..c86784c 100644 --- a/doc/TRANSLATING_STIKKED.md +++ b/doc/TRANSLATING_STIKKED.md @@ -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. diff --git a/doc/TROUBLESHOOTING_GUIDE.md b/doc/TROUBLESHOOTING_GUIDE.md index 6e3130b..61f46ab 100644 --- a/doc/TROUBLESHOOTING_GUIDE.md +++ b/doc/TROUBLESHOOTING_GUIDE.md @@ -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.