mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
commit
8db301b87d
@ -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()"
|
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!
|
* Other people may modify your contribution. Don't take that personal; we all want to improve Stikked. Your input is always welcome!
|
||||||
|
@ -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.
|
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.
|
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.
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
Stikked troubleshooting guide
|
Stikked troubleshooting guide
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
First, be sure to double-check whether you meet the [prerequisites](//github.com/claudehohl/Stikked#prerequisites).
|
||||||
|
|
||||||
### Apache
|
### Apache
|
||||||
|
|
||||||
#### 404 Not Found after creating a Paste
|
#### 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?
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user