X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/b94e1bad9edc1f677d0fcea551c44a3208f49c0e..048d42ca590d79bf1d30056ce91313ba91746e12:/NEWCOMER.txt diff --git a/NEWCOMER.txt b/NEWCOMER.txt index dbe5552..67bd4b9 100644 --- a/NEWCOMER.txt +++ b/NEWCOMER.txt @@ -18,7 +18,7 @@ view only to show the most importants files and their role. │   ├── config.original.php : default parameters with their documentation │   ├── functions_*.js : javascript functions for html/javascript client │   ├── functions.php : core functions and tools of jirafeau -│   ├── lang : langage folder, contain all langage files +│   ├── locales : langage folder, contain all langage files │   └── template │   ├── footer.php │   └── header.php @@ -28,3 +28,12 @@ view only to show the most importants files and their role. ├── files : all files that has been successfully uploaded └── links : all links pointing to files with meta-informations +Coding style: + +- PHP function keywords are alone on a line +- Braces "{" must are put in a new line +- Files must be in UTF-8 (without BOM) +- Uses LF (\n) for end of lines + +The whole project is not clean about that, feel free to fix :) +