├── 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