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 :)
+