doc/book/en/A03a-concepts.en.txt
changeset 272 06077d56f2c4
parent 229 767ff7f5d5a7
child 280 ce829abf7c29
equal deleted inserted replaced
271:e150b92237d9 272:06077d56f2c4
    75 
    75 
    76 *cube*
    76 *cube*
    77   A cube is a model grouping one or multiple data types and/or views
    77   A cube is a model grouping one or multiple data types and/or views
    78   to provide a specific functionnality or a complete `CubicWeb` application
    78   to provide a specific functionnality or a complete `CubicWeb` application
    79   potentially using other cubes. The available subes are located in the file
    79   potentially using other cubes. The available subes are located in the file
    80   system at `/path/to/forest/cubicweb/cubes`.
    80   system at `/path/to/forest/cubicweb/cubes` for a Mercurial forest installation,
       
    81   for a debian packages installation they will be located in 
       
    82   `/usr/share/cubicweb/cubes`.
    81   Larger applications can be built faster by importing cubes,
    83   Larger applications can be built faster by importing cubes,
    82   adding entities and relationships and overriding the
    84   adding entities and relationships and overriding the
    83   views that need to display or edit informations not provided by
    85   views that need to display or edit informations not provided by
    84   cubes.
    86   cubes.
    85 
    87