X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/7d8055d7ad495657eab93bc7a83f066e3d40ec51..e2db43bbc99ff20f37bf8ccc09e11661602b39d1:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5725c0e..9876a21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,7 @@ So things like a markdown parser for the ToS or E-Mail tasks would be usefull fo Here is a little explaination of Jirafeau's arboresence in a simplified view only to show the most importants files and their role. +``` . ├── admin.php : adminitration interface, also permits to download files ├── f.php : permits to download files or show the download page @@ -40,6 +41,7 @@ view only to show the most importants files and their role. ├── async : chunks of uploaded files ├── files : all files that has been successfully uploaded └── links : all links pointing to files with meta-informations +``` ## Translations