doc/book/en/index.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 .. _contents:
       
     4 
       
     5 =====================================================
       
     6 `CubicWeb` - The Semantic Web is a construction game!
       
     7 =====================================================
       
     8 
       
     9 `CubicWeb` is a semantic web application framework, licensed under the LGPL,
       
    10 that empowers developers to efficiently build web applications by reusing
       
    11 components (called `cubes`) and following the well known object-oriented design
       
    12 principles.
       
    13 
       
    14 Its main features are:
       
    15 
       
    16 * an engine driven by the explicit :ref:`data model <DefineDataModel>` of the application, 
       
    17 * a query language name :ref:`RQL <RQL>` similar to W3C's SPARQL, 
       
    18 * a :ref:`selection+view <DefineViews>` mechanism for semi-automatic XHTML/XML/JSON/text generation, 
       
    19 * a library of reusable :ref:`components <cubes>` (data model and views) that fulfill common needs,
       
    20 * the power and flexibility of the Python_ programming language,
       
    21 * the reliability of SQL databases, LDAP directories, Subversion and Mercurial for storage backends.
       
    22 
       
    23 Built since 2000 from an R&D effort still continued, supporting 100,000s of
       
    24 daily visits at some production sites, `CubicWeb` is a proven end to end solution
       
    25 for semantic web application development that promotes quality, reusability and
       
    26 efficiency.
       
    27 
       
    28 The unbeliever will read the :ref:`Tutorial`.
       
    29 
       
    30 The hacker will join development at the forge_.
       
    31 
       
    32 The impatient developper will move right away to :ref:`SetUpEnv`.
       
    33 
       
    34 .. _Logilab: http://www.logilab.fr/
       
    35 .. _forge: http://www.cubicweb.org/project/
       
    36 .. _Python: http://www.python.org/
       
    37 
       
    38 The book
       
    39 ========
       
    40 
       
    41 .. toctree::
       
    42    :maxdepth: 2
       
    43 
       
    44    A000-introduction.en.txt
       
    45    B000-development.en.txt
       
    46    C000-administration.en.txt
       
    47    D000-annex.en.txt    
       
    48 
       
    49 
       
    50 Table of Contents
       
    51 -----------------
       
    52 
       
    53 Complete :ref:`TOC`.
       
    54 
       
    55 Indices and tables
       
    56 ==================
       
    57 
       
    58 * :ref:`genindex`
       
    59 * :ref:`modindex`
       
    60 * :ref:`search`
       
    61