doc/book/en/intro/tutorial/conclusion.rst
changeset 2535 c7b736929a58
parent 2175 16d3c37c5d28
child 2544 282261b26774
equal deleted inserted replaced
2534:cda22bc0e6ef 2535:c7b736929a58
     1 .. -*- coding: utf-8 -*-
     1 .. -*- coding: utf-8 -*-
     2 
     2 
     3 What's next?
     3 What's next?
     4 ------------
     4 ------------
     5 
     5 
     6 We demonstrated how from a straight out of the box *CubicWeb*
     6 We demonstrated how from a straight out of the box *CubicWeb* installation, you
     7 installation, you can build your web-application based on a
     7 can build your web application based on a data model. It's all already there:
     8 schema. It's all already there: views, templates, permissions,
     8 views, templates, permissions, etc. The step forward is now for you to customize
     9 etc. The step forward is now for you to customize according
     9 according to your needs.
    10 to your needs.
       
    11 
    10 
    12 More than a web application, many features are available to
    11 Many features are available to extend your application, for example: RSS channel
    13 extend your application, for example: RSS channel integration
    12 integration (:ref:`rss`), hooks (:ref:`hooks`), support of sources such as
    14 (:ref:`rss`), hooks (:ref:`hooks`), support of sources such as
    13 Google App Engine (:ref:`gaecontents`) and lots of others to discover through
    15 Google App Engine (:ref:`gaecontents`) and lots of others to
    14 our book.
    16 discover through our book.
       
    17 
    15