Hoa Framework ************* Summary ------- Introduction ............................................................ 18 File system ............................................................. 26 Permission ............................................................ 29 Organization .......................................................... 35 Archive naming ........................................................ 43 Project ................................................................. 51 Site, manuals, download, communauty etc. .............................. 54 License ............................................................... 60 Introduction ------------ Welcome on the Hoa Download or WebDAV server. This is an explanation about the architecture. Server's goal is to make available all archives of the Hoa project (it means the framework, the art part and the laboratory). File system ----------- Permissions Hoa Download or WebDAV server allows you to read files, but not to write or to execute. Therefore, you cannot drop any files on the server. Some directories have a special access where permissions are differents. Organization The organization is the same as the SVN server. At the root, we can find the Art/, Framework/ and Laboratory/ directories. In the Framework/ directory, we have Branches/, Manual/, Tags/ and Trunk/ directories. In these directories, we can find 7z, tar.bz2 and tar.gz archives formats. Archive naming When an archive is suffixed by _r-n, it means that n is the revision number. A contrario, when an archive is suffixed by _v-n, it means that n is the version number. Typically, we will find version numbers in Tags/ or Branches/ directories, and revision numbers in Trunk/ directory. Project ------- Site, manuals, download, communauty etc. Hoa Framework web site should be found at the following address : . At this address is placed differents manuals, download section, communauty support etc. License Hoa Framework is under the GNU GPL v3 license. Please, read /LICENSE (or ).