doc/book/en/A030-foundation.en.txt
changeset 1808 aa09e20dd8c0
parent 1693 49075f57cf2c
parent 1807 6d541c610165
child 1810 e95e876be17c
equal deleted inserted replaced
1693:49075f57cf2c 1808:aa09e20dd8c0
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 `CubicWeb` Foundations
       
     4 ======================
       
     5 
       
     6 A little history...
       
     7 -------------------
       
     8 
       
     9 `CubicWeb` is a web application framework developped by Logilab_ since 2001.
       
    10 
       
    11 Entirely written in Python, `CubicWeb` publishes data from all sorts
       
    12 of sources such as SQL database, LDAP directory and versioning system such
       
    13 as subversion.
       
    14 
       
    15 `CubicWeb` user interface was designed to let the final user a huge flexibility
       
    16 on how to select and how to display content. It allows to browse the knowledge
       
    17 database and to display the results with the best rendering according to
       
    18 the context.
       
    19 This interface flexibility gives back the user the control of the 
       
    20 rendering parameters that are usually reserved for developpers.
       
    21 
       
    22 
       
    23 We can list a couple of web applications developped with `CubicWeb`, an online
       
    24 public phone directory (see http://www.118000.fr/), a system for managing 
       
    25 digital studies and simulations for a research lab, a tool for shared children
       
    26 babysitting (see http://garde-partagee.atoukontact.fr/), a tool to manage
       
    27 software developpment (see http://www.logilab.org), an application for
       
    28 managing museums collections (see 
       
    29 http://collections.musees-haute-normandie.fr/collections/), etc.
       
    30 
       
    31 In 2008, `CubicWeb` was ported for a new type of source : the datastore 
       
    32 from `GoogleAppEngine`_.
       
    33 
       
    34 .. include:: A03a-concepts.en.txt