]> git.p6c8.net - jirafeau.git/blobdiff - NEWCOMER.txt
Translation: french quarter expiration
[jirafeau.git] / NEWCOMER.txt
index dbe5552bf90d264262324bae3c10fc95593f2bdb..67bd4b966cc416495284fbb7e977f564de37b538 100644 (file)
@@ -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 :)
+

patrick-canterino.de