git.p6c8.net
/
jirafeau.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'origin/master'
[jirafeau.git]
/
NEWCOMER.txt
diff --git
a/NEWCOMER.txt
b/NEWCOMER.txt
index a4c0fc1cd42b44d7a370387ea6b550593db3cfc5..67bd4b966cc416495284fbb7e977f564de37b538 100644
(file)
--- 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
├── 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
│ ├── functions.php : core functions and tools of jirafeau
-│ ├── l
ang
: langage folder, contain all langage files
+│ ├── l
ocales
: langage folder, contain all langage files
│ └── template
│ ├── footer.php
│ └── header.php
│ └── 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
├── 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