doc/book/en/index.rst
branchtls-sprint
changeset 1714 a721966779be
parent 1440 4fc48f2a1748
child 1808 aa09e20dd8c0
equal deleted inserted replaced
1499:fd8751c3f3ee 1714:a721966779be
       
     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 will go strait away to :ref:`QuickInstall`.
       
    33 
       
    34 The impatient developper will move right away to :ref:`SetUpEnv`.
       
    35 
       
    36 .. _Logilab: http://www.logilab.fr/
       
    37 .. _forge: http://www.cubicweb.org/project/
       
    38 .. _Python: http://www.python.org/
       
    39 
       
    40 The book
       
    41 ========
       
    42 
       
    43 .. toctree::
       
    44    :maxdepth: 2
       
    45 
       
    46    intro/index
       
    47    development/index
       
    48    admin/index
       
    49    annexes/index
       
    50 
       
    51 
       
    52 
       
    53 Table of Contents
       
    54 -----------------
       
    55 
       
    56 Complete :ref:`TOC`.
       
    57 
       
    58 Indices and tables
       
    59 ==================
       
    60 
       
    61 * :ref:`genindex`
       
    62 * :ref:`modindex`
       
    63 * :ref:`search`
       
    64