doc/book/en/tutorials/base/conclusion.rst
branchstable
changeset 5432 ee246e1813c6
parent 5253 7ee07d18dc95
child 6835 87e2641d75f7
equal deleted inserted replaced
5429:5ca1f8fe8a42 5432:ee246e1813c6
     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* installation, you
     6 In this chapter, we have seen have you can, right after the installation of *CubicWeb*, build a web application in five minutes by defining a data model. Everything is there already: views, templates, permissions, etc.
     7 can build your web application based on a data model. It's all already there:
       
     8 views, templates, permissions, etc. The step forward is now for you to customize
       
     9 according to your needs.
       
    10 
     7 
    11 Many features are available to extend your application, for example: RSS channel
     8 The next step is to change the design and learn about the many features available to customize and extend your application: RSS channels (:ref:`XmlAndRss`), events (:ref:`hooks`), support of sources such as
    12 integration (:ref:`XmlAndRss`), hooks (:ref:`hooks`), support of sources such as
     9 Google App Engine (:ref:`GoogleAppEngineSource`), etc.
    13 Google App Engine (:ref:`GoogleAppEngineSource`) and lots of others to discover
       
    14 through our book.
       
    15 
    10 
       
    11 You will find more `tutorials and howtos`_ in the blog published on the CubicWeb.org website.
       
    12 
       
    13 .. _`tutorials and howtos`: http://www.cubicweb.org/view?rql=Any+X+ORDERBY+D+DESC+WHERE+X+is+BlogEntry%2C+T+tags+X%2C+T+name+IN+%28%22tutorial%22%2C+%22howto%22%29%2C+X+creation_date+D