X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/aaf7f366cebffa2963241d09d3f899e041ba51d7..92cf0089360620d746bf2eeefff12825a680c402:/NEWCOMER.txt?ds=sidebyside diff --git a/NEWCOMER.txt b/NEWCOMER.txt index a4c0fc1..67bd4b9 100644 --- a/NEWCOMER.txt +++ b/NEWCOMER.txt @@ -16,9 +16,9 @@ view only to show the most importants files and their role. âââ lib â  âââ config.local.php : user's parameters â  âââ config.original.php : default parameters with their documentation -â  âââ functions.js : javascript functions for html/javascript client +â  âââ 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 :) +