This repo hosts the documentation for the software projects developed by the IT committee of the University of Salerno's "StudentIngengneria" student association
- Directory structure
- License
Legend:
- [...] Actual Directory
- <...> Directory template
- // Comments
[REPO ROOT] │ ├─ LICENSE ├─ README.md ├─ [conventions] // Adopted standards and internal conventions │ ├─ codingStyle.md │ └─ adoptions.md // List of adopted standards, optionally with reasoning │ └─ [projects] ├─ <Team subDir> │ ├─ README.md │ ├─ [Team Policy] // Same purpose of the [conventions] folder in the root directory , but team based │ ├─ <Project subDir> │ │ ... ... This documentation is distributed under the terms of the GNU Free Documentation License.
Copyright (c) 2019 StudentIngengneria. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the LICENSE file.